:root {
    --navy: #11182d;
    --navy2: #18213b;
    --ink: #111827;
    --muted: #647087;
    --yellow: #ffc400;
    --yellow2: #ffcf38;
    --paper: #f8fafc;
    --line: #e4e8ef;
    --white: #fff;
    --green: #20c76a;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(17, 24, 45, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.announcement {
    background: var(--navy);
    color: #fff;
    font-size: 12px
}

.announcement-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.announcement a {
    color: var(--yellow);
    font-weight: 700
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(17, 24, 45, .08)
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk";
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -1px
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--navy);
    color: var(--yellow);
    display: grid;
    place-items: center;
    font-weight: 700
}

.dot {
    color: #e6aa00
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    font-weight: 600
}

.nav-links>a:not(.btn) {
    color: #4d576b
}

.nav-links>a:hover {
    color: var(--navy)
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    padding: 8px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 13px 19px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease
}

.btn-primary {
    background: var(--yellow);
    color: var(--navy);
    box-shadow: 0 10px 25px rgba(255, 196, 0, .22)
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--yellow2)
}

.btn-ghost {
    border-color: #cfd5df;
    color: var(--navy);
    background: #fff
}

.btn-light {
    background: #fff;
    color: var(--navy)
}

.btn-small {
    padding: 10px 15px
}

.btn-large {
    padding: 16px 22px;
    border-radius: 14px
}

.btn-full {
    width: 100%
}


.hero {
    position: relative;
    overflow: hidden;
    background: var(--paper);
    padding: 95px 0 0
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(17, 24, 45, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 24, 45, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, black, transparent 75%)
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.eyebrow,
.kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
    color: #6c7688
}

.eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center
}

.eyebrow-dot {
    width: 7px;
    height: 7px;
    background: var(--yellow);
    border-radius: 50%
}

.hero h1 {
    font-family: "Space Grotesk";
    font-size: clamp(52px, 7.3vw, 94px);
    line-height: .96;
    letter-spacing: -5px;
    margin: 23px 0 25px;
    color: var(--navy)
}

.hero h1 span {
    color: #dca800
}

.hero-copy {
    max-width: 660px;
    color: #5c687b;
    font-size: 19px;
    margin: 0 auto 24px
}

.campaign-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 9px 13px 9px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 30px rgba(17, 24, 45, .06);
    font-size: 13px
}

.campaign-chip strong {
    background: var(--yellow);
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--navy)
}

.campaign-chip em {
    font-style: normal;
    color: #7b8493
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 28px 0 19px
}

.hero-trust {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
    color: #697386;
    font-size: 12px;
    font-weight: 600
}

.hero-visual-wrap {
    position: relative;
    height: 550px;
    margin-top: 45px
}

.device-scene {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    filter: drop-shadow(0 28px 30px rgba(17, 24, 45, .14))
}

.browser {
    background: #fff;
    border: 8px solid #18213b;
    border-bottom-width: 18px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(17, 24, 45, .16)
}

.monitor {
    width: 610px;
    height: 360px;
    z-index: 2
}

.browser-top {
    height: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    background: #f1f3f6
}

.browser-top span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c7cdd6
}

.browser-top i {
    font-size: 7px;
    color: #a0a8b4;
    font-style: normal;
    margin: auto
}

.screen {
    height: 100%;
    position: relative;
    overflow: hidden
}

.construction {
    background: linear-gradient(120deg, #12233c, #264f73);
    color: white;
    padding: 25px
}

.mini-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 8px
}

.mini-nav b {
    font-size: 12px
}

.mini-nav button,
.screen-copy button {
    background: var(--yellow);
    border: 0;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 7px;
    font-weight: 800
}

.screen-copy {
    position: absolute;
    z-index: 2;
    top: 85px;
    left: 35px
}

.screen-copy small {
    font-size: 7px;
    letter-spacing: 1.4px;
    color: #a9c5dc
}

.screen-copy h3 {
    font: 700 38px/1 "Space Grotesk";
    margin: 12px 0
}

.screen-copy h3 em {
    font-style: normal;
    color: var(--yellow)
}

.screen-copy p {
    font-size: 9px;
    color: #d8e4ee
}

.building {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 70%;
    background: linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .4)), repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 196, 0, .35) 39px 41px), repeating-linear-gradient(0deg, transparent 0 34px, rgba(255, 255, 255, .18) 35px 37px);
    clip-path: polygon(30% 10%, 100% 0, 100% 100%, 0 100%, 0 35%)
}

.laptop {
    position: absolute;
    left: 55px;
    bottom: 42px;
    width: 330px;
    height: 230px;
    z-index: 3;
    transform: rotate(-2deg)
}

.interior {
    background: linear-gradient(145deg, #f3eadc, #bd8d63);
    padding: 28px;
    color: #2d2118
}

.interior small,
.health small,
.food small,
.realestate small,
.education small {
    font-size: 7px;
    letter-spacing: 1.5px
}

.interior h4 {
    font: 700 25px/1.05 "Space Grotesk";
    margin: 50px 0 20px
}

.interior button {
    font-size: 7px;
    border: 1px solid #2d2118;
    background: transparent;
    padding: 6px 8px
}

.tablet {
    position: absolute;
    right: 120px;
    bottom: 55px;
    width: 190px;
    height: 275px;
    border: 9px solid #17203a;
    background: #17203a;
    border-radius: 23px;
    z-index: 4;
    transform: rotate(2deg)
}

.tablet-screen {
    height: 100%;
    border-radius: 14px;
    overflow: hidden
}

.health {
    background: linear-gradient(150deg, #e8f3f4, #b8dce1);
    padding: 18px;
    color: #14333a;
    position: relative
}

.health h4 {
    font: 700 23px/1 "Space Grotesk";
    margin: 30px 0 12px
}

.health button {
    background: #123f8a;
    color: white;
    border: 0;
    border-radius: 5px;
    font-size: 7px;
    padding: 7px
}

.person {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 90px;
    height: 115px;
    background: radial-gradient(circle at 50% 15%, #c99a77 0 15px, transparent 16px), linear-gradient(90deg, transparent 0 25%, #fff 26% 75%, transparent 76%)
}

.phone {
    position: absolute;
    right: 25px;
    bottom: 52px;
    width: 95px;
    height: 185px;
    background: #111827;
    border: 6px solid #111827;
    border-radius: 18px;
    z-index: 5;
    transform: rotate(4deg)
}

.phone-screen {
    height: 100%;
    border-radius: 12px;
    overflow: hidden
}

.food {
    background: linear-gradient(155deg, #371b11, #a54b1f);
    padding: 12px;
    color: #fff
}

.food h4 {
    font: 700 17px/1.05 "Space Grotesk";
    margin: 28px 0 12px
}

.food button {
    background: var(--yellow);
    border: 0;
    border-radius: 4px;
    padding: 5px;
    font-size: 6px;
    font-weight: 700
}

.floating-card {
    position: absolute;
    z-index: 6;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 15px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    font-size: 12px
}

.floating-card small {
    color: #8b94a4;
    font-size: 10px
}

.fc-one {
    left: 10px;
    top: 150px
}

.fc-two {
    right: 30px;
    top: 105px
}

.section {
    padding: 105px 0
}

.section-head {
    max-width: 700px;
    margin-bottom: 45px
}

.section-head.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-head.row-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    max-width: none
}

.section-head h2,
.split h2 {
    font: 700 clamp(38px, 5vw, 64px)/1.02 "Space Grotesk";
    letter-spacing: -2.8px;
    margin: 15px 0
}

.section-head h2 span,
.split h2 span {
    color: #d9a300
}

.section-head p,
.split>div>p {
    color: var(--muted);
    font-size: 17px;
    max-width: 640px
}

.campaign {
    background: #fff
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 25px
}

.stats>div {
    padding: 30px;
    border-right: 1px solid var(--line)
}

.stats>div:last-child {
    border: 0
}

.stats strong {
    display: block;
    font: 700 44px "Space Grotesk";
    letter-spacing: -2px;
    color: var(--navy)
}

.stats span {
    font-size: 13px;
    color: var(--muted)
}

.progress-card {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 24px 26px;
    border-radius: 20px;
    background: var(--navy);
    color: #fff
}

.progress-card>div {
    flex: 1
}

.progress-card>div>div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 13px
}

.progress-card small {
    color: #98a3b7
}

.progress {
    height: 8px;
    background: #2c3856;
    border-radius: 20px;
    overflow: hidden;
    margin: 13px 0
}

.progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--yellow);
    transition: 1s
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.problem {
    background: var(--paper)
}

.text-link {
    display: inline-flex;
    gap: 12px;
    margin-top: 20px;
    font-weight: 800;
    color: var(--navy);
    border-bottom: 2px solid var(--yellow);
    padding-bottom: 3px
}

.compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.compare-col {
    padding: 30px
}

.compare-col h3 {
    margin: 0 0 20px;
    font: 700 21px "Space Grotesk"
}

.compare-col ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.compare-col li {
    font-size: 13px;
    margin: 15px 0;
    padding-left: 22px;
    position: relative;
    color: #5d6879
}

.compare-col li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c8ced7
}

.compare-col.after {
    background: var(--navy);
    color: #fff
}

.compare-col.after h3 {
    color: var(--yellow)
}

.compare-col.after li {
    color: #d1d8e3
}

.compare-col.after li:before {
    background: var(--yellow)
}

.pricing {
    background: var(--paper)
}

.price-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 25px
}

.price-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 32px;
    box-shadow: var(--shadow)
}

.price-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.badge {
    background: var(--yellow);
    color: var(--navy);
    font-size: 10px;
    font-weight: 900;
    padding: 6px 9px;
    border-radius: 999px
}

.price-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 800;
    color: #7c8595
}

.price {
    font: 700 clamp(56px, 7vw, 80px)/1 "Space Grotesk";
    letter-spacing: -4px;
    margin: 25px 0 5px;
    color: var(--navy)
}

.price-card>p {
    color: var(--muted);
    margin-bottom: 25px
}

.included {
    border-top: 1px solid var(--line);
    margin-top: 28px;
    padding-top: 24px
}

.included h3 {
    font: 700 18px "Space Grotesk"
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    color: #4e5a6e;
    font-size: 13px
}

.package-stack {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.package-stack article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    gap: 18px
}

.package-stack article>span {
    font: 700 14px "Space Grotesk";
    color: #9aa3b1
}

.package-stack h3 {
    margin: 0;
    font: 700 19px "Space Grotesk";
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.package-stack h3 b {
    color: #d19b00;
    font-size: 16px
}

.package-stack p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 12px
}

.note {
    padding: 20px;
    border: 1px dashed #ccd2db;
    border-radius: 18px;
    color: #687487;
    font-size: 13px
}

.note b {
    color: var(--navy)
}

.demos {
    background: #fff
}

.filterbar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.filter {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 14px;
    color: #647087;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.filter.active,
.filter:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.demo-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    transition: .25s
}

.demo-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.demo-card>div:last-child {
    padding: 17px
}

.demo-card h3 {
    margin: 0;
    font: 700 18px "Space Grotesk"
}

.demo-card p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 12px
}

.demo-preview {
    height: 250px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    color: #fff
}

.demo-preview span {
    font-size: 9px;
    letter-spacing: 1.7px;
    font-weight: 800
}

.demo-preview b {
    display: block;
    font: 700 32px/1 "Space Grotesk";
    margin-top: 65px;
    position: relative;
    z-index: 2
}

.demo-preview b em {
    font-style: normal;
    color: var(--yellow)
}

.demo-preview small {
    position: absolute;
    bottom: 20px;
    left: 24px;
    font-size: 9px;
    opacity: .8
}

.demo-preview.construction {
    background: linear-gradient(135deg, #0f2237, #42789a)
}

.demo-preview.construction:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -30px;
    width: 70%;
    height: 70%;
    background: repeating-linear-gradient(90deg, transparent 0 35px, #f4c52e 36px 38px), repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, .18) 29px 31px);
    transform: skewX(-15deg)
}

.demo-preview.interior {
    background: linear-gradient(135deg, #e8dac8, #9c704e);
    color: #2b2019
}

.demo-preview.health {
    background: linear-gradient(135deg, #d9f0f1, #77bdc5);
    color: #123a3f
}

.demo-preview.food {
    background: linear-gradient(135deg, #3d1b12, #bb5527)
}

.demo-preview.realestate {
    background: linear-gradient(135deg, #1d2431, #53677d)
}

.demo-preview.education {
    background: linear-gradient(135deg, #35285c, #8b63c6)
}

.demo-card.hidden {
    display: none
}

.features {
    background: var(--navy);
    color: #fff
}

.features .kicker {
    color: #9ba6bb
}

.features .section-head h2 span {
    color: var(--yellow)
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #303a55;
    border: 1px solid #303a55;
    border-radius: 24px;
    overflow: hidden
}

.feature-cards article {
    background: var(--navy);
    padding: 32px;
    min-height: 210px
}

.icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #242e49;
    color: var(--yellow);
    display: grid;
    place-items: center;
    font-size: 20px;
    margin-bottom: 25px
}

.feature-cards h3 {
    font: 700 20px "Space Grotesk";
    margin: 0 0 8px
}

.feature-cards p {
    font-size: 13px;
    color: #aeb7c7;
    margin: 0
}

.process {
    background: #fff
}

.process-wrap {
    align-items: start
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.steps>div {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 25px;
    min-height: 190px
}

.steps span {
    font: 700 12px "Space Grotesk";
    color: #c49a16
}

.steps h3 {
    font: 700 20px "Space Grotesk";
    margin: 25px 0 5px
}

.steps p {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.industries {
    background: var(--paper)
}

.industry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.industry-grid span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 12px 17px;
    font-size: 13px;
    font-weight: 600;
    color: #4e596b
}

.addons {
    background: #fff
}

.addon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.addon-grid div {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.addon-grid b {
    font-size: 13px
}

.addon-grid strong {
    font: 700 18px "Space Grotesk";
    color: #d29c00
}

.studio {
    background: var(--paper)
}

.studio-card {
    background: var(--navy);
    color: #fff;
    border-radius: 28px;
    padding: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    position: relative
}

.studio-card .kicker {
    color: #a6afc0
}

.studio-card h2 {
    font: 700 clamp(38px, 5vw, 60px) "Space Grotesk";
    letter-spacing: -2px;
    margin: 15px 0
}

.studio-card h2 span {
    color: var(--yellow)
}

.studio-card p {
    max-width: 650px;
    color: #bac3d1
}

.studio-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px
}

.studio-tags span {
    border: 1px solid #39445f;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    color: #d8deea
}

.studio-mark {
    width: 200px;
    height: 200px;
    border: 1px solid #3a4561;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    flex: none
}

.studio-mark span {
    font: 700 70px "Space Grotesk";
    color: var(--yellow)
}

.studio-mark small {
    position: absolute;
    bottom: 37px;
    right: 30px;
    font-size: 7px;
    letter-spacing: 1px;
    color: #fff
}

.faq {
    background: #fff
}

.faq-list {
    border-top: 1px solid var(--line)
}

details {
    border-bottom: 1px solid var(--line);
    padding: 22px 0
}

summary {
    list-style: none;
    cursor: pointer;
    font: 700 17px "Space Grotesk";
    display: flex;
    justify-content: space-between;
    gap: 20px
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: "+";
    font-size: 24px;
    font-weight: 400;
    color: #a0a8b4
}

details[open] summary:after {
    content: "−"
}

details p {
    color: var(--muted);
    font-size: 13px;
    max-width: 680px;
    margin: 12px 0 0
}

.contact {
    background: var(--paper)
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start
}

.contact-copy h2 {
    font: 700 clamp(42px, 5vw, 65px)/1.02 "Space Grotesk";
    letter-spacing: -3px;
    margin: 15px 0
}

.contact-copy h2 span {
    color: #dca800
}

.contact-bullets {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    font-size: 13px;
    font-weight: 700
}

.lead-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 30px;
    box-shadow: var(--shadow)
}

.form-title {
    margin-bottom: 20px
}

.form-title h3 {
    font: 700 25px "Space Grotesk";
    margin: 0
}

.form-title span,
.form-note {
    font-size: 11px;
    color: #8a94a5
}

.lead-form label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #566175;
    margin-bottom: 15px
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #dce1e8;
    border-radius: 10px;
    padding: 12px 13px;
    outline: none;
    background: #fff;
    color: var(--ink)
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: #aab4c4;
    box-shadow: 0 0 0 3px rgba(255, 196, 0, .15)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.form-success {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border-radius: 10px;
    background: #e9fbf1;
    color: #147642;
    font-size: 12px
}

.final-cta {
    background: var(--yellow);
    padding: 90px 0;
    text-align: center
}

.final-cta .kicker {
    color: #705700
}

.final-cta h2 {
    font: 700 clamp(52px, 8vw, 92px)/.95 "Space Grotesk";
    letter-spacing: -5px;
    color: var(--navy);
    margin: 18px 0
}

.final-cta h2 span {
    color: #fff
}

.final-cta p {
    color: #4d3c00;
    margin-bottom: 25px
}

.final-cta .btn-primary {
    background: var(--navy);
    color: #fff;
    box-shadow: none
}

.final-cta>div>div {
    display: flex;
    justify-content: center;
    gap: 10px
}

footer {
    background: #0c1222;
    color: #fff;
    padding: 60px 0 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px
}

.footer-grid .brand {
    color: #fff
}

.footer-grid p {
    color: #8994a8;
    font-size: 13px;
    max-width: 280px
}

.footer-grid small {
    color: #657188
}

.footer-grid h4 {
    font: 700 13px "Space Grotesk";
    color: #fff
}

.footer-grid>div>a:not(.brand) {
    display: block;
    color: #7f8ba0;
    font-size: 12px;
    margin: 9px 0
}

.footer-bottom {
    border-top: 1px solid #222c41;
    margin-top: 45px;
    padding-top: 20px;
    color: #657188;
    font-size: 10px;
    display: flex;
    justify-content: space-between
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 30px;
    box-shadow: 0 14px 30px rgba(32, 199, 106, .3);
    z-index: 40
}

@media(max-width:950px) {
    .nav-links {
        position: absolute;
        top: 78px;
        left: 20px;
        right: 20px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 15px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: var(--shadow)
    }

    .nav-links.open {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .menu-toggle span {
        display: block;
        width: 23px;
        height: 2px;
        background: var(--navy);
        margin: 5px
    }

    .hero {
        padding-top: 65px
    }

    .hero h1 {
        letter-spacing: -3px
    }

    .hero-visual-wrap {
        height: 420px
    }

    .monitor {
        width: 520px;
        height: 300px
    }

    .laptop {
        left: 20px;
        width: 270px;
        height: 190px
    }

    .tablet {
        right: 70px;
        width: 145px;
        height: 220px
    }

    .phone {
        right: 5px;
        width: 75px;
        height: 150px
    }

    .fc-one {
        left: 0
    }

    .fc-two {
        right: 0
    }

    .split,
    .price-layout,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .demo-grid {
        grid-template-columns: 1fr 1fr
    }

    .feature-cards {
        grid-template-columns: 1fr 1fr
    }

    .addon-grid {
        grid-template-columns: 1fr 1fr
    }

    .section-head.row-head {
        display: block
    }

    .section-head.row-head>p {
        margin-top: 20px
    }
}

@media(max-width:650px) {
    .container {
        width: min(100% - 28px, 1160px)
    }

    .announcement-inner {
        font-size: 9px;
        justify-content: center
    }

    .announcement-inner>span:nth-child(2) {
        display: none
    }

    .announcement-inner a {
        display: none
    }

    .nav {
        height: 68px
    }

    .nav-links {
        top: 68px
    }

    .brand {
        font-size: 20px
    }

    .hero {
        padding-top: 48px
    }

    .hero h1 {
        font-size: 49px;
        letter-spacing: -2.7px
    }

    .hero-copy {
        font-size: 16px
    }

    .campaign-chip {
        font-size: 10px;
        gap: 6px
    }

    .campaign-chip em {
        display: none
    }

    .hero-trust {
        gap: 9px;
        font-size: 10px
    }

    .hero-visual-wrap {
        height: 315px;
        margin-top: 30px
    }

    .monitor {
        width: 340px;
        height: 210px;
        border-width: 5px;
        border-bottom-width: 10px
    }

    .screen-copy {
        top: 45px;
        left: 18px
    }

    .screen-copy h3 {
        font-size: 23px
    }

    .screen-copy p {
        font-size: 6px
    }

    .mini-nav {
        font-size: 5px
    }

    .mini-nav button {
        font-size: 5px;
        padding: 4px
    }

    .laptop {
        left: -4px;
        bottom: 15px;
        width: 170px;
        height: 125px;
        border-width: 4px;
        border-bottom-width: 8px
    }

    .interior {
        padding: 12px
    }

    .interior h4 {
        font-size: 16px;
        margin: 22px 0 10px
    }

    .tablet {
        right: 28px;
        bottom: 25px;
        width: 90px;
        height: 140px;
        border-width: 5px
    }

    .health {
        padding: 9px
    }

    .health h4 {
        font-size: 12px;
        margin: 15px 0 7px
    }

    .phone {
        right: -3px;
        bottom: 24px;
        width: 48px;
        height: 100px;
        border-width: 4px
    }

    .food {
        padding: 6px
    }

    .food h4 {
        font-size: 8px;
        margin: 12px 0 5px
    }

    .floating-card {
        font-size: 8px;
        padding: 7px 9px
    }

    .floating-card small {
        font-size: 7px
    }

    .fc-one {
        top: 55px;
        left: 0
    }

    .fc-two {
        top: 35px;
        right: 0
    }

    .section {
        padding: 75px 0
    }

    .section-head h2,
    .split h2 {
        font-size: 39px;
        letter-spacing: -1.8px
    }

    .stats {
        grid-template-columns: 1fr 1fr
    }

    .stats>div:nth-child(2) {
        border-right: 0
    }

    .stats>div {
        padding: 20px;
        border-bottom: 1px solid var(--line)
    }

    .stats strong {
        font-size: 34px
    }

    .progress-card {
        display: block
    }

    .progress-card .btn {
        margin-top: 18px;
        width: 100%
    }

    .compare {
        grid-template-columns: 1fr
    }

    .feature-grid {
        grid-template-columns: 1fr
    }

    .demo-grid {
        grid-template-columns: 1fr
    }

    .feature-cards {
        grid-template-columns: 1fr
    }

    .steps {
        grid-template-columns: 1fr
    }

    .addon-grid {
        grid-template-columns: 1fr 1fr
    }

    .studio-card {
        padding: 35px 25px
    }

    .studio-mark {
        display: none
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .final-cta {
        padding: 70px 0
    }

    .final-cta h2 {
        letter-spacing: -3px;
        font-size: 55px
    }

    .final-cta>div>div {
        flex-direction: column
    }

    .final-cta .btn {
        width: 100%
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom span {
        display: block;
        margin: 5px 0
    }
}