@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap'); :root {
    --ink: #101715;
    --ink2: #17231f;
    --cream: #f6f3e9;
    --paper: #fff;
    --lime: #c9ed52;
    --lime2: #e3ff85;
    --muted: #66716c;
    --line: #dfe4df;
    --radius: 28px
}

.sales-site {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: 'DM Sans',Arial,sans-serif
}

.sales-site h1,.sales-site h2,.sales-site h3,.sales-site strong {
    font-family: 'Manrope',Arial,sans-serif
}

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

.sales-announcement {
    min-height: 38px;
    padding: 7px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em
}

.sales-announcement a {
    color: var(--lime)
}

.sales-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(246,243,233,.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(16,23,21,.09)
}

.sales-header-inner {
    height: 84px;
    display: flex;
    align-items: center;
    gap: 34px
}

.sales-header .brand img {
    width: 245px;
    height: auto
}

.sales-nav {
    margin-left: auto
}

.sales-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sales-nav a,.sales-tools>a {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700
}

.sales-tools {
    display: flex;
    align-items: center;
    gap: 16px
}

.sales-cart {
    display: flex;
    gap: 5px
}

.sales-cart b {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--lime);
    font-size: 11px
}

.sales-talk {
    padding: 13px 19px;
    border-radius: 999px!important;
    background: var(--ink);
    color: #fff!important
}

.sales-header .mobile-menu-button {
    display: none
}

.sales-hero {
    overflow: hidden;
    background: #732e6c;
    color: #fff;
    padding: 82px 0 0
}

.sales-hero-grid {
    display: grid;
    grid-template-columns: .93fr 1.07fr;
    align-items: center;
    gap: 50px;
    min-height: 610px
}

.sales-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lime);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em
}

.sales-kicker:before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor
}

.sales-kicker.dark {
    color: #789719
}

.sales-hero-copy h1 {
    margin: 23px 0 24px;
    font-size: clamp(53px,5.6vw,86px);
    line-height: .98;
    letter-spacing: -.065em
}

.sales-hero-copy h1 em {
    color: var(--lime);
    font-style: normal
}

.sales-hero-copy>p {
    max-width: 590px;
    color: #c4cec9;
    font-size: 19px;
    line-height: 1.65
}

.sales-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 32px 0
}

.button.lime {
    border: 0;
    background: var(--lime);
    color: var(--ink);
    box-shadow: none
}

.button.lime:hover {
    background: var(--lime2);
    transform: translateY(-2px)
}

.hero-play {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700
}

.hero-play i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #50605a;
    border-radius: 50%;
    font-size: 12px
}

.hero-includes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #d5ddd9;
    font-size: 13px
}

.hero-includes span {
    padding-right: 16px;
    border-right: 1px solid #34423d
}

.hero-showcase {
    position: relative;
    min-height: 590px
}

.hero-orbit {
    position: absolute;
    border: 1px solid #35463f;
    border-radius: 50%
}

.hero-orbit.one {
    width: 650px;
    height: 650px;
    left: 35px;
    top: -30px
}

.hero-orbit.two {
    width: 490px;
    height: 490px;
    left: 115px;
    top: 50px
}

.desktop-mockup {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 680px;
    padding: 10px;
    border: 10px solid #292f2d;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 35px 85px #0008;
    transform: rotate(1.5deg)
}

.desktop-mockup>div {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e46a63;
    font-size: 10px
}

.desktop-mockup small {
    color: #7b817f
}

.desktop-mockup img {
    display: block;
    width: 100%;
    border-radius: 9px
}

.phone-mockup {
    position: absolute;
    right: -15px;
    bottom: 42px;
    width: 178px;
    padding: 8px;
    border: 8px solid #090c0b;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 60px #0008;
    transform: rotate(-3deg)
}

.phone-mockup img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: left;
    border-radius: 18px
}

.hero-price {
    position: absolute;
    left: -35px;
    bottom: 75px;
    width: 190px;
    padding: 20px;
    border-radius: 20px;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 20px 45px #0005;
    transform: rotate(-4deg)
}

.hero-price small,.hero-price span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em
}

.hero-price strong {
    display: block;
    font-size: 29px;
    margin: 4px 0
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 40px;
    border-top: 1px solid #34413d
}

.hero-trust>div,.hero-trust>a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 24px 26px;
    border-right: 1px solid #34413d;
    color: #fff
}

.hero-trust b {
    font-size: 19px;
    color: var(--lime)
}

.hero-trust span {
    font-size: 12px;
    color: #aebbb5
}

.sales-logos {
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.sales-logos .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.sales-logos span {
    font-size: 11px;
    font-weight: 800;
    color: #78827d;
    letter-spacing: .12em
}

.sales-logos div div {
    display: flex;
    gap: 31px;
    align-items: center;
    flex-wrap: wrap
}

.sales-logos b {
    font-size: 15px;
    color: #59655f
}

.sales-designs {
    padding-top: 105px;
    padding-bottom: 120px
}

.sales-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 48px
}

.sales-section-head h2 {
    margin: 13px 0 0;
    font-size: clamp(38px,4vw,61px);
    line-height: 1.05;
    letter-spacing: -.05em
}

.sales-section-head>p {
    max-width: 470px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65
}

.sales-section-head.light h2 {
    color: #fff
}

.sales-section-head.light>p {
    color: #aebbb5
}

.sales-category-chips {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.sales-category-chips a {
    padding: 10px 16px;
    border: 1px solid #d4dad6;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700
}

.sales-category-chips a:first-child {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
}

.sales-product-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px
}

.sales-product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 25px;
    background: #fff;
    transition: .25s
}

.sales-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 70px rgba(20,34,29,.12)
}

.sales-product-visual {
    position: relative;
    display: block;
    padding: 35px 22px 20px;
    background: #e9ebe6;
    overflow: hidden
}

.sales-product-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 38px #17231f25;
    transition: .4s
}

.sales-product-card:hover .sales-product-visual img {
    transform: scale(1.018)
}

.browser-dots {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #7e8b84;
    font-size: 9px;
    letter-spacing: 3px
}

.sales-product-visual>b {
    position: absolute;
    top: 15px;
    right: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-size: 11px
}

.sales-product-info {
    padding: 24px
}

.sales-product-info>div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #7a867f;
    font-size: 12px;
    font-weight: 700
}

.sales-product-info h3 {
    margin: 12px 0 10px;
    font-size: 28px;
    letter-spacing: -.035em
}

.sales-product-info h3 a {
    color: var(--ink)
}

.sales-product-info>p {
    min-height: 48px;
    margin: 0;
    color: var(--muted);
    line-height: 1.55
}

.tag-row {
    display: flex!important;
    justify-content: flex-start!important;
    gap: 7px!important;
    margin: 18px 0
}

.tag-row span {
    padding: 6px 9px;
    border-radius: 7px;
    background: #f0f3ee;
    color: #536059;
    font-size: 11px
}

.sales-price {
    display: flex!important;
    align-items: end;
    justify-content: space-between!important;
    padding-top: 18px;
    border-top: 1px solid var(--line)
}

.sales-price>div {
    display: grid!important;
    gap: 1px!important
}

.sales-price del {
    color: #929a96
}

.sales-price strong {
    font-size: 26px
}

.sales-price small {
    color: #6d7973
}

.sales-price>a {
    color: var(--ink);
    font-weight: 800
}

.sales-bento {
    padding: 110px 0;
    background: var(--ink)
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.bento-grid article {
    min-height: 270px;
    padding: 30px;
    border-radius: 24px;
    background: #1c2924;
    color: #fff
}

.bento-grid article.wide {
    grid-column: span 2
}

.bento-grid article>span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #405048;
    border-radius: 50%;
    color: var(--lime);
    font-weight: 800
}

.bento-grid h3 {
    margin: 24px 0 12px;
    font-size: 28px
}

.bento-grid p {
    color: #b6c1bc;
    line-height: 1.6
}

.bento-grid .lime-card {
    background: var(--lime);
    color: var(--ink)
}

.bento-grid .lime-card p {
    color: #344238
}

.mini-ui {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 25px
}

.mini-ui b {
    padding: 10px 12px;
    border-radius: 9px;
    background: #fff;
    font-size: 12px
}

.bento-grid .dark-card {
    background: #080b0a;
    border: 1px solid #34433d
}

.payment-pills {
    display: flex;
    gap: 8px;
    margin-top: 24px
}

.payment-pills b {
    padding: 9px 12px;
    border: 1px solid #46554f;
    border-radius: 8px;
    font-size: 12px
}

.why-us {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: center;
    padding-top: 125px;
    padding-bottom: 125px
}

.why-copy h2 {
    font-size: clamp(39px,4vw,61px);
    line-height: 1.05;
    letter-spacing: -.05em
}

.why-copy>p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65
}

.why-copy ul {
    padding: 0;
    list-style: none
}

.why-copy li {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    line-height: 1.5
}

.trust-card {
    padding: 45px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 25px 75px rgba(20,34,29,.1)
}

.trust-card>span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    color: #789719
}

.trust-card h3 {
    font-size: 34px;
    line-height: 1.2
}

.trust-card p {
    color: var(--muted);
    line-height: 1.65
}

.trust-card a {
    display: inline-flex;
    margin: 15px 0;
    padding: 14px 18px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-weight: 800
}

.trust-card small {
    display: block;
    color: #818a86
}

.campaign {
    padding: 90px 0;
    background: #6c38e8;
    color: #fff
}

.campaign-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: center
}

.campaign-value {
    padding: 35px;
    border: 1px solid #ffffff55;
    border-radius: 26px;
    background: #ffffff12
}

.campaign-value small,.campaign-value span {
    display: block
}

.campaign-value strong {
    display: block;
    margin: 8px 0;
    font-size: 65px
}

.campaign-grid h2 {
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 18px
}

.campaign-grid p {
    font-size: 18px;
    color: #e5ddff
}

.campaign-note {
    padding: 15px 18px;
    border-radius: 12px;
    background: #1d123c99;
    font-size: 13px;
    line-height: 1.5
}

.feature-marquee {
    overflow: hidden;
    padding: 18px 0;
    background: var(--lime);
    font-weight: 800;
    white-space: nowrap
}

.feature-marquee div {
    font-size: 16px;
    word-spacing: 12px
}

.process {
    padding-top: 120px;
    padding-bottom: 120px
}

.process ol {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #bcc5bf
}

.process li {
    padding: 28px 24px 10px;
    border-right: 1px solid #bcc5bf
}

.process li:first-child {
    padding-left: 0
}

.process i {
    font-style: normal;
    color: #7b8c83;
    font-weight: 800
}

.process h3 {
    font-size: 22px
}

.process p {
    color: var(--muted);
    line-height: 1.55
}

.guarantee {
    padding: 78px 0;
    background: #243a33;
    color: #fff
}

.guarantee>.container {
    display: grid;
    grid-template-columns: 160px 1fr auto;
    gap: 45px;
    align-items: center
}

.guarantee-badge {
    display: grid;
    place-items: center;
    width: 140px;
    height: 140px;
    border: 2px solid var(--lime);
    border-radius: 50%;
    font-size: 48px;
    font-family: 'Manrope';
    font-weight: 800;
    line-height: .7;
    color: var(--lime)
}

.guarantee-badge small {
    font-size: 14px
}

.guarantee h2 {
    margin: 12px 0;
    font-size: 48px;
    line-height: 1.07
}

.guarantee p {
    max-width: 650px;
    color: #bdcbc5;
    line-height: 1.6
}

.faq {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    padding-top: 120px;
    padding-bottom: 120px
}

.faq h2 {
    font-size: 46px;
    line-height: 1.08
}

.faq details {
    border-bottom: 1px solid #bdc6c0
}

.faq summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 0;
    cursor: pointer;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    list-style: none
}

.faq summary span {
    font-size: 25px
}

.faq details p {
    padding: 0 35px 23px 0;
    color: var(--muted);
    line-height: 1.65
}

.sales-blog {
    padding-top: 100px;
    padding-bottom: 120px
}

.sales-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.sales-blog-grid article {
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff
}

.sales-blog-grid span {
    font-size: 11px;
    color: #7b8580
}

.sales-blog-grid h3 {
    font-size: 22px
}

.sales-blog-grid h3 a,.sales-blog-grid>a {
    color: var(--ink)
}

.sales-blog-grid p {
    color: var(--muted);
    line-height: 1.6
}

.sales-blog-grid>a {
    font-weight: 800
}

.sales-cta {
    padding: 100px 0;
    text-align: center;
    background: #0a0e0d;
    color: #fff
}

.sales-cta span {
    color: var(--lime);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em
}

.sales-cta h2 {
    margin: 18px 0;
    font-size: clamp(46px,6vw,82px);
    line-height: 1;
    letter-spacing: -.06em
}

.sales-cta p {
    color: #adbbb5
}

.sales-cta>div>div {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px
}

.outline-light {
    border: 1px solid #4d5954;
    color: #fff;
    background: transparent
}

.sales-footer {
    padding: 70px 0 30px;
    background: #111a17;
    color: #fff
}

.sales-footer-grid {
    display: grid;
    grid-template-columns: 1.8fr repeat(3,1fr);
    gap: 60px
}

.sales-footer-grid>section:first-child img {
    width: 260px
}

.sales-footer p {
    max-width: 420px;
    color: #aeb9b4;
    line-height: 1.6
}

.sales-footer h3 {
    font-size: 14px
}

.sales-footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sales-footer li {
    margin: 11px 0
}

.sales-footer a {
    color: #bec8c3;
    font-size: 13px
}

.baro-mini {
    display: inline-block;
    color: var(--lime)!important
}

.sales-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding-top: 23px;
    border-top: 1px solid #34413d;
    color: #84918b;
    font-size: 12px
}

.sales-page-hero {
    padding: 95px 0;
    background: var(--ink);
    color: #fff
}

.sales-page-hero.compact {
    padding: 70px 0
}

.sales-page-hero h1 {
    font-size: clamp(48px,6vw,82px);
    line-height: 1.02;
    letter-spacing: -.06em;
    margin: 18px 0
}

.sales-page-hero p {
    max-width: 680px;
    color: #bcc8c2;
    font-size: 18px;
    line-height: 1.6
}

.not-found {
    padding: 120px 0;
    text-align: center
}

.not-found>span {
    font-size: 100px;
    font-weight: 800
}

.payment-trust-strip {
    background: #fff!important
}

/* Product sales page */
.website-product {
    padding: 45px 0 110px
}

.website-breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    color: #77827c;
    font-size: 13px
}

.website-breadcrumb a {
    color: #56615b
}

.website-product-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 45px;
    align-items: start
}

.website-preview {
    position: sticky;
    top: 140px
}

.website-preview-frame {
    padding: 15px;
    border-radius: 24px;
    background: #dfe4df;
    box-shadow: 0 25px 65px #15201c1c
}

.website-preview-frame>div {
    height: 28px;
    color: #8b9791;
    font-size: 10px;
    letter-spacing: 3px
}

.website-preview-frame img {
    display: block;
    width: 100%;
    border-radius: 14px
}

.website-preview-badges {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 14px
}

.website-preview-badges span {
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700
}

.website-buy>span {
    color: #789719;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em
}

.website-buy h1 {
    font-size: 49px;
    line-height: 1.05;
    letter-spacing: -.05em;
    margin: 12px 0
}

.website-buy>p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65
}

.website-code {
    font-size: 12px;
    color: #7c8681
}

.website-code b {
    color: var(--ink)
}

.website-price {
    display: flex;
    align-items: end;
    gap: 12px;
    margin: 22px 0
}

.website-price del {
    color: #8c9691
}

.website-price strong {
    font-size: 36px
}

.website-price small {
    color: #6c7871
}

.package-includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 20px 0
}

.package-includes span {
    padding: 11px 12px;
    border-radius: 10px;
    background: #fff;
    font-size: 13px
}

.addon-picker {
    margin: 24px 0
}

.addon-picker>h3 {
    font-size: 18px
}

.addon-option {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    cursor: pointer
}

.addon-option input {
    width: 20px;
    height: 20px;
    accent-color: #789719
}

.addon-option span {
    display: grid;
    gap: 3px
}

.addon-option small {
    color: #79837e
}

.addon-option b {
    font-size: 14px
}

.purchase-box {
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(20,34,29,.08)
}

.purchase-total {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 17px
}

.purchase-total span {
    color: #6d7972
}

.purchase-total strong {
    font-size: 30px
}

.purchase-box .button {
    width: 100%;
    justify-content: center
}

.purchase-message {
    min-height: 20px;
    margin: 10px 0 0;
    color: #65716b;
    font-size: 12px
}

.purchase-message.error {
    color: #a5362e
}

.purchase-message.success {
    color: #39742c
}

.demo-contact {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800
}

.website-story {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    padding: 90px 0
}

.website-story h2 {
    font-size: 42px
}

.website-story .prose {
    font-size: 16px
}

.website-feature-strip {
    padding: 65px 0;
    background: #fff
}

.website-feature-strip .container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px
}

.website-feature-strip article {
    padding-right: 18px;
    border-right: 1px solid var(--line)
}

.website-feature-strip b {
    display: block;
    margin: 10px 0
}

.website-feature-strip small {
    color: var(--muted)
}

@media(max-width: 1050px) {
    .sales-nav {
        display:none
    }

    .sales-header .mobile-menu-button {
        display: flex
    }

    .sales-tools>a:not(.sales-cart) {
        display: none
    }

    .sales-hero-grid {
        grid-template-columns: 1fr;
        padding-bottom: 20px
    }

    .hero-showcase {
        min-height: 520px
    }

    .desktop-mockup {
        width: 85%;
        left: 5%
    }

    .phone-mockup {
        right: 4%
    }

    .hero-price {
        left: 5%
    }

    .sales-product-grid {
        grid-template-columns: 1fr 1fr
    }

    .bento-grid {
        grid-template-columns: 1fr 1fr
    }

    .why-us,.faq {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .website-product-grid {
        grid-template-columns: 1fr
    }

    .website-preview {
        position: static
    }

    .sales-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr
    }

    .sales-footer-grid section:last-child {
        grid-column: 2/4
    }

    .website-feature-strip .container {
        grid-template-columns: repeat(3,1fr)
    }
}

@media(max-width: 720px) {
    .sales-site .container {
        width:min(100% - 28px,1240px)
    }

    .sales-announcement {
        min-height: 42px;
        padding: 7px 12px;
        text-align: center
    }

    .sales-announcement a {
        display: none
    }

    .sales-header-inner {
        height: 70px;
        gap: 12px
    }

    .sales-header .brand img {
        width: 192px
    }

    .sales-tools {
        margin-left: auto
    }

    .sales-hero {
        padding-top: 55px
    }

    .sales-hero-grid {
        display: block;
        min-height: 0
    }

    .sales-hero-copy h1 {
        font-size: 50px
    }

    .sales-hero-copy>p {
        font-size: 16px
    }

    .sales-hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-showcase {
        min-height: 405px;
        margin-top: 20px
    }

    .desktop-mockup {
        top: 50px;
        left: 2%;
        width: 92%;
        padding: 5px;
        border-width: 6px
    }

    .phone-mockup {
        width: 105px;
        right: 0;
        bottom: 20px;
        border-width: 5px;
        border-radius: 20px
    }

    .phone-mockup img {
        height: 185px
    }

    .hero-price {
        left: 0;
        bottom: 20px;
        width: 145px;
        padding: 14px
    }

    .hero-price strong {
        font-size: 22px
    }

    .hero-orbit {
        display: none
    }

    .hero-trust {
        grid-template-columns: 1fr 1fr
    }

    .hero-trust>div,.hero-trust>a {
        padding: 18px 8px
    }

    .sales-logos .container {
        display: block
    }

    .sales-logos div div {
        margin-top: 15px;
        gap: 16px
    }

    .sales-designs,.process,.faq,.why-us,.sales-blog {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .sales-section-head {
        display: block
    }

    .sales-section-head>p {
        margin-top: 20px
    }

    .sales-product-grid,.sales-blog-grid {
        grid-template-columns: 1fr
    }

    .sales-product-info h3 {
        font-size: 24px
    }

    .bento-grid {
        grid-template-columns: 1fr
    }

    .bento-grid article.wide {
        grid-column: auto
    }

    .campaign-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .campaign-value strong {
        font-size: 47px
    }

    .campaign-grid h2 {
        font-size: 38px
    }

    .process ol {
        grid-template-columns: 1fr 1fr
    }

    .process li {
        border-bottom: 1px solid #bcc5bf
    }

    .guarantee>.container {
        grid-template-columns: 1fr;
        text-align: center
    }

    .guarantee-badge {
        margin: auto
    }

    .guarantee h2 {
        font-size: 38px
    }

    .sales-footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .sales-footer-grid>section:first-child,.sales-footer-grid section:last-child {
        grid-column: 1/3
    }

    .sales-footer-bottom {
        display: block
    }

    .sales-footer-bottom span {
        display: block;
        margin: 8px 0
    }

    .website-product {
        padding-top: 25px
    }

    .website-buy h1 {
        font-size: 38px
    }

    .package-includes {
        grid-template-columns: 1fr
    }

    .website-story {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 60px 0
    }

    .website-feature-strip .container {
        grid-template-columns: 1fr 1fr
    }

    .website-preview-badges {
        grid-template-columns: 1fr
    }

    .sales-page-hero h1 {
        font-size: 47px
    }
}

.sales-card-actions {
    display: flex!important;
    align-items: flex-end!important;
    gap: 8px!important
}

.sales-card-actions a {
    padding: 9px 11px;
    border-radius: 9px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap
}

.sales-card-actions a.live {
    background: var(--ink);
    color: #fff
}

.setup-note {
    display: block;
    margin-top: 7px;
    color: #66726c;
    line-height: 1.45
}

.demo-contact {
    padding: 12px 16px;
    border: 1px solid #d4dcd8;
    border-radius: 10px;
    background: #f6f8f7;
    transition: .2s
}

.demo-contact:hover {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff
}

@media(max-width: 520px) {
    .sales-price {
        align-items:stretch;
        gap: 14px;
        flex-direction: column
    }

    .sales-card-actions {
        align-items: stretch!important
    }

    .sales-card-actions a {
        flex: 1;
        text-align: center;
        white-space: normal
    }
}
