/* Header */
.main-wrapper{
    padding-bottom: 0;
}
.blogsy-header-nav-wrapper ul#menu-main-menu-1 {
    justify-content: center;
}

a.blogsy-btn.button {
    border-radius: 12px;
}   
/* Hero Section */
.synki-hero {
    box-sizing: border-box;
    overflow: hidden;
    color: #172033;
    background: linear-gradient(to bottom, rgba(22, 117, 255, .1), transparent 58%);
    padding: 40px;
}
.sinki-demo__expectations {
    padding: 20px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    border-radius: 15px;
}
.synki-hero *,
.synki-hero *::before,
.synki-hero *::after {
    box-sizing: inherit;
}

.synki-hero a {
    color: inherit;
    text-decoration: none;
}
.synki-faq-container.main-faq-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    display: block;
}

.synki-hero__content {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 40px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.synki-hero__announcement {
    margin: 0 0 24px;
    padding: 8px 14px;
    border-radius: 12px;
    color: #216be9;
    background: rgba(22, 117, 255, .1);
    font-size: 11px;
    letter-spacing: -.11px;
}

.synki-hero__announcement span {
    font-weight: 600;
}

.synki-hero__title {
    margin: 0 0 24px;
    max-width: 900px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -1.08px;
    text-align: center;
}

.synki-hero__title span {
    color: #216be9;
}

.synki-hero__description {
    max-width: 580px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -.12px;
    text-align: center;
}

.synki-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.synki-hero__highlights li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.12px;
}

.synki-hero__highlights svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    color: #172033;
}

.synki-hero__highlights li:first-child svg {
    fill: currentColor;
    stroke: none;
}

/* .synki-hero__cta-link {
    padding: 5px;
    border-radius: 16px;
    background: rgba(11, 18, 32, .15);
    transition: transform .2s ease;
} */

.synki-hero__cta-link:active {
    transform: scale(.95);
}

.synki-hero__cta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    padding: 12px 48px;
    border: 2px solid #216be9;
    border-radius: 12px;
    color: #fff;
    background: #216be9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.14px;
}

.synki-hero__cta::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(255, 255, 255, .05));
    transition: opacity .2s ease;
}

.synki-hero__cta-link:hover .synki-hero__cta::before {
    opacity: 1;
}

.synki-hero__cta>* {
    position: relative;
    z-index: 1;
}

.synki-hero__cta svg {
    width: 9px;
    height: 10px;
    fill: rgba(255, 255, 255, .75);
    transform: translateX(-4px);
    transition: transform .2s ease, fill .2s ease;
}

.synki-hero__cta-link:hover svg {
    fill: #fff;
    transform: translateX(0);
}

.synki-hero__products {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 12px;
}

.synki-hero__line {
    position: relative;
    flex: 1;
    height: 1px;
    min-width: 24px;
}

.synki-hero__line::after {
    position: absolute;
    top: -2px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #216be9;
}

.synki-hero__line--left {
    background: linear-gradient(to right, #eee, #216be9);
}

.synki-hero__line--left::after {
    right: 0;
}

.synki-hero__line--right {
    background: linear-gradient(to right, #216be9, #eee);
}

.synki-hero__line--right::after {
    left: 0;
}

.synki-hero__product-list {
    display: flex;
    gap: 8px;
}

.synki-hero__product {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.synki-hero__product-image {
    display: block;
    width: 75px;
    height: auto;
    transition: transform .35s ease;
    transform-origin: center center;
}

.synki-hero__product-image.rotate-minus-6 {
    transform: rotate(-6deg);
}

.synki-hero__product-image.rotate-minus-5 {
    transform: rotate(-5deg);
}

.synki-hero__product-image.rotate-minus-3 {
    transform: rotate(-3deg);
}

.synki-hero__product-image.rotate-minus-2 {
    transform: rotate(-2deg);
}

.synki-hero__product-image.rotate-none {
    transform: rotate(0deg);
}

.synki-hero__product-image.rotate-2 {
    transform: rotate(2deg);
}

.synki-hero__product-image.rotate-3 {
    transform: rotate(3deg);
}

.synki-hero__product-image.rotate-5 {
    transform: rotate(5deg);
}

.synki-hero__product-image.rotate-6 {
    transform: rotate(6deg);
}

.synki-hero__product:hover .synki-hero__product-image,
.synki-hero__product:focus-visible .synki-hero__product-image {
    transform: rotate(0deg) scale(1.08);
}

.synki-hero__product span {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 10;
    padding: 8px 16px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #f9f9f9;
    color: #172033;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.12px;
    line-height: 1;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}

.synki-hero__product span::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    transform: translateX(-50%) rotate(45deg);
}

.synki-hero__product:hover span,
.synki-hero__product:focus-visible span {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.synki-hero__product:focus-visible {
    outline: 2px solid #216be9;
    outline-offset: 4px;
    border-radius: 4px;
}

@media (min-width: 640px) {
    .synki-hero__announcement {
        font-size: 14px;
        letter-spacing: -.14px;
    }

    .synki-hero__title {
        font-size: 64px;
        line-height: 72px;
        letter-spacing: -1.95px;
    }

    .synki-hero__description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.16px;
    }

    .synki-hero__highlights {
        gap: 16px 32px;
    }

    .synki-hero__highlights li {
        gap: 12px;
        font-size: 16px;
        letter-spacing: -.16px;
    }

    .synki-hero__highlights svg {
        width: 19px;
        height: 18px;
    }

    .synki-hero__cta {
        font-size: 16px;
        letter-spacing: -.16px;
    }

    .synki-hero__product-list {
        gap: 16px;
    }

    .synki-hero__product img {
        width: 75px;
		border-radius:20px;
    }

    .synki-hero__product span {
        font-size: 14px;
        letter-spacing: -.14px;
    }
}

@media (max-width: 480px) {
    .synki-hero__title br {
        display: none;
    }

    .synki-hero {
        padding-bottom: 50px;
    }

    .synki-hero__products {
        gap: 10px;
    }

    .synki-hero__line {
        min-width: 10px;
    }

    .synki-hero__product-list {
        gap: 4px;
    }

    .synki-hero__product img {
        width: 42px;
    }
}

/* Partner marquee rules are isolated within this section. */
.synki-marquee {
    box-sizing: border-box;
    padding: 40px;
    overflow: hidden;
    color: #172033;
    border-top: 1px solid #eee;
    background: linear-gradient(to bottom, #fafafa, transparent);
}

.synki-marquee *,
.synki-marquee *::before,
.synki-marquee *::after {
    box-sizing: inherit;
}

.synki-marquee a {
    color: inherit;
    text-decoration: none;
}

.synki-marquee__content {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.synki-marquee__title {
    margin: 0 0 28px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.11px;
    text-transform: uppercase;
}

.synki-marquee__viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.synki-marquee__viewport::before,
.synki-marquee__viewport::after {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 72px;
    height: 100%;
    content: "";
    pointer-events: none;
}

.synki-marquee__viewport::before {
    left: 0;
    background: linear-gradient(to right, #fafafa, transparent);
}

.synki-marquee__viewport::after {
    right: 0;
    background: linear-gradient(to left, #fafafa, transparent);
}

.synki-marquee__track {
    display: flex;
    width: max-content;
    animation: synki-marquee-scroll 51s linear infinite;
}

.synki-marquee__viewport:hover .synki-marquee__track {
    animation-play-state: paused;
}

.synki-marquee__group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.synki-marquee__group a {
    display: grid;
    place-items: center;
    min-width: 118px;
    height: 48px;
}

.synki-marquee__group img {
    display: block;
    max-width: 130px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.synki-marquee__group i {
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 32px;
    background: rgba(23, 32, 51, .25);
}

.synki-marquee__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    margin-top: 32px;
    padding: 6px 14px;
    border: 1px solid rgba(23, 32, 51, .25);
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: -.14px;
    transition: border-color .2s ease, color .2s ease;
}

.synki-marquee__link svg {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    fill: currentColor;
}

.synki-marquee__link:hover {
    color: #216be9;
    border-color: #216be9;
}

.synki-marquee__link:focus-visible {
    outline: 2px solid #216be9;
    outline-offset: 3px;
}

@keyframes synki-marquee-scroll {
    to {
        transform: translateX(-50%);
    }
}

@media (min-width: 640px) {
    .synki-marquee__title {
        font-size: 14px;
        letter-spacing: -.14px;
    }

    .synki-marquee__group a {
        min-width: 140px;
    }

    .synki-marquee__group i {
        margin: 0 48px;
    }

    .synki-marquee__link {
        font-size: 14px;
    }

    .synki-marquee__link svg {
        width: 13px;
    }
}

@media (max-width: 480px) {
    .synki-marquee {
        padding-top: 48px;
    }

    .synki-marquee__viewport::before,
    .synki-marquee__viewport::after {
        width: 32px;
    }

    .synki-marquee__group a {
        min-width: 98px;
    }

    .synki-marquee__group img {
        max-width: 92px;
        max-height: 20px;
    }

    .synki-marquee__group i {
        margin: 0 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .synki-marquee__track {
        animation: none;
    }

    .synki-marquee__viewport {
        overflow-x: auto;
    }
}

/* Intelligence comparison section: fully contained under .synki-intelligence. */
.synki-intelligence {
    box-sizing: border-box;
    padding: 40px;
    overflow: hidden;
    color: #242428;
    background: #fff;
}

.synki-intelligence *,
.synki-intelligence *::before,
.synki-intelligence *::after {
    box-sizing: inherit;
}

.synki-intelligence__content {
    width: min(100%, 1100px);
    margin: 0 auto;
    text-align: center;
}

.synki-intelligence__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 38px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.synki-intelligence__eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #216be9;
}

.synki-intelligence__title {
    margin: 0;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -2px;
}

.synki-intelligence__description {
    max-width: 620px;
    margin: 32px auto 36px;
    color: #747474;
    font-size: 16px;
    line-height: 1.45;
}

.synki-intelligence__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    text-align: left;
}

.synki-intelligence__card {
    position: relative;
    min-height: 572px;
    padding: 40px 40px 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.synki-intelligence__card--generic {
    background: linear-gradient(-53deg, #fff 0%, #eee3 100%);
    ;
}

.synki-intelligence__card--workers {
    background: linear-gradient(135deg, #d8eaf8, #edf5fc);
}

.synki-intelligence__card-copy h3 {
    margin: 0 0 20px;
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 500;
    letter-spacing: -1.3px;
	text-align: center;
}

.synki-intelligence__card-copy p {
    max-width: 430px;
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.45;
		text-align: center;
}

.synki-intelligence__screen {
    position: absolute;
    left: 50%;
    width: 90%;
    overflow: hidden;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    transform: translateX(-50%);
    color: #26262b;
	margin-top:20px;
}

.synki-intelligence__screen-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 38px;
    padding: 0 24px;
    color: #c7c9ce;
    font-size: 12px;
}

.synki-intelligence__screen-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5e7eb;
}

.synki-intelligence__screen-bar span {
    margin: 0 auto;
}

.synki-intelligence__screen-bar strong {
    margin: 0 auto;
    color: #29292d;
    font-size: 13px;
    text-transform: uppercase;
}

.synki-intelligence__screen--email>strong {
    display: block;
    padding: 8px 24px 20px;
    font-size: 14px;
}

.synki-intelligence__email-person {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px 16px;
    border-bottom: 1px solid #f1f1f1;
}

.synki-intelligence__email-person b {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.synki-intelligence__email-person span {
    display: grid;
    gap: 3px;
    font-size: 12px;
}

.synki-intelligence__email-person small {
    color: #777;
}

.synki-intelligence__email-body {
    padding: 20px 24px;
    font-size: 12px;
    line-height: 1.38;
}

.synki-intelligence__email-body em {
    color: #216be9;
    font-style: normal;
    text-decoration: underline;
}

.synki-intelligence__screen--actions>p {
    margin: 20px 18px;
    color: #7b7d84;
    font-size: 13px;
}

.synki-intelligence__screen--actions ul {
    margin: 0 18px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #e5e7eb;
}

.synki-intelligence__screen--actions li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #71727a;
    font-size: 12px;
    line-height: 1.35;
}

.synki-intelligence__screen--actions li b {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border: 1px solid #d2d6dc;
    border-radius: 3px;
    color: #6f7d8c;
    font-size: 14px;
}

@media (max-width: 700px) {
    .synki-intelligence {
        padding-top: 72px;
    }

    .synki-intelligence__eyebrow {
        margin-bottom: 24px;
    }

    .synki-intelligence__title {
        letter-spacing: -1.3px;
    }

    .synki-intelligence__description {
        margin: 22px auto 30px;
        font-size: 15px;
    }

    .synki-intelligence__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .synki-intelligence__card {
        min-height: 500px;
        padding: 30px 28px 0;
    }

    .synki-intelligence__screen {
        top: 165px;
        min-height: 360px;
    }
}

@media (max-width: 420px) {
    .synki-intelligence {
        padding-right: 14px;
        padding-left: 14px;
    }

    .synki-intelligence__card {
        min-height: 460px;
        padding: 26px 22px 0;
    }

    .synki-intelligence__card-copy p {
        font-size: 14px;
    }

    .synki-intelligence__screen {
        top: 142px;
        width: 88%;
        min-height: 330px;
        border-width: 4px;
    }

    .synki-intelligence__screen-bar {
        padding: 0 16px;
    }
}

/* Purchase-order comparison is isolated under .synki-document-flow. */
.synki-document-flow {
    box-sizing: border-box;
    padding: 64px 20px 112px;
    overflow: hidden;
    color: #1d2024;
    background: #fff;
}

.synki-document-flow *,
.synki-document-flow *::before,
.synki-document-flow *::after {
    box-sizing: inherit;
}

.synki-document-flow__content {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.synki-document-flow__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.synki-document-flow__figure {
    min-width: 0;
    margin: 0;
}

.synki-document-flow__paper,
.synki-document-flow__review {
    min-height: 470px;
    padding: 28px;
    border: 1px solid #dfe1e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(34, 42, 50, .08);
}

.synki-document-flow__paper {
    transform: rotate(-.6deg);
}

.synki-document-flow__paper header,
.synki-document-flow__review header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #25282c;
}

.synki-document-flow__paper header div:last-child {
    text-align: right;
}

.synki-document-flow__paper strong {
    display: block;
    font-size: 15px;
}

.synki-document-flow__paper small,
.synki-document-flow__paper header b {
    display: block;
    margin-top: 5px;
    color: #6f747b;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
}

.synki-document-flow__paper header div:last-child small {
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.synki-document-flow__paper header b {
    color: #1d2024;
    font-size: 16px;
}

.synki-document-flow__addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 20px 0;
    font-size: 11px;
    line-height: 1.55;
}

.synki-document-flow__addresses p {
    margin: 0;
}

.synki-document-flow__addresses b,
.synki-document-flow__addresses small {
    display: block;
}

.synki-document-flow__addresses b {
    margin-bottom: 6px;
    color: #8a9098;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.synki-document-flow table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.synki-document-flow th {
    padding: 7px 4px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    color: #858a91;
    font-size: 10px;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
}

.synki-document-flow td {
    padding: 9px 4px;
    border-bottom: 1px solid #e4e5e7;
}

.synki-document-flow th:nth-last-child(-n+3),
.synki-document-flow td:nth-last-child(-n+3),
.synki-document-flow tfoot {
    text-align: right;
}

.synki-document-flow tfoot {
    font-size: 12px;
    font-weight: 700;
}

.synki-document-flow__figure figcaption {
    margin-top: 16px;
    color: #858a91;
    font-size: 13px;
    line-height: 1.45;
}

.synki-document-flow__connector {
    color: #5281a5;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
}

.synki-document-flow__review {
    border-color: #c8dceb;
    background: linear-gradient(140deg, #f9fcff, #e6f3fc);
    transform: rotate(.5deg);
}

.synki-document-flow__review header {
    align-items: center;
    border-bottom-color: #cadce9;
}

.synki-document-flow__review header>span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #216be9;
}

.synki-document-flow__review header div {
    margin-right: auto;
}

.synki-document-flow__review header strong,
.synki-document-flow__review header small {
    display: block;
}

.synki-document-flow__review header small {
    margin-top: 3px;
    color: #748391;
    font-size: 11px;
}

.synki-document-flow__review header>b {
    padding: 6px 9px;
    border-radius: 999px;
    color: #187143;
    background: #dff5e8;
    font-size: 10px;
}

.synki-document-flow__review-block {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid #c9dde9;
    border-radius: 8px;
    background: rgba(255, 255, 255, .8);
}

.synki-document-flow__review-block h3 {
    margin: 0 0 10px;
    font-size: 13px;
}

.synki-document-flow__review-block p {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 7px 0;
    color: #687888;
    font-size: 11px;
}

.synki-document-flow__review-block p b {
    color: #283640;
}

.synki-document-flow__review-block p span {
    color: #2d8e5a;
    text-align: right;
}

.synki-document-flow__total {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding: 12px 2px;
    border-top: 1px solid #c9dde9;
    font-size: 14px;
}

@media (max-width: 850px) {
    .synki-document-flow {
        padding-top: 40px;
        padding-bottom: 72px;
    }

    .synki-document-flow__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 570px;
        margin: 0 auto;
    }

    .synki-document-flow__connector {
        height: 28px;
        transform: rotate(90deg);
    }
}

@media (max-width: 480px) {
    .synki-document-flow {
        padding-right: 14px;
        padding-left: 14px;
    }

    .synki-document-flow__paper,
    .synki-document-flow__review {
        min-height: 0;
        padding: 19px;
    }

    .synki-document-flow__paper {
        transform: none;
    }

    .synki-document-flow__review {
        transform: none;
    }

    .synki-document-flow__addresses {
        gap: 12px;
    }

    .synki-document-flow table {
        font-size: 9px;
    }

    .synki-document-flow th {
        font-size: 8px;
    }

    .synki-document-flow td {
        padding: 7px 2px;
    }

    .synki-document-flow th:nth-child(2),
    .synki-document-flow td:nth-child(2) {
        max-width: 92px;
    }
}

/* Two images section: fully contained under .synki-two-images to prevent style conflicts. */
.synki-two-images {
    box-sizing: border-box;
    position: relative;
    overflow-x: clip;
    padding: 40px 24px 64px;
    background: #fff;
}

.synki-two-images *,
.synki-two-images *::before,
.synki-two-images *::after {
    box-sizing: inherit;
}

.synki-two-images__wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.synki-two-images__empty {
    max-width: 896px;
}

.synki-two-images__container {
    margin-top: 48px;
}

.synki-two-images__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
}

.synki-two-images__figure {
    min-width: 0;
    margin: 0;
}

.synki-two-images__figure figcaption {
    margin-top: 16px;
    color: #858a91;
    font-size: 14px;
    line-height: 1.45;
}

.synki-two-images__paper {
    position: relative;
    border: 1px solid #dfe1e5;
    border-radius: 3px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 18px 34px rgba(34, 42, 50, 0.08);
}

.synki-two-images__paper header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #25282c;
}

.synki-two-images__paper header div:last-child {
    text-align: right;
}

.synki-two-images__paper strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.synki-two-images__paper small,
.synki-two-images__paper header b {
    display: block;
    margin-top: 5px;
    color: #6f747b;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
}

.synki-two-images__paper header div:last-child small {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.synki-two-images__paper header b {
    color: #1d2024;
    font-size: 16px;
}

.synki-two-images__addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 20px 0;
    font-size: 11px;
    line-height: 1.55;
}

.synki-two-images__addresses p {
    margin: 0;
}

.synki-two-images__addresses b,
.synki-two-images__addresses small {
    display: block;
}

.synki-two-images__addresses b {
    margin-bottom: 6px;
    color: #8a9098;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.synki-two-images table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.synki-two-images th {
    padding: 7px 4px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    color: #858a91;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
}

.synki-two-images td {
    padding: 9px 4px;
    border-bottom: 1px solid #e4e5e7;
}

.synki-two-images th:nth-last-child(-n+3),
.synki-two-images td:nth-last-child(-n+3),
.synki-two-images tfoot {
    text-align: right;
}

.synki-two-images tfoot {
    font-size: 12px;
    font-weight: 700;
}

.synki-two-images__connector {
    display: none;
    justify-content: center;
    color: #5281a5;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
}

.synki-two-images__review {
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    background: #1a1a1a;
    padding: 20px;
}

.synki-two-images__review header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3a3a3a;
}

.synki-two-images__review header>span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #4ade80;
    font-weight: 600;
    font-size: 12px;
}

.synki-two-images__review header div {
    margin-right: auto;
}

.synki-two-images__review header strong,
.synki-two-images__review header small {
    display: block;
}

.synki-two-images__review header strong {
    font-size: 13px;
    font-weight: 600;
    color: #e5e5e5;
}

.synki-two-images__review header small {
    margin-top: 3px;
    color: #a0a0a0;
    font-size: 11px;
}

.synki-two-images__review header>b {
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: #4ade80;
    font-size: 10px;
    font-weight: 600;
}

.synki-two-images__review-list {
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.synki-two-images__review-item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #2a2a2a;
    font-size: 13px;
    color: #b0b0b0;
}

.synki-two-images__review-item:last-child {
    border-bottom: none;
}

.synki-two-images__review-item dt {
    color: #a0a0a0;
    font-weight: 400;
}

.synki-two-images__review-item dd {
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 0;
}

.synki-two-images__review-item dd span {
    color: #e5e5e5;
    font-weight: 600;
}

.synki-two-images__review-item dd span.num {
    color: #4ade80;
}

.synki-two-images__review-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #c9dde9;
    font-size: 14px;
    font-weight: 600;
    color: #1d2024;
}

.synki-two-images__action-box {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    background: #ff6b35;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

@keyframes dest-cycle {
    0% {
        opacity: 0;
        transform: translateY(4px);
    }

    4% {
        opacity: 1;
        transform: translateY(0);
    }

    46% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        opacity: 0;
        transform: translateY(-4px);
    }

    100% {
        opacity: 0;
        transform: translateY(-4px);
    }
}

@media (min-width: 640px) {
    .synki-two-images {
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .synki-two-images__container {
        margin-top: 56px;
    }

    .synki-two-images__grid {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 24px;
    }

    .synki-two-images__connector {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .synki-two-images__grid {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .synki-two-images {
        padding: 32px 14px 48px;
    }

    .synki-two-images__paper {
        padding: 16px;
    }

    .synki-two-images__addresses {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .synki-two-images table {
        font-size: 9px;
    }

    .synki-two-images th {
        font-size: 8px;
    }

    .synki-two-images td {
        padding: 6px 2px;
    }

    .synki-two-images th:nth-child(2),
    .synki-two-images td:nth-child(2) {
        max-width: 70px;
    }

    .synki-two-images__review {
        padding: 16px;
    }

    .synki-two-images__review header {
        gap: 8px;
    }

    .synki-two-images__review-item {
        font-size: 12px;
        padding: 8px 0;
    }

    .synki-two-images__review-item dd {
        gap: 8px;
    }
}

.synki-dashboard {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 48px 0;
    background: #fff;
    
    color: #172033;
}

.synki-dashboard *,
.synki-dashboard *::before,
.synki-dashboard *::after {
    box-sizing: inherit;
}

.synki-dashboard__content {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 16px;
}

.synki-dashboard__eyebrow {
    margin: 0 0 12px;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    text-align: center;
    color: #216be9;
}

.synki-dashboard__title {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #172033;
}

.synki-dashboard__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.synki-dashboard__tabs {
    position: relative;
    z-index: 10;
    margin-bottom: -20px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    display: flex;
    gap: 6px;
    scrollbar-width: none;
}

.synki-dashboard__tabs::-webkit-scrollbar {
    display: none;
}

.synki-dashboard__tab {
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #172033;
    border: none;
    white-space: nowrap;
}

button.synki-dashboard__tab.is-active {
    background: #e8f0fc;
    color: #216be9;
}

.synki-dashboard__tab svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.synki-dashboard__tab:not(:first-child) {
    opacity: 0.75;
}

.synki-dashboard__tab:hover {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.synki-dashboard__tab p {
    margin: 0;
    display: none;
}

.synki-dashboard__image {
    width: 100%;
    max-width: 100%;
    border: 4px solid #e0e0e0;
    border-bottom: none;
    border-radius: 24px 24px 0 0;
    display: block;
    height: auto;
    margin-top: 20px;
}

@media (min-width: 640px) {
    .synki-dashboard {
        padding: 40px;
    }

    .synki-dashboard__content {
        padding: 0 20px;
    }

    .synki-dashboard__eyebrow {
        margin: 0 0 16px;
        font-size: 14px;
    }

    .synki-dashboard__title {
        margin: 0 0 48px;
        font-size: 48px;
        line-height: 46px;
        letter-spacing: -0.84px;
    }

    .synki-dashboard__tabs {
        margin-bottom: -33px;
        width: fit-content;
        padding: 8px;
        gap: 0;
        border-radius: 12px;
        overflow-x: visible;
    }

    .synki-dashboard__tab {
        padding: 12px 16px;
        background: #f5f5f5;
        border-radius: 8px;
        font-size: 14px;
        gap: 10px;
    }

    button.synki-dashboard__tab.is-active {
        background: #e8f0fc;
    }

    .synki-dashboard__tab svg {
        width: 24px;
        height: 24px;
    }

    .synki-dashboard__tab p {
        display: block;
    }

    .synki-dashboard__image {
        border: 8px solid #e0e0e0;
        border-radius: 48px 48px 0 0;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .synki-dashboard {
        padding: 40px 0;
    }

    .synki-dashboard__content {
        padding: 0 12px;
    }

    .synki-dashboard__eyebrow {
        margin: 0 0 8px;
        font-size: 10px;
    }

    .synki-dashboard__title {
        margin: 0 0 24px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .synki-dashboard__tabs {
        margin-bottom: -16px;
        padding: 6px;
        gap: 4px;
        border-radius: 6px;
    }

    .synki-dashboard__tab {
        padding: 6px 8px;
        border-radius: 4px;
        font-size: 10px;
        gap: 4px;
    }

    .synki-dashboard__tab svg {
        width: 16px;
        height: 16px;
    }

    .synki-dashboard__image {
        border: 3px solid #e0e0e0;
        border-radius: 16px 16px 0 0;
        margin-top: 16px;
    }
}

.integrate-and-manage {
    background: linear-gradient(rgb(0, 20, 48) 0%, rgb(0, 0, 0) 100%);
    position: relative;
    padding-top: 5rem;
    padding-bottom: 20rem;
    overflow: hidden;
}

.integrate-and-manage-container {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.integrate-and-manage-content {
    margin-bottom: 4rem;
    display: grid;
    align-items: center;
    gap: 3.5rem;
}

.integrate-and-manage-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.integrate-and-manage-title {
    margin-bottom: 0.75rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.11px;
    text-transform: uppercase;
    color: #216be9;
}

.integrate-and-manage-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.84px;
    color: #fff;
    margin-top: 0;
}

.integrate-and-manage-description {
    margin-bottom: 1.5rem;
    max-width: 590px;
    line-height: 18px;
    letter-spacing: -0.12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
}

.integrate-and-manage-button {
    padding: 5px;
    background-color: rgb(0 0 0 / 0.15);
    border-radius: 16px;
    transition-duration: 200ms;
}

.integrate-and-manage-button:active {
    transform: scale(0.95);
}

.integrate-and-manage-button-content {
    padding: 2px;
    background-color: #216be9;
    border-radius: 11px;
}

.integrate-and-manage-button-inner {
    position: relative;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    background-color: var(--accent-dark);
    border-radius: 9px;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: -0.12px !important;
    color: #fff;
    overflow: hidden;
}

.integrate-and-manage-button-text {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.integrate-and-manage-button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgb(255 255 255 / 0.25),
            rgb(255 255 255 / 0.05));
    opacity: 0;
}

.integrate-and-manage-image {
    display: flex;
    justify-content: center;
}

.integrate-and-manage-image-wrapper {
    width: 100%;
    max-width: 665px;
}

.integrate-and-manage-image-img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.integrate-and-manage-cards {
    display: grid;
    gap: 1rem;
}

.integrate-and-manage-card {
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgb(255 255 255 / 0.05);
    background-color: #020D1D;
    border-radius: 0.75rem;
    overflow: hidden;
}

.integrate-and-manage-card-content {
    position: relative;
    z-index: 10;
}

.integrate-and-manage-card-image {
    display: flex;
    justify-content: center;
}

.integrate-and-manage-card-image-img {
    width: 100%;
    height: auto;
    max-width: 366px;
}

.integrate-and-manage-card-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #fff;
}

.integrate-and-manage-card-description {
    line-height: 28px;
    letter-spacing: -0.12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.integrate-and-manage-footer {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.integrate-and-manage-footer-link {
    padding: 6px 14px;
    border: 1px solid rgb(255 255 255 / 0.25);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #fff;
    text-decoration: none;
}

.integrate-and-manage-footer-link-text {
    font-weight: 600;
    color: #216be9;
}

.fill-accent {
    fill: #216be9;
}

.integrate-and-manage-footer-link-icon {
    width: 10px;
    display: inline-block;
    margin-left: 0.5rem;
}

@media (min-width: 1024px) {
    .integrate-and-manage-content {
        grid-template-columns: auto 665px;
    }

    .integrate-and-manage-footer-link-icon {
        width: 13px;
    }

    .integrate-and-manage-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .integrate-and-manage {
        padding-top: 11rem;
        padding-bottom: 24rem;
    }

    .integrate-and-manage-card-title {
        letter-spacing: -0.16px;
        font-size: 16px;
    }

    .integrate-and-manage-button-inner {
        font-size: 1rem !important;
        letter-spacing: -0.16px !important;
    }

    .integrate-and-manage-title {
        font-size: 14px;
        letter-spacing: -0.14px;
    }

    .integrate-and-manage-heading {
        margin-bottom: 1.25rem;
        font-size: 48px;
        line-height: 46px;
    }

    .integrate-and-manage-description {
        margin-bottom: 2rem;
        line-height: 24px;
        letter-spacing: -0.16px;
        font-size: 16px;
    }

    .integrate-and-manage-content {
        margin-bottom: 6rem;
        gap: 5rem;
    }
}

/* ===== Global Proxy Locations Section ===== */
.global-locations-section {
    margin-top: -15rem;
}

@media (min-width: 640px) {
    .global-locations-section {
        margin-top: -18rem;
    }
}

.global-locations-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.global-locations-card {
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .global-locations-card {
        border-radius: 16px;
    }
}

.global-locations-content {
    position: relative;
    z-index: 10;
    padding: 1.5rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 640px) {
    .global-locations-content {
        padding: 3.5rem;
        padding-right: 0;
    }
}

.global-locations-label {
    margin-bottom: 0.75rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.11px;
    text-transform: uppercase;
    color: #216be9;
}

@media (min-width: 640px) {
    .global-locations-label {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
}

.global-locations-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.84px;
    color: #000000;
}

@media (min-width: 640px) {
    .global-locations-heading {
        margin-bottom: 1.25rem;
        font-size: 48px;
        line-height: 46px;
        width: 65%;
    }
}

.global-locations-heading-break {
    display: none;
}

@media (min-width: 640px) {
    .global-locations-heading-break {
        display: block;
    }
}

.global-locations-description {
    margin-bottom: 1.5rem;
    max-width: 590px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.12px;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) {
    .global-locations-description {
        margin-bottom: 2rem;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.16px;
    }
}

.global-locations-grid {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 700px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .global-locations-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.875rem;
        margin-bottom: 2rem;
    }
}

.global-locations-item {
    padding: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    border: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: inherit;
    transition: transform 200ms ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px -2px;
}

@media (min-width: 640px) {
    .global-locations-item {
        padding: 0.75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        gap: 0.875rem;
    }
}

.global-locations-item:hover {
    transform: translateY(-4px);
}

.global-locations-item-flag {
    width: 28px;
    height: auto;
}

@media (min-width: 640px) {
    .global-locations-item-flag {
        width: 42px;
    }
}

.global-locations-item-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.global-locations-item-title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #000000;
    margin: 0;
}

@media (min-width: 640px) {
    .global-locations-item-title {
        font-size: 16px;
        letter-spacing: -0.16px;
    }
}

.global-locations-item-ip {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

@media (min-width: 640px) {
    .global-locations-item-ip {
        font-size: 14px;
        letter-spacing: -0.28px;
    }
}

.global-locations-button {
    padding: 0.75rem 1.25rem;
    background-color: rgba(22, 117, 255, 0.1);
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.12px;
    color: #216be9;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 200ms ease;
}

@media (min-width: 640px) {
    .global-locations-button {
        padding: 1rem 1.5rem;
        border-radius: 12px;
        font-size: 16px;
        letter-spacing: -0.16px;
        gap: 0.75rem;
    }
}

.global-locations-button:hover {
    background-color: rgba(22, 117, 255, 0.15);
}

.global-locations-button-icon {
    width: 11px;
    height: auto;
}

@media (min-width: 640px) {
    .global-locations-button-icon {
        width: 13px;
    }
}

.global-locations-bg-grain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-locations-bg-globe {
    position: absolute;
    top: -30px;
    right: -220px;
    width: 708px;
    display: none;
}

/* ===== Synki Benefits Cards Section ===== */
.synki-benefits-section {
    padding: 40px;
    background: #fff;
    color: #0b0b0d;
}

.synki-benefits-container {
    max-width: 1312px;
    margin: 0 auto;
}

.synki-benefits-header {
    text-align: center;
    margin-bottom: 82px;
}

.synki-benefits-eyebrow {
    display: inline-block;
    margin: 0 0 28px;
    padding: 7px 16px;
    border: 1px solid #d5d8dc;
    border-radius: 5px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.synki-benefits-heading {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -2px;
}

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

.synki-benefits-card {
    min-width: 0;
}

.synki-benefits-visual {
    height: 278px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.synki-benefits-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.synki-benefits-card-title {
    margin: 30px 8px 16px;
    max-width: 370px;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -1.2px;
}

.synki-benefits-card-copy {
    margin: 0 8px;
    max-width: 380px;
    color: #4d5562;
    font-size: 16px;
    line-height: 1.5;
}

.synki-benefits-visual-rfp {
    background: linear-gradient(155deg, #d8b895, #8b786a 49%, #2b4b50);
}

.synki-rfp-window {
    position: absolute;
    top: 53px;
    left: 66px;
    width: 430px;
    background: #fbfbfc;
    border-radius: 13px 0 0;
    box-shadow: 0 12px 30px #1113;
    color: #454a52;
    font-size: 12px;
}

.synki-rfp-toolbar {
    height: 55px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    white-space: nowrap;
    border-bottom: 1px solid #dce0e5;
}

.synki-rfp-toolbar strong {
    font-size: 16px;
}

.synki-rfp-toolbar b {
    font-size: 13px;
}

.synki-rfp-sheet {
    margin-left: 2px;
    padding: 6px;
    border-radius: 3px;
    background: #16a765;
    color: white;
}

.synki-rfp-table-head,
.synki-rfp-row {
    display: grid;
    grid-template-columns: 55% 45%;
}

.synki-rfp-table-head {
    padding: 14px 18px;
    border-bottom: 1px solid #dce0e5;
    color: #20242a;
}

.synki-rfp-row {
    height: 62px;
    border-bottom: 1px solid #dce0e5;
}

.synki-rfp-row>span {
    margin: 15px;
    background: repeating-linear-gradient(#e7e8e9 0 5px, transparent 5px 12px);
}

.synki-rfp-row em {
    padding: 22px 16px;
    border-left: 1px solid #dce0e5;
    font-style: normal;
    background: #f4fbfb;
}

.synki-benefits-visual-answer {
    background: linear-gradient(160deg, #aacac3 0%, #18736e 100%);
}

.synki-benefits-apps {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.synki-benefits-apps span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #f4fbfa;
    color: #0872d8;
    font-size: 27px;
    font-weight: 700;
    box-shadow: 0 3px 8px #0002;
}

.synki-benefits-apps span:nth-child(2) {
    color: #063d39;
}

.synki-benefits-apps span:nth-child(3) {
    color: #e5387d;
}

.synki-benefits-dots {
    width: 200px;
    height: 23px;
    margin: 17px auto 0;
    border-top: 1px dashed #d8ede9;
    border-radius: 50%;
}

.synki-benefits-answer-box {
    width: 278px;
    height: 49px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 8px;
    background: #fff;
    color: #223339;
}

.synki-benefits-answer-box b {
    font-size: 24px;
}

.synki-benefits-answer-box p {
    font-size: 13px;
}

.synki-benefits-visual-agents {
    background: linear-gradient(160deg, #5a8983, #c5ad90);
}

.synki-benefits-agent-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.synki-benefits-agent-top button {
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #176c62;
    font-size: 11px;
}

.synki-benefits-agent-list {
    margin-top: 21px;
}

.synki-benefits-agent-list p {
    display: flex;
    gap: 17px;
    align-items: center;
    height: 52px;
    margin: 10px 0;
    padding: 0 16px;
    border-radius: 7px;
    background: #fff;
    color: #111;
    font-size: 21px;
}

.synki-benefits-agent-list span {
    font-size: 13px;
}

@media (max-width: 900px) {
    .synki-benefits-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .synki-benefits-card-title,
    .synki-benefits-card-copy {
        margin-left: 0;
    }

    .synki-benefits-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 520px) {
    .synki-benefits-section {
        padding: 68px 18px;
    }

    .synki-benefits-visual {
        height: 230px;
    }

    .synki-benefits-card-title {
        margin-top: 22px;
        font-size: 25px;
    }

    .synki-rfp-window {
        top: 43px;
        left: 32px;
        width: 370px;
        transform: scale(.86);
        transform-origin: top left;
    }

    .synki-benefits-visual-agents {
        padding: 40px 28px;
    }
}

/* ===== Synki Industries CSS Slider ===== */
.synki-industries-section {
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(130deg, #fff 2%, #f3fbff 55%, #ecf8fe);
    color: #101114;
}

.synki-industries-heading-wrap {
    max-width: 650px;
    margin: 0 auto 52px;
    padding: 0 20px;
    text-align: center;
}

.synki-industries-label {
    display: inline-block;
    margin: 0 0 20px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #dff0ff;
    color: #216be9;
    font-size: 14px;
    font-weight: 700;
}

.synki-industries-heading {
    margin: 0 0 12px;
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.synki-industries-intro {
    max-width: 500px;
    margin: 0 auto;
    color: #73777d;
    font-size: 16px;
    line-height: 1.45;
}

.synki-industries-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.synki-industries-track {
    display: flex;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc(50vw - 265px);
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.synki-industries-track::-webkit-scrollbar {
    display: none;
}

.synki-industry-card {
    width: 530px;
    min-height: 342px;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 40px 46px 32px;
    border: 1px solid #e5ebee;
    border-radius: 24px;
    background: rgba(255, 255, 255, .64);
    box-shadow: 0 2px 3px rgba(20, 40, 50, .03);
    scroll-snap-align: center;
    opacity: .47;
    transition: opacity .25s ease, background .25s ease, border-color .25s ease;
}

.synki-industry-card.is-active {
    border-color: #a9d8f9;
    border-top: 6px solid #216be9;
    background: #fff;
    box-shadow: 0 4px 14px rgba(16, 105, 161, .1);
    opacity: 1;
    padding-top: 35px;
}

.synki-industry-title {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.synki-industry-icon {
    display: grid;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    place-items: center;
    border-radius: 14px;
    background: #e7f5ff;
    color: #216be9;
    font-size: 24px;
}

.synki-industry-title h3 {
    margin: 3px 0 5px;
    font-size: 20px;
    line-height: 1.1;
}

.synki-industry-title p {
    margin: 0;
    color: #73777d;
    font-size: 14px;
}

.synki-industry-card ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 22px 0;
    list-style: none;
}

.synki-industry-card li {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f2f8fc;
    font-size: 12px;
    line-height: 1.2;
}

.synki-industry-card li::before {
    content: '✓';
    display: inline-grid;
    width: 13px;
    height: 13px;
    margin-right: 13px;
    place-items: center;
    border: 1.5px solid #216be9;
    border-radius: 50%;
    color: #216be9;
    font-size: 9px;
    font-weight: 700;
}

.synki-industry-card a {
    display: inline-block;
    margin-top: 2px;
    color: #216be9;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.synki-industry-card.is-active a {
    padding: 13px 18px;
    border-radius: 12px;
    background: #216be9;
    color: #fff;
}

.synki-industry-card a b {
    margin-left: 8px;
    font-size: 18px;
}

.synki-industries-controls {
    position: absolute;
    inset: 50% 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 calc(50% - 300px);
    transform: translateY(-50%);
    pointer-events: none;
}

.synki-industries-controls button {
    padding: 0px;
    ;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #dde3e7;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px #0000000d;
    color: #68737c;
    font-size: 28px;
    cursor: pointer;
    pointer-events: auto;
}

.synki-industries-controls button:hover {
    border-color: #216be9;
    color: #216be9;
}

.synki-industries-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 31px;
}

.synki-industries-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cfd7dc;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.synki-industries-dots .synki-industries-dot-active {
    width: 24px;
    background: #216be9;
}

@media (max-width: 700px) {
    .synki-industries-section {
        padding: 65px 0 60px;
    }

    .synki-industries-heading-wrap {
        margin-bottom: 35px;
    }

    .synki-industries-intro {
        font-size: 15px;
    }

    .synki-industries-track {
        gap: 12px;
        padding: 0 20px;
    }

    .synki-industry-card {
        width: calc(100vw - 40px);
        min-height: 330px;
        padding: 30px 22px;
        border-radius: 20px;
        opacity: 1;
    }

    .synki-industry-card.is-active {
        padding-top: 25px;
    }

    .synki-industries-controls {
        display: none;
    }
}

/* ===== Powerful Proxies (Tailwind-free, isolated styles) ===== */
.synki-powerful-proxies {
    padding: 40px;
    background: linear-gradient(to bottom, transparent, #f8fafb);
    color: #111820;
}

.synki-powerful-proxies-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

.synki-powerful-proxies-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 4rem;
}

.synki-powerful-proxies-media {
    display: flex;
    min-width: 0;
}

.synki-powerful-proxies-media img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e4e9ed;
    border-radius: 12px;
}

.synki-powerful-proxies-copy>p:first-child {
    margin: 0 0 .75rem;
    color: #216be9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.14px;
    text-transform: uppercase;
}

.synki-powerful-proxies-copy h2 {
    margin: 0 0 1.5rem;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.84px;
}

.synki-powerful-proxies-copy>p:not(:first-child) {
    margin: 0 0 1.5rem;
    color: rgba(17, 24, 32, .75);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.16px;
}

.synki-powerful-proxies-copy>div {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.synki-powerful-proxies-copy>div>div {
    display: flex;
    align-items: center;
    gap: .625rem;
}

.synki-powerful-proxies-copy>div p {
    margin: 0;
    color: rgba(17, 24, 32, .75);
    font-size: 16px;
    line-height: 24px;
}

.synki-powerful-proxies-copy>a {
    display: inline-block;
    color: #216be9;
    text-decoration: none;
}

.synki-powerful-proxies-copy>a button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: .5rem 1.25rem;
    border: 1px solid #e4e9ed;
    border-radius: 8px;
    background: #fff;
    color: #216be9;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.synki-powerful-proxies-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
    margin-top: 5rem;
}

.synki-powerful-proxies-benefits>div>div {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin-bottom: .5rem;
}

.synki-powerful-proxies-benefits svg {
    width: 24px;
    height: auto;
    flex: 0 0 auto;
}

.synki-powerful-proxies-benefits h3 {
    margin: 0;
    color: #216be9;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

.synki-powerful-proxies-benefits p {
    margin: 0;
    color: #111820;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 900px) {
    .synki-powerful-proxies {
        padding: 6rem 0;
    }

    .synki-powerful-proxies-main {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .synki-powerful-proxies-media {
        order: 2;
    }

    .synki-powerful-proxies-copy {
        order: 1;
    }

    .synki-powerful-proxies-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 3rem;
    }
}

@media (max-width: 560px) {
    .synki-powerful-proxies {
        padding: 4rem 0;
    }

    .synki-powerful-proxies-container {
        width: min(100% - 36px, 1320px);
    }

    .synki-powerful-proxies-copy h2 {
        margin-bottom: 1rem;
        font-size: 28px;
        line-height: 32px;
    }

    .synki-powerful-proxies-copy>p:not(:first-child),
    .synki-powerful-proxies-copy>div p,
    .synki-powerful-proxies-benefits p {
        font-size: 13px;
        line-height: 19px;
    }

    .synki-powerful-proxies-copy>p:first-child {
        font-size: 11px;
    }

    .synki-powerful-proxies-benefits {
        gap: 1.75rem 1rem;
    }

    .synki-powerful-proxies-benefits h3 {
        font-size: 13px;
    }

    .synki-powerful-proxies-benefits svg {
        width: 18px;
    }

    .synki-powerful-proxies-copy>a button {
        width: 100%;
        font-size: 13px;
    }
}

/* ===== Product FAQ ===== */
.synki-faq-section {
    color: #101820;
}

.synki-faq-container {
    width: min(100%, 1320px);
    margin: 0 auto;
}

.synki-faq-label {
    margin: 0 0 20px;
    color: #216be9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.16px;
    text-transform: uppercase;
}
.synki-faq-container.main-faq-container .synki-faq-heading{
	margin: 0 0 42px;
    font-size: clamp(36px, 4.2vw, 48px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -2px;
}
.synki-faq-container.main-faq-container .synki-faq-item {
    min-height: 193px;
    box-sizing: border-box;
    padding: 34px 32px 30px;
    border: 1px solid #e1e5e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
}
.synki-faq-heading {
    margin: 0 0 42px;
    font-size: clamp(36px, 4.2vw, 54px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -2px;
}

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

.synki-faq-item {
    min-height: 0px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
    display: block;
}

.synki-faq-item summary {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    cursor: pointer;
    color: #121a22;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

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

.synki-faq-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 9px;
    background: #eff7ff;
    color: #216be9;
    font-size: 19px;
    font-weight: 500;
}

.synki-home-faq-question {
    display: flex;
    align-items: center;
    gap: 12px;
}

.synki-home-faq-question-text {
    font-size: 16px;
    flex: 1;
}

.synki-home-faq-answer {
    font-size: 14px;
}

.synki-faq-item p {
    max-width: 620px;
    margin: 20px 0 0 50px;
    color: #65717b;
    font-size: 17px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .synki-faq-section {
        padding: 64px 18px 76px;
    }

    .synki-faq-label {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .synki-faq-heading {
        margin-bottom: 28px;
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .synki-faq-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .synki-faq-item {
        min-height: 0;
        padding: 20px 15px 15px 15px;
        border-radius: 13px;
    }

    .synki-faq-item summary {
        gap: 12px;
        font-size: 16px;
		padding:0px;
		line-height:26px;
    }

    .synki-faq-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 17px;
    }

    .synki-faq-chevron {
        display: block;
    }

    .synki-faq-item p {
        margin: 15px 0 0 42px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/* ===== Free Trial CTA ===== */
.synki-cta-section {
    position: relative;
    overflow: hidden;
    padding: 40px;
    background: radial-gradient(ellipse at 4% 98%, #216be9 0, transparent 30%), radial-gradient(ellipse at 98% 100%, #216be9 1, transparent 27%), #FFFFFF;
    color: #062a3a;
    text-align: center;
}

.synki-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, .46) 50%, transparent 82%);
}

.synki-cta-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}

.synki-cta-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px;
    color: #56717a;
    font-size: 14px;
    font-weight: 600;
}

.synki-cta-label-icon {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 2px solid #718890;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1;
}

.synki-cta-heading {
    margin: 0;
    color: #062b3b;
    font-size: clamp(46px, 6vw, 48px);
    line-height: 1.05;
    font-weight: 500;
}

.synki-cta-description {
    margin: 28px auto 29px;
    color: #4b636d;
    font-size: 24px;
    line-height: 1.4;
}

.synki-cta-perks {
    display: flex;
    justify-content: center;
    gap: 32px;
    color: #36515b;
    font-size: 16px;
    font-weight: 600;
}

.synki-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 33px;
}

.synki-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.synki-cta-actions a.synki-cta-primary:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.synki-cta-actions a.synki-cta-contact {
    border: 1px solid #314c57;
}

.synki-cta-actions a.synki-cta-contact:hover {
    color: #216be9;
    border: 1px solid #216be9;
}

.synki-cta-contact {
    color: #314c57;
    background: rgba(255, 255, 255, .68);
}

.synki-cta-primary {
    gap: 22px;
    min-width: 154px;
    background: #216be9;
    color: #fff;
    box-shadow: 0 5px 12px rgba(36, 104, 232, .22);
}

.synki-cta-primary span {
    font-size: 18px;
    line-height: 0;
}

@media (max-width: 600px) {
    .synki-cta-section {
        padding: 82px 18px 84px;
    }

    .synki-cta-label {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .synki-cta-heading {
        font-size: 45px;
        letter-spacing: -1.8px;
    }

    .synki-cta-description {
        margin: 20px auto 24px;
        font-size: 16px;
    }

    .synki-cta-break {
        display: none;
    }

    .synki-cta-perks {
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }

    .synki-cta-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 27px;
    }

    .synki-cta-actions a {
        width: min(100%, 250px);
    }
}

@media (min-width: 1024px) {
    .global-locations-bg-globe {
        display: block;
    }
}

.synki-demo {
    padding: 40px;
    background: #fff;
}

.synki-demo__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 80px;
    align-items: start;
}

/* LEFT */
.synki-demo__heading {
    margin: 0 0 18px;
    max-width: 520px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.synki-demo__description {
    max-width: 560px;
    margin: 0 0 22px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.synki-demo__advantages-heading {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
}

.synki-demo__advantages {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.synki-demo__advantage {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #4b4b4b;
}

.synki-demo__advantage-icon {
    flex: 0 0 auto;
    color: #216be9;
    font-weight: 700;
}

/* EXPECTATIONS */

.synki-demo__expectations {
    max-width: 520px;
    padding: 20px 24px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
}

.synki-demo__expectations-heading {
    margin: 0 0 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.synki-demo__expectations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.synki-demo__expectations-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.synki-demo__expectations-list li:last-child {
    margin-bottom: 0;
}

.synki-demo__expectation-icon {
    color: #555;
}

/* TESTIMONIAL */

.synki-demo__testimonial {
    position: relative;
    padding: 28px 24px 22px;
    border: 1px solid #b6ccf5;
    border-radius: 14px;
    background: #b6ccf5;
}

.synki-demo__quote-mark {
    font-size: 38px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.synki-demo__testimonial blockquote {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #292929;
}

.synki-demo__testimonial-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.synki-demo__testimonial-footer>div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.synki-demo__testimonial-footer strong {
    font-size: 12px;
}

.synki-demo__testimonial-footer span {
    font-size: 12px;
    color: #555;
}

.synki-demo__testimonial-footer img {
    max-width: 70px;
    max-height: 30px;
    width: auto;
    height: auto;
}

/* FORM */

.synki-demo__form-wrapper {
    padding: 28px 24px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.demo-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.demo-form__field {
    margin-bottom: 14px;
}

.demo-form__field label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.demo-form__field input[type="text"],
.demo-form__field input[type="email"],
.demo-form__field select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    color: #555;
    font-size: 12px;
    box-sizing: border-box;
}

.demo-form__field input::placeholder {
    color: #aaa;
}

.demo-form__field select {
    appearance: auto;
}

.demo-form__field--full {
    width: 100%;
}

.demo-form__field .wpcf7-list-item {
    margin: 0 14px 8px 0;
}

.demo-form__field .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.demo-form__field input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
}

.demo-form__privacy {
    margin: 10px 0 14px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}

.demo-form__privacy a {
    color: inherit;
    text-decoration: underline;
}

.demo-form__submit input[type="submit"] {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: #216be9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.demo-form__submit input[type="submit"]:hover {
    background: #216be9;
}

.demo-form__submit input[type="submit"]:active {
    transform: scale(0.98);
}

/* CF7 */

.wpcf7-not-valid {
    border-color: #e53935 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 10px;
}

.wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px !important;
    font-size: 11px;
}

@media (max-width: 900px) {
    .synki-demo__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .synki-demo__heading {
        font-size: 38px;
    }
}

@media (max-width: 600px) {
    .synki-demo {
        padding: 50px 16px;
    }

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

    .synki-demo__heading {
        font-size: 32px;
    }

    .synki-demo__form-wrapper {
        padding: 20px 16px;
    }
}

.demo-form__submit input.is-loading {
    opacity: .7;
    cursor: wait;
}

.synki-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.synki-icon--image {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.synki-demo__advantage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    color: #216be9;
}

.synki-demo__expectation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    color: #555;
}

.synki-demo__expectation-icon .synki-icon--image,
.synki-demo__advantage-icon .synki-icon--image {
    width: 16px;
    height: 16px;
}

/* Demo Date Picker */

.demo-date-picker {
    width: 100%;
}

.demo-date-picker__input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    outline: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.demo-date-picker__input:focus {
    border-color: #216be9;
    box-shadow: 0 0 0 3px rgba(22, 117, 255, 0.10);
}


/* Time Slots */

.demo-time-slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
}

.demo-time-slot {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.demo-time-slot:hover {
    border-color: #216be9;
    color: #216be9;
    background: #ffffff;
}

.demo-time-slot:active {
    transform: scale(.97);
}

.demo-time-slot.is-selected {
    border-color: #216be9;
    background: #216be9;
    color: #fff;
}

@media (max-width: 600px) {
    .demo-time-slots {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Brand Logos */

.synki-brand-logos {
    width: 100%;
    padding: 40px;
    overflow: hidden;
    background: #fff;
}

.synki-brand-logos__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.synki-brand-logos__heading {
    margin: 0 0 28px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #6f6f6f;
    letter-spacing: -0.1px;
}

.synki-brand-logos__viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.synki-brand-logos__viewport::before,
.synki-brand-logos__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.synki-brand-logos__viewport::before {
    left: 0;
    background: linear-gradient(to right,
            #fff,
            rgba(255, 255, 255, 0));
}

.synki-brand-logos__viewport::after {
    right: 0;
    background: linear-gradient(to left,
            #fff,
            rgba(255, 255, 255, 0));
}

.synki-brand-logos__track {
    display: flex;
    width: max-content;
    animation: synkiBrandLogoScroll 35s linear infinite;
}

.synki-brand-logos__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.synki-brand-logos__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 55px;
    flex-shrink: 0;
}

.synki-brand-logos__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    transform: translateY(-50%);
    background: #e8e8e8;
}

.synki-brand-logos__image {
    display: block;
    width: auto;
    max-width: 105px;
    height: 25px;
    object-fit: contain;
    opacity: 0.75;
    filter: grayscale(100%);
    transition:
        opacity 0.25s ease,
        filter 0.25s ease,
        transform 0.25s ease;
}

.synki-brand-logos__link:hover .synki-brand-logos__image {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

@keyframes synkiBrandLogoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.synki-brand-logos__viewport:hover .synki-brand-logos__track {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .synki-brand-logos__track {
        animation: none;
    }
}

@media (max-width: 900px) {
    .synki-brand-logos {
        padding: 45px 0 50px;
    }

    .synki-brand-logos__item {
        width: 125px;
    }

    .synki-brand-logos__image {
        max-width: 90px;
        height: 22px;
    }
}

@media (max-width: 600px) {
    .synki-brand-logos {
        padding: 40px 0;
    }

    .synki-brand-logos__heading {
        padding: 0 20px;
        margin-bottom: 22px;

        font-size: 11px;
    }

    .synki-brand-logos__item {
        width: 110px;
        height: 45px;
    }

    .synki-brand-logos__image {
        max-width: 80px;
        height: 20px;
    }

    .synki-brand-logos__viewport::before,
    .synki-brand-logos__viewport::after {
        width: 45px;
    }
}

/*  Why Synki  */

.synki-why {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%,
            rgba(22, 117, 255, 0.08),
            transparent 45%),
        #f8fbff;
}

.synki-why::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    width: 600px;
    height: 400px;
    transform: translateX(-50%);
    background: rgba(22, 117, 255, 0.05);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none;
}

.synki-why__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.synki-why__header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.synki-why__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #216be9;
}

.synki-why__heading {
    margin: 0 0 14px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #172033;
}

.synki-why__description {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: rgba(23, 32, 51, 0.65);
    letter-spacing: -0.15px;
}

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

.synki-why__card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(22, 117, 255, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 2px 5px rgba(23, 32, 51, 0.02),
        0 10px 30px rgba(22, 117, 255, 0.04);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
    opacity: 0;
    transform: translateY(25px);
}

.synki-why__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.synki-why__card:hover {
    transform: translateY(-5px);
    border-color: rgba(22, 117, 255, 0.3);
    box-shadow:
        0 15px 40px rgba(22, 117, 255, 0.09);
}

.synki-why__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 25px;
    overflow: hidden;
    background:
        radial-gradient(circle at center,
            rgba(22, 117, 255, 0.08),
            rgba(22, 117, 255, 0.025) 55%,
            transparent 80%);
}

.synki-why__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 117, 255, 0.035) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(22, 117, 255, 0.035) 1px,
            transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to bottom,
            transparent,
            black 30%,
            black 70%,
            transparent);
    pointer-events: none;
}

.synki-why__image {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    height: 190px;
    object-fit: contain;
    transition:
        transform 0.4s ease;
}

.synki-why__card:hover .synki-why__image {
    transform: scale(1.04);
}

.synki-why__card-content {
    padding: 24px 28px 28px;
    text-align: center;
}

.synki-why__card-title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -0.35px;
    color: #172033;
}

.synki-why__card-description {
    max-width: 470px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: rgba(23, 32, 51, 0.62);
    letter-spacing: -0.1px;
}

.synki-why__card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #216be9;
    transition: width 0.35s ease;
}

.synki-why__card:hover::after {
    width: 80px;
}

.synki-why__card:nth-child(1) {
    transition-delay: 0.05s;
}

.synki-why__card:nth-child(2) {
    transition-delay: 0.12s;
}

.synki-why__card:nth-child(3) {
    transition-delay: 0.19s;
}

.synki-why__card:nth-child(4) {
    transition-delay: 0.26s;
}

@media (max-width: 800px) {
    .synki-why {
        padding: 75px 20px;
    }

    .synki-why__heading {
        font-size: 38px;
    }

    .synki-why__grid {
        gap: 14px;
    }

    .synki-why__visual {
        min-height: 210px;
    }
}

@media (max-width: 600px) {
    .synki-why {
        padding: 60px 16px;
    }

    .synki-why__header {
        margin-bottom: 32px;
    }

    .synki-why__heading {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .synki-why__description {
        font-size: 13px;
        line-height: 20px;
    }

    .synki-why__grid {
        grid-template-columns: 1fr;
    }

    .synki-why__visual {
        min-height: 200px;
    }

    .synki-why__image {
        height: 170px;
    }

    .synki-why__card-content {
        padding: 20px 20px 24px;
    }

    .synki-why__card-title {
        font-size: 17px;
        line-height: 23px;
    }
}

/*  Synki Stats  */

.synki-stats {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background: #eef6ff;
}

.synki-stats__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 40px;
    overflow: hidden;
    border-radius: 14px;
    background: #f8fbff;
}

.synki-stats__container::before {
    content: "";
    position: absolute;
    top: -65px;
    left: -35px;
    width: 150px;
    height: 110px;
    background: linear-gradient(135deg,
            rgba(22, 117, 255, 0.05),
            rgba(22, 117, 255, 0.16));
    border-radius: 20px;
    transform: rotate(12deg);
    opacity: .7;
    pointer-events: none;
}

.synki-stats__container::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 160px;
    height: 120px;
    background: linear-gradient(135deg,
            rgba(22, 117, 255, 0.04),
            rgba(22, 117, 255, 0.15));
    border-radius: 24px;
    transform: rotate(-15deg);
    opacity: .65;
    pointer-events: none;
}

.synki-stats__items {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%;
}

.synki-stats__item {
    position: relative;
    padding: 0 25px;
    text-align: center;
}

.synki-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 42px;
    transform: translateY(-50%);
    background: rgba(22, 117, 255, 0.12);
}

.synki-stats__number {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #172033;
}

.synki-stats__label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: rgba(23, 32, 51, 0.58);
}

@media (max-width: 900px) {
    .synki-stats {
        padding: 20px;
    }

    .synki-stats__container {
        padding: 28px 20px;
    }

    .synki-stats__item {
        padding: 0 15px;
    }

    .synki-stats__number {
        font-size: 34px;
        line-height: 38px;
    }

    .synki-stats__label {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .synki-stats {
        padding: 16px;
    }

    .synki-stats__container {
        padding: 25px 15px;
    }

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

    .synki-stats__item {
        padding: 0 10px;
    }

    .synki-stats__item::after {
        display: none !important;
    }

    .synki-stats__item:nth-child(1)::before,
    .synki-stats__item:nth-child(2)::before {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 15%;
        width: 70%;
        height: 1px;
        background: rgba(22, 117, 255, 0.08);
    }

    .synki-stats__number {
        font-size: 30px;
        line-height: 34px;
    }

    .synki-stats__label {
        font-size: 11px;
        line-height: 16px;
    }
}

/*   How It Works - Hero  */

.synki-how-it-works-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom,
            rgba(22, 117, 255, 0.10),
            transparent 58%);
    padding: 40px;
}

.synki-how-it-works-hero__container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.synki-how-it-works-hero__heading {
    margin: 0 0 18px;
    color: #171a3b;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -2.5px;
}

.synki-how-it-works-hero__description {
    max-width: 590px;
    margin: 0 0 25px;
    color: rgba(23, 26, 59, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.15px;
}

.synki-how-it-works-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #216be9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow:
        0 0 0 4px rgba(22, 117, 255, 0.12);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.synki-how-it-works-hero__button:hover {
    background: #216be9;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow:
        0 0 0 5px rgba(22, 117, 255, 0.14);
}

.synki-how-it-works-hero__button:active {
    transform: translateY(0);
}

.synki-how-it-works-hero__button svg {
    width: 13px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .synki-how-it-works-hero {
        padding: 65px 20px 75px;
    }

    .synki-how-it-works-hero__heading {
        max-width: 500px;
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1.7px;
        margin-bottom: 16px;
    }

    .synki-how-it-works-hero__description {
        max-width: 470px;
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 22px;
    }

    .synki-how-it-works-hero__button {
        width: auto;
        padding: 11px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .synki-how-it-works-hero {
        padding: 55px 18px 65px;
    }

    .synki-how-it-works-hero__heading {
        font-size: 34px;
        letter-spacing: -1.3px;
    }

    .synki-how-it-works-hero__description {
        font-size: 13px;
    }
}

/*    How It Works - Steps   */

.synki-how-it-works-steps {
    width: 100%;
    padding: 40px;
    background: #ffffff;
}

.synki-how-it-works-steps__container {
    width: 100%;
    margin: 0 auto;
	max-width:1200px;
}

.synki-how-it-works-steps__list {
    width: 100%;
}

.synki-how-it-works-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 430px;
    column-gap: 20px;
    min-height: 220px;
    padding: 0 0 32px;
    margin-bottom: 40px;
}

.synki-how-it-works-step__number {
    position: relative;
    color: #171a3b;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-top: 1px;
}

.synki-how-it-works-step:not(:last-child) .synki-how-it-works-step__number::after {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    width: 1px;
    height: calc(100% + 30px);
    background-image: linear-gradient(to bottom,
            rgba(22, 117, 255, 0.30) 40%,
            transparent 40%);
    background-size: 1px 6px;
    background-repeat: repeat-y;
}

.synki-how-it-works-step__content {
    padding-right: 20px;
}

.synki-how-it-works-step__title {
    max-width: 550px;
    margin: 0 0 8px;
    color: #171a3b;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.8px;
}

.synki-how-it-works-step__description {
    max-width: 340px;
    margin: 0 0 14px;
    color: rgba(23, 26, 59, 0.70);
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.15px;
}

.synki-how-it-works-step__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 7px;
    background: rgba(22, 117, 255, 0.07);
    color: #216be9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.synki-how-it-works-step__button svg {
    width: 11px;
    height: auto;
}

.synki-how-it-works-step__button:hover {
    background: #216be9;
    color: #ffffff;
    transform: translateY(-1px);
}

.synki-how-it-works-step__image-wrap {
    width: 100%;
    height: 198px;
    overflow: hidden;
    border-radius: 14px;
    background: #f1f5ff;
}

.synki-how-it-works-step__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.synki-how-it-works-step:hover .synki-how-it-works-step__image {
    transform: scale(1.02);
}

.synki-how-it-works-step:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .synki-how-it-works-steps {
        padding: 70px 20px;
    }

    .synki-how-it-works-step {
        grid-template-columns: 40px minmax(0, 1fr) 340px;
        column-gap: 16px;
    }

    .synki-how-it-works-step__image-wrap {
        height: 180px;
    }

    .synki-how-it-works-step__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .synki-how-it-works-steps {
        padding: 60px 18px;
    }

    .synki-how-it-works-step {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 12px;
        min-height: 0;
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .synki-how-it-works-step__image-wrap {
        grid-column: 2;
        width: 100%;
        height: 220px;
        margin-top: 20px;
        border-radius: 12px;
    }

    .synki-how-it-works-step__number {
        font-size: 17px;
    }

    .synki-how-it-works-step__title {
        max-width: none;
        font-size: 23px;
        line-height: 1.05;
        letter-spacing: -0.6px;
    }

    .synki-how-it-works-step__description {
        max-width: none;
        font-size: 13px;
        line-height: 1.4;
    }

    .synki-how-it-works-step__content {
        padding-right: 0;
    }

    .synki-how-it-works-step:not(:last-child) .synki-how-it-works-step__number::after {
        top: 30px;
        height: calc(100% + 43px);
		display:none;
    }
}

@media (max-width: 480px) {
    .synki-how-it-works-step__image-wrap {
        height: 190px;
    }

    .synki-how-it-works-step__title {
        font-size: 21px;
    }

    .synki-how-it-works-step__description {
        font-size: 12px;
    }
}

/*  Privacy Solutions  */

.synki-privacy-solutions {
    position: relative;
    overflow: hidden;
    padding: 40px;
    background:
        linear-gradient(135deg,
            rgba(22, 117, 255, 0.08) 0%,
            rgba(22, 117, 255, 0.16) 50%,
            rgba(22, 117, 255, 0.08) 100%);
}

.synki-privacy-solutions__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.synki-privacy-solutions__header {
    margin: 0 auto 45px;
    text-align: center;
}

.synki-privacy-solutions__eyebrow {
    margin: 0 0 10px;
    color: #216be9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.synki-privacy-solutions__heading {
    margin: 0;
    color: #171a3b;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -2px;
}

.synki-privacy-solutions__featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.synki-privacy-featured-card {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 11px;
    background: #216be9;
    box-shadow:
        0 10px 30px rgba(22, 117, 255, 0.12);
}

.synki-privacy-featured-card:nth-child(1) {
    background: #123d80;
}

.synki-privacy-featured-card:nth-child(2) {
    background: #4084ed;
}

.synki-privacy-featured-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 180px;
    padding: 20px;
}

.synki-privacy-featured-card__copy {
    position: relative;
    z-index: 2;
    width: 48%;
}

.synki-privacy-featured-card__title {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.7px;
}

.synki-privacy-featured-card__description {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.35;
}

.synki-privacy-featured-card__button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 5px;
    background: #ffffff;
    color: #171a3b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.synki-privacy-featured-card__button:hover {
    background: #eef5ff;
    color: #216be9;
    transform: translateY(-1px);
}

.synki-privacy-featured-card__button span {
    font-size: 14px;
}

.synki-privacy-featured-card__image-wrap {
    position: relative;
    width: 48%;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.synki-privacy-featured-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.synki-privacy-solutions__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.synki-privacy-solution-link {
    min-height: 96px;
    padding: 18px 20px;
    border: 1px solid rgba(22, 117, 255, 0.10);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    box-shadow:
        0 5px 20px rgba(23, 26, 59, 0.04);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.synki-privacy-solution-link:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 117, 255, 0.28);
    box-shadow:
        0 10px 30px rgba(22, 117, 255, 0.10);
}

.synki-privacy-solution-link__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.synki-privacy-solution-link__icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: #216be9;
}

.synki-privacy-solution-link__icon.dashicons {
    font-size: 17px;
    line-height: 17px;
}

.synki-privacy-solution-link__icon.synki-icon--image {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.synki-privacy-solution-link__title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #171a3b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.25px;
}

.synki-privacy-solution-link:hover .synki-privacy-solution-link__title span {
    transform: translateX(3px);
}

.synki-privacy-solution-link__description {
    margin: 0;
    color: rgba(23, 26, 59, 0.65);
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 800px) {
    .synki-privacy-solutions {
        padding: 70px 20px 80px;
    }

    .synki-privacy-solutions__featured {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 600px) {
    .synki-privacy-solutions {
        padding: 60px 18px 70px;
    }

    .synki-privacy-solutions__header {
        margin-bottom: 30px;
    }

    .synki-privacy-solutions__heading {
        font-size: 24px;
        letter-spacing: -1.4px;
    }

    .synki-privacy-solutions__links {
        grid-template-columns: 1fr;
    }

    .synki-privacy-featured-card__content {
        min-height: 200px;
        padding: 18px;
    }

    .synki-privacy-featured-card__copy {
        width: 52%;
    }

    .synki-privacy-featured-card__image-wrap {
        width: 45%;
        height: 150px;
    }

    .synki-privacy-featured-card__title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .synki-privacy-featured-card__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .synki-privacy-featured-card__copy {
        width: 100%;
    }

    .synki-privacy-featured-card__image-wrap {
        width: 100%;
        height: 110px;
        margin-top: 10px;
    }
}

/*  FAQ Section  */

.synki-faq-section {
    width: 100%;
    padding: 40px;
    background: #faf8ff;
}

.synki-faq-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: start;
}

.synki-faq-intro {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}

.synki-faq-intro__icon {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-top: 10px;
    border: 1.5px solid rgba(23, 26, 59, 0.25);
    border-radius: 50%;
}

.synki-faq-intro__content {
    max-width: 350px;
}

.synki-faq-eyebrow {
    margin: 0 0 17px;
    color: #171a3b;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.7px;
}

.synki-faq-heading {
    margin: 0 0 17px;
    color: #171a3b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.synki-faq-description {
    margin: 0;
    color: rgba(23, 26, 59, 0.68);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.synki-faq-list {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(23, 26, 59, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
        0 12px 35px rgba(23, 26, 59, 0.07);
}

.synki-faq-item {
    margin: 0;
    border-bottom: 1px solid rgba(23, 26, 59, 0.08);
    background: #ffffff;
}

.synki-faq-item:last-child {
    border-bottom: 0;
}

.synki-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 0px 15px 0px;
    cursor: pointer;
    list-style: none;
    color: #171a3b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.synki-faq-question::-webkit-details-marker {
    display: none;
}

.synki-faq-question::marker {
    display: none;
    content: "";
}

.synki-faq-question:hover {
    background: rgba(22, 117, 255, 0.025);
}

.synki-faq-item[open] .synki-faq-question {
    background: rgba(22, 117, 255, 0.025);
}

.synki-faq-question__text {
    display: block;
    max-width: 90%;
}

.synki-faq-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #687286;
    transition: transform 0.25s ease;
}

.synki-faq-chevron svg {
    display: block;
    width: 11px;
    height: auto;
}

.synki-faq-item[open] .synki-faq-chevron {
    transform: rotate(180deg);
    color: #216be9;
}

.synki-faq-answer {
    padding: 0 0px 18px 0px;
    background: rgba(22, 117, 255, 0.025);
    animation: synki-faq-open 0.25s ease;
}

.synki-faq-answer p {
    margin: 0;
    color: rgba(23, 26, 59, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@keyframes synki-faq-open {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .synki-faq-section {
        padding: 70px 20px 80px;
    }

    .synki-faq-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .synki-faq-intro {
        gap: 25px;
    }

    .synki-faq-intro__content {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .synki-faq-section {
        padding: 60px 18px 70px;
    }

    .synki-faq-container {
        gap: 30px;
    }

    .synki-faq-intro {
        gap: 16px;
    }

    .synki-faq-intro__icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .synki-faq-eyebrow {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .synki-faq-heading {
        font-size: 14px;
    }

    .synki-faq-description {
        font-size: 12px;
    }

    .synki-faq-question {
        min-height: 58px;
        padding: 15px 14px;
        font-size: 12px;
    }

    .synki-faq-answer {
        padding: 10px 0px 15px 0px;
    }

    .synki-faq-answer p {
        font-size: 14px;
        line-height: 24px;
    }
}

/*  Get Started CTA  */

.synki-get-started {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 15%,
            rgba(22, 117, 255, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 82% 70%,
            rgba(22, 117, 255, 0.14),
            transparent 30%
        ),
        #030816;
    color: #ffffff;
    padding: 40px;
}

.synki-get-started__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(77, 159, 255, 0.14),
            transparent 25%
        );
    opacity: 0.9;
}

.synki-get-started__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px;
}

.synki-get-started__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.synki-get-started__icon {
    width: 86px;
    height: 86px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            rgba(80, 160, 255, 0.30),
            rgba(22, 117, 255, 0.08)
        );
    border: 1px solid rgba(104, 172, 255, 0.5);
    box-shadow:
        0 0 30px rgba(22, 117, 255, 0.25),
        inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.synki-get-started__icon-image {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.synki-get-started__icon .dashicons {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #ffffff;
}

.synki-get-started__heading {
    max-width: 700px;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.synki-get-started__heading::first-line {
    color: #ffffff;
}

.synki-get-started__description {
    max-width: 620px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.55;
}

.synki-get-started__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    background: #216be9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 8px 25px rgba(22, 117, 255, 0.28);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.synki-get-started__button:hover {
    background: #216be9;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow:
        0 12px 30px rgba(22, 117, 255, 0.38);
}

.synki-get-started__button svg {
    width: 13px;
    height: auto;
}

.synki-get-started__perks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
}

.synki-get-started__perk {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.4;
}

.synki-get-started__check {
    color: #216be9;
    font-size: 13px;
    font-weight: 700;
}

.synki-get-started__perk-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.synki-get-started__perk-icon-image {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.synki-get-started__perk-icon .dashicons {
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #216be9;
}

.synki-get-started__stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 850px;
    margin: 38px auto 0;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.synki-get-started__stat {
    text-align: center;
}

.synki-get-started__stat-value {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.4px;
}

.synki-get-started__stat-label {
    color: rgba(255, 255, 255, 0.40);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 900px) {

    .synki-get-started__container {
        padding: 75px 25px 45px;
    }

    .synki-get-started__heading {
        font-size: 30px;
    }

    .synki-get-started__stats {
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }
}

@media (max-width: 600px) {

    .synki-get-started__container {
        padding: 65px 20px 40px;
    }

    .synki-get-started__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 24px;
    }

    .synki-get-started__icon-image {
        width: 45px;
        height: 45px;
    }

    .synki-get-started__heading {
        font-size: 27px;
        line-height: 1.15;
        letter-spacing: -0.7px;
    }

    .synki-get-started__description {
        font-size: 13px;
    }

    .synki-get-started__button {
        width: auto;
        min-height: 44px;
        padding: 0 18px;
        font-size: 13px;
    }

    .synki-get-started__perks {
        gap: 10px 16px;
    }

    .synki-get-started__perk {
        font-size: 10px;
    }

    .synki-get-started__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
        margin-top: 35px;
        padding-top: 30px;
    }

    .synki-get-started__stat:last-child {
        grid-column: 1 / -1;
    }

    .synki-get-started__stat-value {
        font-size: 19px;
    }

}

/*  ABOUT PAGE - SOFTWARE VISION  */

.synki-about-vision {
    position: relative;
    width: 100%;
    padding: 40px;
    overflow: hidden;
    background: #ffffff;
}

.synki-about-vision__container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.synki-about-vision__heading-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.synki-about-vision__heading {
    width: 100%;
    margin: 0 auto;
    color: #111827;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -1.6px;
    text-align: center;
}

.synki-about-vision__heading-highlight {
    display: block;
    color: #216be9;
    text-align: center;
}

.synki-about-vision__slider {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 105px auto 0;
}

.synki-about-vision__slider-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
}

.synki-about-vision__slider-viewport::before,
.synki-about-vision__slider-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 5;
    pointer-events: none;
}

.synki-about-vision__slider-viewport::before {
    left: 0;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.synki-about-vision__slider-viewport::after {
    right: 0;
    background: linear-gradient(
        to left,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.synki-about-vision__integration-list {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 34px;
    margin: 0 auto;
    transform: translateX(0);
    transition:
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.synki-about-vision__integration-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e8ebf0;
    border-radius: 8px;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.03),
        0 4px 14px rgba(15, 23, 42, 0.035);
    opacity: 0.78;
    transform: scale(0.92);
    transition:
        flex-basis 0.45s ease,
        width 0.45s ease,
        height 0.45s ease,
        padding 0.45s ease,
        opacity 0.45s ease,
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
    box-sizing: border-box;
}

.synki-about-vision__integration-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 44px;
    max-height: 40px;
    object-fit: contain;
    transition:
        max-width 0.45s ease,
        max-height 0.45s ease;
}

.synki-about-vision__integration-item--active {
    flex-basis: 78px;
    width: 78px;
    height: 78px;
    padding: 14px;
    opacity: 1;
    border-color: rgba(22, 117, 255, 0.45);
    transform: scale(1);
    box-shadow:
        0 0 0 4px rgba(22, 117, 255, 0.06),
        0 8px 28px rgba(22, 117, 255, 0.14),
        0 18px 45px rgba(22, 117, 255, 0.08);
    z-index: 3;
}

.synki-about-vision__integration-item--active
.synki-about-vision__integration-logo {
    max-width: 50px;
    max-height: 50px;
}

.synki-about-vision__integration-item--active
.synki-about-vision__integration-logo {
    max-width: 40px;
    max-height: 40px;
}

@media (hover: hover) {
    .synki-about-vision__integration-item:not(
        .synki-about-vision__integration-item--active
    ):hover {
        opacity: 1;
        border-color: rgba(22, 117, 255, 0.25);
        transform: scale(0.94) translateY(-2px);
        box-shadow:
            0 5px 20px rgba(22, 117, 255, 0.08);
    }
}

.synki-about-vision__content {
    max-width: 760px;
    margin: 105px auto 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.15px;
}

.synki-about-vision__content p {
    margin: 0 0 30px;
}

.synki-about-vision__content p:last-child {
    margin-bottom: 0;
}

.synki-about-vision__content strong {
    color: #111827;
    font-weight: 700;
}

.synki-about-vision__content a {
    color: #216be9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 991px) {
    .synki-about-vision {
        padding: 80px 24px;
    }

    .synki-about-vision__heading {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .synki-about-vision__slider {
        margin-top: 80px;
    }

    .synki-about-vision__slider-viewport {
        padding: 18px 0;
    }

    .synki-about-vision__slider-viewport::before,
    .synki-about-vision__slider-viewport::after {
        width: 80px;
    }

    .synki-about-vision__integration-list {
        gap: 26px;
    }

    .synki-about-vision__content {
        margin-top: 75px;
    }

}

@media (max-width: 600px) {
    .synki-about-vision {
        padding: 60px 20px;
    }

    .synki-about-vision__heading {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .synki-about-vision__heading-highlight {
        margin-top: 3px;
    }

    .synki-about-vision__slider {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 55px;
    }

    .synki-about-vision__slider-viewport {
        padding: 15px 0;
    }

    .synki-about-vision__slider-viewport::before,
    .synki-about-vision__slider-viewport::after {
        width: 45px;
    }

    .synki-about-vision__integration-list {
        gap: 20px;
    }

    .synki-about-vision__integration-item {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        padding: 9px;
    }

    .synki-about-vision__integration-logo {
        max-width: 34px;
        max-height: 32px;
    }

   .synki-about-vision__integration-item--active {
        flex-basis: 66px;
        width: 66px;
        height: 66px;
        padding: 11px;
    }

    .synki-about-vision__integration-item--active
    .synki-about-vision__integration-logo {
        max-width: 43px;
        max-height: 43px;
    }

    .synki-about-vision__content {
        margin-top: 55px;
        font-size: 15px;
        line-height: 1.6;
    }

    .synki-about-vision__content p {
        margin-bottom: 24px;
    }

}

/*  ABOUT PAGE - OUR STORY  */

.synki-about-story {
    position: relative;
    width: 100%;
    padding: 40px;
    background: #faf8ff;
    overflow: hidden;
}

.synki-about-story__container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    align-items: center;
    gap: 70px;
}

.synki-about-story__content {
    max-width: 470px;
}

.synki-about-story__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border: 1px solid rgba(22, 117, 255, 0.25);
    border-radius: 7px;
    background: rgba(22, 117, 255, 0.07);
    color: #216be9;
}

.synki-about-story__icon .dashicons {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    color: #216be9;
}

.synki-about-story__icon .synki-icon--image {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.synki-about-story__heading {
    margin: 0 0 20px;
    color: #111827;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -1.1px;
}

.synki-about-story__text {
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.15px;
}

.synki-about-story__text p {
    margin: 0 0 24px;
}

.synki-about-story__text p:last-child {
    margin-bottom: 0;
}

.synki-about-story__text strong {
    color: #111827;
    font-weight: 700;
}

.synki-about-story__media {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.synki-about-story__image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {

    .synki-about-story {
        padding: 80px 24px;
    }

    .synki-about-story__container {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);

        gap: 45px;
    }

    .synki-about-story__content {
        max-width: 440px;
    }

    .synki-about-story__heading {
        font-size: 30px;
    }

    .synki-about-story__text {
        font-size: 16px;
    }

}

@media (max-width: 767px) {

    .synki-about-story {
        padding: 65px 20px;
    }

    .synki-about-story__container {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: stretch;
    }

    .synki-about-story__content {
        max-width: none;
    }

    .synki-about-story__heading {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }

    .synki-about-story__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .synki-about-story__text p {
        margin-bottom: 22px;
    }

    .synki-about-story__media {
        width: 100%;
    }

    .synki-about-story__image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

}

@media (max-width: 480px) {
    .synki-about-story {
        padding: 55px 18px;
    }

    .synki-about-story__container {
        gap: 40px;
    }

    .synki-about-story__icon {
        width: 32px;
        height: 32px;

        margin-bottom: 15px;
    }

    .synki-about-story__heading {
        font-size: 28px;
    }

    .synki-about-story__text {
        font-size: 15px;
    }
}

/*   ABOUT PAGE - OUR FOUNDERS   */

.synki-about-founders {
    width: 100%;
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
}

.synki-about-founders__container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.synki-about-founders__header {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.synki-about-founders__heading {
    margin: 0;
    color: #111827;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.synki-about-founders__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.synki-about-founders__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 212px;
    padding: 17px 16px 18px;
    background: #ffffff;
    border: 1px solid #d9dce1;
    border-radius: 6px;
    box-sizing: border-box;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.synki-about-founders__card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 23px;
}

.synki-about-founders__photo-wrap {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #d8dce2;
    border-radius: 7px;
    background: #f4f6f8;
    box-sizing: border-box;
}

.synki-about-founders__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.synki-about-founders__person {
    min-width: 0;
}

.synki-about-founders__name {
    margin: 0 0 2px;
    color: #111827;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
}
.synki-about-founders__position {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.synki-about-founders__description {
    max-width: 100%;
    margin: 0;
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.1px;
}
.synki-about-founders__linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: auto;
    color: #216be9;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}
.synki-about-founders__linkedin .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}
@media (hover: hover) {
    .synki-about-founders__card:hover {
        border-color: rgba(22, 117, 255, 0.3);
        box-shadow:
            0 8px 25px rgba(15, 23, 42, 0.06);
        transform: translateY(-2px);
    }
    .synki-about-founders__linkedin:hover {
        color: #216be9;
        transform: translateY(-1px);
    }
}

@media (max-width: 991px) {
    .synki-about-founders {
        padding: 75px 24px 85px;
    }
    .synki-about-founders__heading {
        font-size: 34px;
    }
    .synki-about-founders__grid {
        gap: 16px;
    }
    .synki-about-founders__card {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .synki-about-founders {
        padding: 65px 20px 75px;
    }
    .synki-about-founders__header {
        margin-bottom: 35px;
    }
    .synki-about-founders__heading {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }
    .synki-about-founders__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .synki-about-founders__card {
        min-height: auto;
        padding: 16px;
    }
    .synki-about-founders__card-top {
        margin-bottom: 20px;
    }
    .synki-about-founders__name {
        font-size: 19px;
    }
    .synki-about-founders__position {
        font-size: 15px;
    }
    .synki-about-founders__description {
        font-size: 15px;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    .synki-about-founders {
        padding: 55px 18px 65px;
    }
    .synki-about-founders__heading {
        font-size: 28px;
    }
    .synki-about-founders__card-top {
        gap: 13px;
    }
    .synki-about-founders__photo-wrap {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }
    .synki-about-founders__name {
        font-size: 18px;
    }
}

/*  ABOUT PAGE - GET STARTED  */

.synki-about-started {
    width: 100%;
    padding: 40px;
    background: #faf8ff;
    overflow: hidden;
}

.synki-about-started__container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.synki-about-started__header {
    margin: 0 0 55px;
    text-align: center;
}

.synki-about-started__heading {
    margin: 0;
    color: #111827;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.synki-about-started__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    border-top: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
}

.synki-about-started__card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 32px 30px 30px;
    box-sizing: border-box;
}

.synki-about-started__card + .synki-about-started__card {
    border-left: 1px dashed #d5d9df;
}

.synki-about-started__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 25px;
    background: rgba(22, 117, 255, 0.08);
    border: 1px solid rgba(22, 117, 255, 0.20);
    border-radius: 6px;
    box-sizing: border-box;
}

.synki-about-started__icon-element {
    display: block;
    width: 22px;
    height: 22px;
    color: #216be9;
    font-size: 22px;
    line-height: 22px;
}

.synki-about-started__icon .synki-icon--image {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.synki-about-started__title {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.45px;
}

.synki-about-started__description {
    max-width: 310px;
    margin: 0;
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

.synki-about-started__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: auto;
    padding: 10px 16px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d2d5da;
    border-radius: 6px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.06);
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

@media (hover: hover) {

    .synki-about-started__button:hover {
        color: #ffffff;
        background: #216be9;
        border-color: #216be9;
        box-shadow:
            0 5px 15px rgba(22, 117, 255, 0.18);
        transform: translateY(-1px);
    }

}

@media (max-width: 991px) {

    .synki-about-started {
        padding: 75px 24px 85px;
    }

    .synki-about-started__heading {
        font-size: 36px;
    }

    .synki-about-started__card {
        min-height: 320px;
        padding: 28px 24px;
    }

    .synki-about-started__title {
        font-size: 20px;
    }

    .synki-about-started__description {
        font-size: 15px;
    }

}

@media (max-width: 767px) {

    .synki-about-started {
        padding: 65px 20px 75px;
    }

    .synki-about-started__header {
        margin-bottom: 38px;
    }

    .synki-about-started__heading {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.9px;
    }

    .synki-about-started__grid {
        grid-template-columns: 1fr;
        border-top: 1px solid #d9dde3;
        border-bottom: 1px solid #d9dde3;
    }

    .synki-about-started__card {
        min-height: 0;
        padding: 28px 22px 30px;
    }

    .synki-about-started__card + .synki-about-started__card {
        border-top: 1px dashed #d5d9df;
        border-left: 0;
    }

    .synki-about-started__icon {
        margin-bottom: 20px;
    }

    .synki-about-started__title {
        font-size: 20px;
    }

    .synki-about-started__description {
        max-width: none;
        font-size: 15px;
    }

    .synki-about-started__button {
        margin-top: 28px;
    }

}

@media (max-width: 480px) {

    .synki-about-started {
        padding: 55px 18px 65px;
    }

    .synki-about-started__heading {
        font-size: 28px;
    }

    .synki-about-started__card {
        padding: 25px 18px 28px;
    }
}

/*  FEATURES section */

.synki-features-page {
    width: 100%;
    padding: 40px;
    background: #ffffff;
    overflow: visible;
}

.synki-features-page__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 85px;
    align-items: start;
}

.synki-features-page__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    padding-top: 70px;
}

.synki-features-page__heading {
    margin: 0 0 34px;
    max-width: 260px;
    color: #111111;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.synki-features-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px 0 22px;
    color: #ffffff;
    text-decoration: none;
    background: #216be9;
    border: 3px solid rgba(22, 117, 255, 0.18);
    border-radius: 11px;
    box-shadow: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.synki-features-page__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 9px;
    background: transparent;
}

.synki-features-page__button-arrow {
    display: inline-block;
    margin-left: 9px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
}

.synki-features-page__button-icon-element {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}

.synki-features-page__button-text {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.1px;
    text-transform: none;
}

@media (hover: hover) {
    .synki-features-page__button:hover {
        color: #ffffff;
        background: #1267e5;
        border-color: rgba(22, 117, 255, 0.22);
        transform: translateY(-1px);
        box-shadow:
            0 5px 14px rgba(22, 117, 255, 0.18);
    }

    .synki-features-page__button:hover
    .synki-features-page__button-icon-element {
        color: #ffffff;
    }
}

.synki-features-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    row-gap: 70px;
}
.synki-features-page__item {
    min-width: 0;
}
.synki-features-page__item-header {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 58px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.synki-features-page__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    background: #e9e9e9;
    border-radius: 0;
}
.synki-features-page__item-icon-element {
    display: block;
    color: #111111;
    font-size: 24px;
    line-height: 24px;
}
.synki-features-page__item-icon .synki-icon--image {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.synki-features-page__item-title {
    margin: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.synki-features-page__item-description {
    margin: 18px 0 0;
    max-width: 470px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.1px;
}
@media (max-width: 1100px) {
    .synki-features-page {
        padding: 75px 24px 85px;
    }
    .synki-features-page__container {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 50px;
    }
    .synki-features-page__sidebar {
        padding-top: 45px;
    }
    .synki-features-page__heading {
        font-size: 36px;
    }
    .synki-features-page__grid {
        column-gap: 35px;
        row-gap: 55px;
    }
    .synki-features-page__item-header {
        gap: 18px;
    }
}
@media (max-width: 767px) {
    .synki-features-page {
        padding: 65px 20px 75px;
    }
    .synki-features-page__container {
        display: block;
    }
    .synki-features-page__sidebar {
        position: static;
        padding-top: 0;
        margin-bottom: 45px;
    }
    .synki-features-page__heading {
        max-width: none;
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: -1px;
    }
    .synki-features-page__grid {
        grid-template-columns: 1fr;
        row-gap: 45px;
    }
    .synki-features-page__item-header {
        min-height: 54px;
        gap: 18px;
    }
    .synki-features-page__item-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }
    .synki-features-page__item-title {
        font-size: 16px;
    }
    .synki-features-page__item-description {
        max-width: none;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .synki-features-page {
        padding: 55px 18px 65px;
    }
    .synki-features-page__heading {
        font-size: 29px;
    }
    .synki-features-page__button {
        width: 100%;
        max-width: 250px;
    }
    .synki-features-page__grid {
        row-gap: 40px;
    }
    .synki-features-page__item-header {
        gap: 14px;
    }
    .synki-features-page__item-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
    .synki-features-page__item-icon-element {
        font-size: 21px;
    }
    .synki-features-page__item-title {
        font-size: 15px;
    }
    .synki-features-page__item-description {
        margin-top: 15px;
        font-size: 14px;
    }
}

/* PRICING PAGE */

.synki-pricing-section {
    width: 100%;
    padding: 40px 20px;
    background: #faf9f5;
    color: #111827;
}

.synki-pricing-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.synki-pricing-header {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.synki-pricing-heading {
    margin: 0 0 12px;
    color: #111827;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.synki-pricing-description {
    margin: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.6;
}

.synki-pricing-billing {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.synki-pricing-billing__toggle {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.synki-pricing-billing__button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.synki-pricing-billing__button.is-active {
    background: #216be9;
    color: #ffffff;
}

.synki-pricing-billing__saving {
    color: #16a34a;
    font-size: 11px;
    font-weight: 800;
}

.synki-pricing-billing__button.is-active
.synki-pricing-billing__saving {
    color: #ffffff;
}

.synki-pricing-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}

.synki-pricing-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    padding: 28px;
    background: #ffffff;
    border: 1px dashed #d8e0ea;
    border-radius: 24px;
    box-sizing: border-box;
}

.synki-pricing-plan--highlighted {
    background: #eef5ff;
    border: 1.5px solid #216be9;
}

.synki-pricing-plan__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.synki-pricing-plan__name {
    margin: 0;
    color: #111827;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.synki-pricing-plan__badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 7px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.synki-pricing-plan--highlighted
.synki-pricing-plan__badge {
    padding: 0;
    background: transparent;
    color: #216be9;
}

.synki-pricing-plan__description {
    margin: 22px 0 0;
    color: #52627a;
    font-size: 13px;
    line-height: 1.65;
}

.synki-pricing-addon {
    margin-top: 22px;
}

.synki-pricing-addon__label {
    margin: 0 0 8px;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.synki-pricing-addon__toggle {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    max-width: 100%;
    padding: 4px;
    background: #ffffff;
    border: 1px solid #dbe2eb;
    border-radius: 999px;
}

.synki-pricing-addon__button {
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.synki-pricing-addon__button.is-active {
    background: #216be9;
    color: #ffffff;
}

.synki-pricing-addon__base-price {
    margin-left: 2px;
}

.synki-pricing-addon__description {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}

.synki-pricing-plan__price {
    margin-top: 24px;
}

.synki-pricing-plan__price-value {
    color: #216be9;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.2px;
}

.synki-pricing-plan__price-period {
    margin-left: 2px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
}

.synki-pricing-plan__yearly-note {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.4;
}

.synki-pricing-plan__divider {
    width: 100%;
    margin: 22px 0;
    border: 0;
    border-top: 1px dashed #dbe2eb;
}

.synki-pricing-plan__features {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.synki-pricing-feature {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #334155;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.synki-pricing-feature__bullet {
    flex: 0 0 auto;
    color: #216be9;
    font-size: 13px;
    line-height: 1.5;
}

.synki-pricing-feature__text {
    min-width: 0;
}

.synki-pricing-plan__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    padding: 10px 18px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #eef2f7;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.synki-pricing-plan--highlighted
.synki-pricing-plan__button {
    background: #216be9;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(33, 107, 233, 0.2);
}

@media (hover: hover) {

    .synki-pricing-plan__button:hover {
        transform: translateY(-1px);
    }

    .synki-pricing-plan--highlighted
    .synki-pricing-plan__button:hover {
        background: #185bd0;
        box-shadow: 0 6px 16px rgba(33, 107, 233, 0.25);
    }

}

@media (max-width: 800px) {

    .synki-pricing-heading {
        font-size: 40px;
    }

    .synki-pricing-plans {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .synki-pricing-plan {
        min-height: 0;
    }

}

@media (max-width: 600px) {

    .synki-pricing-section {
        padding: 40px 16px;
    }

    .synki-pricing-header {
        margin-bottom: 26px;
    }

    .synki-pricing-heading {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .synki-pricing-description {
        font-size: 15px;
    }

    .synki-pricing-billing {
        margin-bottom: 25px;
    }

    .synki-pricing-billing__button {
        padding: 9px 14px;
        font-size: 12px;
    }

    .synki-pricing-plan {
        padding: 24px;
        border-radius: 20px;
    }

    .synki-pricing-plan__name {
        font-size: 20px;
    }

    .synki-pricing-plan__price-value {
        font-size: 34px;
    }

}

/*  PRICING - WHAT'S INCLUDED  */

.synki-pricing-included {
    width: 100%;
    padding: 40px;
    background: #ffffff;
    color: #111827;
}

.synki-pricing-included__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.synki-pricing-included__header {
    max-width: 700px;
    margin-bottom: 80px;
}

.synki-pricing-included__heading {
    margin: 0;
    color: #111827;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.synki-pricing-included__description {
    max-width: 560px;
    margin: 26px 0 0;
    color: rgba(17, 24, 39, 0.68);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.synki-pricing-included__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.synki-pricing-included__table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.synki-pricing-included__table th:first-child,
.synki-pricing-included__table td:first-child {
    width: 58%;
}

.synki-pricing-included__table th:nth-child(2),
.synki-pricing-included__table td:nth-child(2),
.synki-pricing-included__table th:nth-child(3),
.synki-pricing-included__table td:nth-child(3) {
    width: 21%;
}

.synki-pricing-included__table thead tr {
    border-bottom: 1px solid #dfe3e8;
}

.synki-pricing-included__table th {
    height: 44px;
    padding: 15px;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: bottom;
    text-align: left;
}

.synki-pricing-included__plan-heading {
    text-align: center !important;
}

.synki-pricing-included__plan-heading--premium {
    color: #216be9;
}

.synki-pricing-included__table tbody tr {
    border-bottom: 1px solid #e1e4e8;
}

.synki-pricing-included__table td {
    height: 52px;
    padding: 12px 18px;
    vertical-align: middle;
}

.synki-pricing-included__feature {
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}

.synki-pricing-included__availability {
    text-align: center;
}

.synki-pricing-included__availability--premium {
    background: rgba(33, 107, 233, 0.025);
}

.synki-pricing-included__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #216be9;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.synki-pricing-included__dash {
    color: #b7bec8;
    font-size: 15px;
}

.synki-pricing-included__table th:nth-child(3),
.synki-pricing-included__table td:nth-child(3) {
    position: relative;
}

@media (hover: hover) {

    .synki-pricing-included__table tbody tr {
        transition: background 0.2s ease;
    }

    .synki-pricing-included__table tbody tr:hover {
        background: rgba(33, 107, 233, 0.025);
    }

}

@media (max-width: 991px) {

    .synki-pricing-included {
        padding: 40px 24px;
    }

    .synki-pricing-included__header {
        margin-bottom: 55px;
    }

    .synki-pricing-included__heading {
        font-size: 40px;
        letter-spacing: -1.3px;
    }

}

@media (max-width: 700px) {

    .synki-pricing-included {
        padding: 40px 20px;
    }

    .synki-pricing-included__heading {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: -0.9px;
    }

    .synki-pricing-included__description {
        margin-top: 18px;
        font-size: 15px;
    }

    .synki-pricing-included__header {
        margin-bottom: 40px;
    }

    .synki-pricing-included__table {
        min-width: 600px;
    }

    .synki-pricing-included__table th {
        font-size: 13px;
    }

    .synki-pricing-included__table td {
        height: 50px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .synki-pricing-included__feature {
        font-size: 14px;
    }

}
@media (max-width: 480px) {

    .synki-pricing-included {
        padding: 40px 16px;
    }

    .synki-pricing-included__heading {
        font-size: 29px;
    }

    .synki-pricing-included__table {
        min-width: 560px;
    }

}