* {
    font-family: "Instrument Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #737373
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #080808;
}

img {
    max-width: 100%;
    border-style: none
}

footer,
header,
section {
    display: block
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline-width: 0
}

u {
    font: inherit;
    color: inherit
}

b {
    font-weight: inherit;
    font-weight: bolder
}

body {
    background: #f7f7f7;
}

.container {
    max-width: 1000px;
    padding: 0 15px;
    margin: auto
} 

header p {
    font-size: 12px;
}

header .container {
    display: flex;
    max-width: 1010px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 15px;
}

header .container>img {
    width: 85px;
    margin-left: 15px; 
}

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

header .cta {
    margin-bottom: 0; 
    min-width: unset;
    padding: 10px 20px;
    min-height: unset;
}

header .proof .img {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 4px
}

header .proof .img p {
    font-size: 14px;
    font-weight: 500
}

header .proof img {
    width: 90px
}

header .proof p {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.2;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.00;
    margin-bottom: 20px
}

h1 span {
    color: #8F8F8F;
}

.hero {
    margin-top: 50px;
}

.hero .tag {
    display: flex;
    justify-content: flex-start;
}

.desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; 
    margin-bottom: 40px;
}
 
.hero .container {
    display: flex;
    align-items: flex-end;
    max-width: 1000px;
    gap: 130px;
}

.hero .container > img {
    max-width: 390px;
}

.hero-video {
    max-width: 400px;
    border-radius: 16px;
    border: 1px solid #E4E7EC;
    box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.06), 0 4px 12px -2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    width: 100%;
}

.new-customers {
    display: flex;
    max-width: 222px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #E4E7EC;
    margin-bottom: 12px;
}

.new-customers img {
    width: 10px;
}

.new-customers p {
    font-size: 12px;
    font-weight: 500;
    color: #0d0d0f;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 15px;
    background-color: #1D1D1D;
    text-align: left;
    border: none;
    outline: 0;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 13px;
    transition: background-color .2s;

    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.19); 
}

.cta p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.cta p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #8B8B8B;
}


.cta:hover {
    background-color: #252525
}

.cta+p {
    margin-top: 14px;
    font-size: 14px;
    color: #CDCDCD;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    min-width: 194px;
}

.tag p {
    font-size: 12px;
}

.hero .tag p {
    font-size: 14px;
    line-height: 1.5;
}

section:not(.hero) {
    margin-top: 120px;
}

.case-studies {
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
}

.featured-testimonial h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.featured-testimonial {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px; 
    align-items: center;
    text-align: left;

    margin-top: 35px;
} 

.featured-testimonial img {
    display: block;
    max-width: 125px;
    filter: invert(1) grayscale(1);
}

.featured-testimonial p {
    font-size: 15px;
    color: #fff;
}

.featured-testimonial .author {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #0d0d0d;
}

.featured-testimonial .author span {
    color: inherit;
    font: inherit;
    font-size: 12px;
}

.showcase h2 {

}

.showcase .tags { 
    display: flex; 
    flex-direction: column; 
    gap: 22px;  
    align-items: flex-start; 
}
 
.showcase .tags .tag { 
    width: 100%;
    justify-content: space-between;
}

.showcase .tags .tag img {
    width: 20px;
    flex-shrink: 0; 
}

.showcase .btns {
	display: flex;
    justify-content: center;
	gap: 30px;
	margin-bottom: 16px;
}

.showcase .btns p {
	cursor: pointer;
	opacity: 0.5;
    padding: 0;
}

.pulsating-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00B084;
  border-radius: 50%;
}

.pulsating-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  animation: pulse-dot 1.5s ease-out infinite;
}

@keyframes pulse-dot {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.showcase .btns .active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.showcase .tag p {
    font-size: 16px;
    /*padding: 0 25px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #5a5a5a;
    text-align: center*/
}

.showcase .img-preview p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #09090B;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.img-preview {
    display: none;
}

.img-preview video,
.img-preview img {
    border-radius: 16px;
    overflow: hidden;
}

.img-preview.active {
    display: block;
}

.lightbox-content {
    display: flex;
    justify-content: center;
}

.pricing .container {
    max-width: 600px;
}

.pricing h2 {
    text-align: center;
    margin-bottom: 65px;
}

.pricing .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E7EC;
    margin-bottom: 32px;
    padding: 0 15px 11px;
}

.pricing .row:last-of-type {
    border-bottom: 0;
}

.pricing .row p:nth-of-type(1) {
    font-size: 16px;
    color: #09090B;
    width: 150px;
}

.pricing .row p:nth-of-type(2), .pricing .row p:nth-of-type(3) {
    color: #64748B;
}

.pricing .row p:nth-of-type(3) {
    width: 150px;
    text-align: right;
}

.pricing .container > p {
    text-align: center;
    color: #09090B;
    margin-top: 48px;
}

.case-study p {
    line-height: 1.6;
}

video {
    max-width: 100%;
}

h2 {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 35px
}

.features .grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.features .grid .row {
    display: flex;
    gap: 20px;
}

.features .grid .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 70px;

    padding: 30px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
}

.item.shrinked {
    max-width: 400px;
}

.feature-img.limited {
    max-width: 335px; 
}

.features .grid .item .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.feature-img {
    display: block;
    margin: 0 auto; 
}

.features .head {
    display: flex;
    justify-content: space-between;
    gap: 100px;

    margin-bottom: 35px; 
}

.features .head h2 {
    margin-bottom: 0;
}

.features .cta {
    margin: 40px auto 0;
}   

.features .grid .item h4 {
    font-size: 24px;
    font-weight: 600;
}

.features .grid .item p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}

.features .grid .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
}

.features .grid .item .bottom h6 {
    font-size: 14px;
    font-weight: 600;
}

.accord .content {
    display: none;
} 

.accord .content ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

.accord .content ul li {
    font-size: 14px;
    color: #171717;
}

.accord.active .content {
    display: block;
}

.accord .accord-toggle img {
    transition: transform 0.2s;
}

.accord.active .accord-toggle img {
    transform: rotate(90deg);
}

.accord .accord-toggle {
    width: 100%;
    cursor: pointer;
}

.accord.active .accord-toggle span {
    transform: rotate(45deg);
}

.accord .accord-toggle span {
    display: inline-block;
    transition: transform .2s ease;
}

.accord{ position: relative; }

.accord .content{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 320px;
    max-width: 90vw;
    background: #FFFFFF;
    border: 1px solid #151515;
    padding: 16px 18px;
    z-index: 50;

    /* hidden by default */
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.19);
}

.accord.active .content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.accord .content ul{ list-style: none; }
.accord .content li{
    font-size: 13.5px;
    padding: 8px 0;
    border-top: 1px solid #DEDEDC;
}
.accord .content li:first-child{ border-top: none; }

.accord-toggle{ cursor: pointer; }
.accord-toggle img{ transition: transform 0.15s ease; }
.accord.active .accord-toggle img{ transform: rotate(90deg); }

.what-you-get ul {
    padding: 6px 15px;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    list-style: none
}

.what-you-get ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7
}

.what-you-get ul li:last-of-type {
    border: none
}

.what-you-get ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.what-you-get ul li svg {
    flex-shrink: 0;
}

.what-i-build ul {
    padding: 0;
    list-style: none
}

.what-i-build ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.what-i-build ul li p {
    font-size: 15px;
    font-weight: 550;
    line-height: 1.2
}

.who-this-is-for {

}

.who-this-is-for ul {
    list-style: none;
    padding: 0;
}

.who-this-is-for ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.who-this-is-for ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.the-speed ul {
    padding-left: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 24px;

    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    background-color: #f0f0f0;
}

.the-speed ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.the-speed ul li p:last-of-type {
    font-weight: 500;
    text-align: right;
    flex-shrink: 0;
} 

.the-speed ul p {
    font-size: 15px;
    line-height: 1.3;
}

.the-speed ul + p {
    text-align: center;
    font-size: 14px;
}

.how-it-works h2 {
    text-align: center;
}

.how-it-works .steps {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: flex-start;

    max-width: 800px;
    margin: auto;
}

.how-it-works .step {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}

.how-it-works .step h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5; 
    margin-bottom: 8px;
}

.how-it-works .step p {
    font-size: 16px;
    line-height: 1.5;
    color: #737373;
}

.how-it-works .step p span {
    background: #D2D6DC;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 500;
}

.how-it-works .step img {
    margin-top: 5px; 
}

section.about {
    margin-top: 65px;
}

.about .heading {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;
}

.about .heading h4 {
    font-weight: 500;
    margin-bottom: 4px;
}

.about .heading p {
    font-size: 13px;
    font-weight: 500;
}

.about .me {
    max-width: 50px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.about .me img {
    width: 100%;
}

.about .online {
    display: flex;
    align-items: center;
    gap: 4px;
}

.about .online p {
    font-size: 12px;
    font-weight: 500;
}

.about .text p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    color: #0C0C0C;
}
 
.about .text p span {
    font-weight: 500;
    display: inline-block;
    background: #D2D6DC;
    padding: 2px 4px;
    border-radius: 4px; 
}


.cta-block {
    max-width: 900px;
    margin: auto;
    background-color: #151515;
    border-radius: 16px;
    padding: 30px 25px 0;
}

.cta-block .container {
    display: flex;
    align-items: flex-end;
    gap: 60px;
    max-width: 100%;
}

.cta-block .container img {
    max-width: 380px;
}

.cta-block .text {
    padding: 25px 20px 60px;
}

.cta-block h2 {
    color: #fff;
    text-align: left;
    font-size: 36px;
    margin-bottom: 10px;
}

.cta-block h2 span {
    color: #8F8F8F;
}

.cta-block h2+p, .cta-block .pricing-plans p {
    margin: 16px 0;
    font-size: 16px;
    color: #CDCDCD;
    line-height: 1.6; 
}

.pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-plans .plan {
    border: 1px dashed #7a7a7a;
    border-radius: 12px;
    padding: 10px 14px;
    background: #0e2316;
}

.pricing-plans .plan p {
    margin: 0;
}

.pricing-plans .plan .top {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px;
}

.pricing-plans .plan .top p:nth-of-type(1) span {
    font-weight: 600;
}

.pricing-plans .plan .desc {
    font-size: 14px;
    text-align: left;
}

.pricing-plans .plan .desc span {
    display: inline-block;
    font: inherit;
    color: inherit;
}

.choose-plan {
    margin: 28px 0 8px;
    font-size: 15px;
    text-align: center;
    color: #cfcfcf;
    line-height: 1.5;
}

.no-contracts {
    font-size: 16px;
    text-align: center;
    color: #9AA5B5;
    line-height: 1.5;
    margin: 42px auto 18px;
    max-width: 281px;
}

.cta-block input {
    display: block;
    width: 258px;
    height: 40px;
    margin: auto;
    padding: 5px 16px;
    border-radius: 4px;
    border: 1px solid #565656;
    margin-bottom: 15px;
    outline: 0;
    background: #262631;
    color: #BCBCBC;
    font-size: 14px;
}

::placeholder { 
    color: #BCBCBC; 
    font-size: 14px;   
}

.cta-block .cta {
    margin: 25px 0 0; 
    border-radius: 8px;
    background-color: #FFFFFF;
}

.cta-block .cta p {
    color: #1D1D1D;
    margin-bottom: 0;
    font-size: 16px;
}

.cta-block .cta:hover {
    background: #d5dddf
}

.cta p {
    font-weight: 500;
}

.rated-by p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #cfcfcf;
    text-align: center
}

.rated-by img {
    display: block;
    width: 80px;
    margin: 12px auto 0
}

.campaign-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    background: #f7f7f7e6;
    visibility: hidden;
    pointer-events: none;
}

.campaign-popup.is-open {
    visibility: visible;
    pointer-events: auto;
}

.campaign-popup__content {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 500px;

    padding: 32px;

    background: #fff;
}

.campaign-popup__overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);

    opacity: 0;
    transition: opacity .25s ease;
}

.campaign-popup.is-open .campaign-popup__overlay {
    opacity: 1;
}

.campaign-popup__content {
    position: absolute;
    top: 0;
    right: 0;

    width: min(540px, 100%);
    height: 100%;

    padding: 32px;

    background: #fff;

    overflow-y: auto;

    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.campaign-popup.is-open .campaign-popup__content {
    transform: translateX(0);
}

.campaign-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;

    border: 0;
    background: none;

    font-size: 24px;
    cursor: pointer;
}

.popup-open {
    overflow: hidden;
}

.campaign-popup__content h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.campaign-popup__content h2 + p {
    font-size: 16px;
    line-height: 1.5;
    color: #616161;
    margin-bottom: 30px;
}

.campaign-popup__content form label {
    font-size: 16px;
    font-weight: 600;
    color: #171717;
}

.campaign-popup__content form label span {
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    display: inline-block;
    margin-left: 6px;
}

.campaign-popup__content input, .campaign-popup__content textarea {
    width: 100%;
    background: #f6f6f6;
    margin-top: 10px;
    margin-bottom: 28px;
    display: block;
    border: none;
    outline: none;
    padding: 15px;
    line-height: 1.5;
}

.campaign-popup__content .cta {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    min-width: 200px;
    min-height: 50px;
}

.campaign-popup__content .cta + p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #616161;
}

.campaign-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;

    background: none;
    border: 0;
    cursor: pointer;

    font-size: 14px;
    color: #1d1d1d; 
}

::placeholder {
    font-size: 16px;
    color: #A4A4A4;
}

.popup-open {
    overflow: hidden;
}

.campaign-popup__step .top {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

textarea[name="campaign_urls"] {
    min-height: 126px;
    resize: vertical;
}

textarea[name="notes"] {
    min-height: 100px;
    resize: vertical;
}

.loading-circle {
    width: 38px;
    height: 38px;
    margin: 70px 0 24px;

    border: 3px solid #E5E5DF;
    border-top-color: #171717;
    border-radius: 50%;

    animation: loading-spin .8s linear infinite;
}

@keyframes loading-spin {
    to {
        transform: rotate(360deg);
    }
}

footer {
    margin: 70px 0 20px;
    padding: 0 15px;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 0;
    max-width: 485px;
}

footer .container a {
    margin-left: 20px;
}

footer a,
footer p {
    text-align: center;
    font-size: 16px;
    margin-top: 20px
}

#thank-you-inline {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 250ms ease, transform 250ms ease;
    display: block;
    background: #1f4c2d;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #757575;
}

#thank-you-inline h4 {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500
}

#thank-you-inline p {
    opacity: .7;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.5
}

.img-preview {
    cursor: zoom-in
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 9999
}

.lightbox.active {
    opacity: 1;
    pointer-events: auto
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(.98);
    transition: transform .2s ease
}

.lightbox.active img {
    transform: scale(1);
    cursor: zoom-out
}

.slack-mobile {
    display: none;
}

.hero-video {
    position: relative;
}

.hero-video video {
    z-index: 10;
    position: relative;
    margin-top: 50px;
    margin-left: 50px;

    max-width: 345px;
}

.hero-video img {
    position: absolute;
    z-index: 1;
} 

@media (max-width: 1023px) {
    .new-customers {
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        text-align: center;
    }

    .desc, .hero .tag p {
        text-align: center;
    }

    .hero .container {
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .hero .cta, .hero .tag p {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-block .text {
        padding: 20px 0 60px;
    }

    

    .cta-block {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .hero .text {
        max-width: 600px;
    }
}

@media (max-width: 900px) {
    .cta-block .container {
        flex-direction: column;
        gap: 0;
    }

    .feature-img:not(.pages) {
        max-width: 335px;
    }

    .features .grid .row {
        flex-direction: column;
    }

    .item.shrinked {
        max-width: 100%;
    } 
}

@media (max-width: 768px) {
    .how-it-works .steps {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .features .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .features .grid .item:nth-of-type(4) {
        background: transparent;
    }

    .features .grid .item:nth-of-type(1), .features .grid .item:nth-of-type(3) {
        background: #fff;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 36px;
    }

    .features .grid .item h4 {
        font-size: 22px;
    }

    .features .grid .item .accord {
        flex-shrink: 0;
    }

    .features .grid .item {
        padding: 20px;
    }

    .feature-img.pages {
        height: 85px;
        object-fit: cover;
    }

    .hero .container > img {
        max-width: 100%;
        margin-left: 10px;
    }

    .hero {
        overflow: hidden;
    }

    .cta-block .container {
        padding: 0;
    }

    .cta-block .text {
        padding-top: 0;
    }

    .cta-block h2 {
        font-size: 32px;
    }

    .cta-block .container img {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .feature-img:not(.pages) {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .campaign-popup__content {
        width: 100%;
        padding: 24px 20px;
    }
}