:root {
	--fp-ink: #143b43;
	--fp-navy: #092f39;
	--fp-sea: #096477;
	--fp-blue: #2d7d92;
	--fp-mint: #8bc6b1;
	--fp-pale: #e0f1ea;
	--fp-green: #5e856b;
	--fp-coral: #f07a5a;
	--fp-violet: #8f7ab9;
	--fp-sand: #d7bd8d;
	--fp-cream: #f4f1e9;
	--fp-paper: #fffefa;
	--fp-muted: #6d7d80;
	--fp-line: rgba(20, 59, 67, .13);
	--fp-shadow: 0 24px 65px rgba(9, 47, 57, .14);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.flowpilot-theme {
	margin: 0;
	color: var(--fp-ink);
	background: var(--fp-paper);
	font-family: Inter, Arial, Helvetica, sans-serif;
}

.flowpilot-theme a {
	color: inherit;
	text-decoration: none;
}

.flowpilot-theme button,
.flowpilot-theme input,
.flowpilot-theme textarea,
.flowpilot-theme select {
	font: inherit;
}

.flowpilot-shell {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
	z-index: 9999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	color: #fff;
	background: var(--fp-navy);
	clip: auto;
}

.flowpilot-topbar {
	color: rgba(255,255,255,.88);
	background: var(--fp-navy);
	font-size: 11px;
}

.flowpilot-topbar .flowpilot-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
}

.flowpilot-topbar div div {
	display: flex;
	gap: 34px;
}

.flowpilot-header {
	position: sticky;
	z-index: 70;
	top: 0;
	background: rgba(255,254,250,.95);
	border-bottom: 1px solid var(--fp-line);
	backdrop-filter: blur(18px);
}

.flowpilot-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 82px;
}

.flowpilot-logo {
	display: grid;
	grid-template-columns: 42px auto;
	gap: 10px;
	align-items: center;
}

.flowpilot-logo .custom-logo-link {
	display: block;
	grid-column: 1 / -1;
}

.flowpilot-logo .custom-logo {
	display: block;
	width: auto;
	max-width: 220px;
	height: 44px;
}

.flowpilot-logo-mark {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: var(--fp-navy);
	border-radius: 13px;
	transform: rotate(-3deg);
}

.flowpilot-logo-mark i,
.flowpilot-logo-mark b,
.flowpilot-logo-mark em {
	position: absolute;
	width: 24px;
	height: 10px;
	background: var(--fp-mint);
	border-radius: 50%;
	transform: rotate(-42deg);
}

.flowpilot-logo-mark i {
	top: 10px;
	left: -3px;
}

.flowpilot-logo-mark b {
	top: 17px;
	right: -3px;
	background: #fff;
}

.flowpilot-logo-mark em {
	bottom: 5px;
	left: 2px;
	background: var(--fp-coral);
}

.flowpilot-logo strong,
.flowpilot-logo small {
	display: block;
}

.flowpilot-logo strong {
	color: var(--fp-navy);
	font-size: 21px;
	letter-spacing: -.055em;
}

.flowpilot-logo small {
	margin-top: 3px;
	color: var(--fp-muted);
	font-size: 7.5px;
	font-weight: 800;
	letter-spacing: .16em;
}

.flowpilot-menu {
	margin-right: clamp(18px, 3vw, 42px);
	margin-left: auto;
}

.flowpilot-menu ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.flowpilot-menu a {
	position: relative;
	font-size: 12px;
	font-weight: 750;
}

.flowpilot-menu a::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 2px;
	background: var(--fp-coral);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: .25s;
}

.flowpilot-menu a:hover::after {
	transform: scaleX(1);
}

.flowpilot-nav-actions {
	display: flex;
	align-items: center;
	gap: 7px;
}

.nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.flowpilot-cart-link {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 44px;
	padding: 0 14px;
	color: #fff !important;
	background: var(--fp-navy);
	border-radius: 99px;
	font-size: 11px;
	font-weight: 800;
}

.flowpilot-cart-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	color: var(--fp-navy);
	background: var(--fp-mint);
	border-radius: 50%;
	font-size: 9px;
}

.mobile-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	background: transparent;
	border: 0;
	font-size: 22px;
	cursor: pointer;
}

.flowpilot-hero {
	position: relative;
	min-height: 680px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 35%, rgba(139,198,177,.17), transparent 24%),
		radial-gradient(circle at 83% 9%, rgba(240,122,90,.13), transparent 18%),
		linear-gradient(118deg, #f4f1e9 0%, #f4f3ed 48%, #dfede8 100%);
}

.hero-orbit {
	position: absolute;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(9,100,119,.13);
	border-radius: 50%;
}

.hero-orbit::before,
.hero-orbit::after {
	position: absolute;
	inset: 38px;
	border: 1px solid rgba(9,100,119,.10);
	border-radius: 50%;
	content: "";
}

.hero-orbit::after {
	inset: 82px;
}

.orbit-one {
	top: 65px;
	left: -370px;
}

.orbit-two {
	right: -110px;
	bottom: -390px;
}

.hero-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 65px;
	align-items: center;
	min-height: 680px;
}

.hero-copy {
	max-width: 600px;
	padding: 62px 0;
}

.hero-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: var(--fp-sea);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .145em;
	text-transform: uppercase;
}

.hero-kicker i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--fp-mint);
	background: var(--fp-navy);
	border-radius: 9px;
	font-style: normal;
}

.hero-copy h1 {
	margin: 0;
	color: var(--fp-navy);
	font-size: clamp(55px, 5.1vw, 82px);
	font-weight: 850;
	line-height: .97;
	letter-spacing: -.075em;
}

.hero-copy h1 em {
	color: var(--fp-sea);
	font-family: Georgia, serif;
	font-weight: 400;
	letter-spacing: -.055em;
}

.hero-copy > p {
	max-width: 540px;
	margin: 28px 0 0;
	color: #536b70;
	font-size: 16px;
	line-height: 1.75;
}

.hero-buttons {
	display: flex;
	gap: 14px;
	margin-top: 32px;
}

.flowpilot-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 51px;
	padding: 0 23px;
	border: 0;
	border-radius: 99px;
	font-size: 11px;
	font-weight: 850;
	transition: .2s;
}

.flowpilot-button:hover {
	transform: translateY(-2px);
}

.flowpilot-button.primary {
	color: #fff;
	background: var(--fp-coral);
	box-shadow: 0 12px 28px rgba(240,122,90,.22);
}

.flowpilot-button.ghost {
	background: rgba(255,255,255,.5);
	border: 1px solid var(--fp-line);
}

.flowpilot-button.dark {
	color: #fff;
	background: var(--fp-navy);
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 34px;
}

.hero-proof span {
	color: #566e72;
	font-size: 10px;
	font-weight: 750;
}

.hero-dashboard {
	position: relative;
	min-height: 560px;
}

.hero-dashboard::before {
	position: absolute;
	top: 51px;
	left: 11%;
	width: 470px;
	height: 470px;
	background: rgba(9,100,119,.09);
	border-radius: 50%;
	content: "";
}

.dashboard-window {
	position: absolute;
	top: 58px;
	left: 3%;
	width: 94%;
	overflow: hidden;
	background: #fff;
	border: 7px solid rgba(255,255,255,.7);
	border-radius: 22px;
	box-shadow: 0 35px 80px rgba(9,47,57,.21);
	transform: perspective(1100px) rotateY(-6deg) rotateX(2deg);
}

.window-top {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 14px;
	background: #f8faf8;
	border-bottom: 1px solid #e5ece9;
}

.window-top > i {
	width: 7px;
	height: 7px;
	margin-right: 5px;
	background: #dd8f7c;
	border-radius: 50%;
}

.window-top > i:nth-child(2) {
	background: var(--fp-sand);
}

.window-top > i:nth-child(3) {
	background: var(--fp-mint);
}

.window-top b {
	margin-left: auto;
	font-size: 9px;
}

.window-top small {
	margin-left: auto;
	padding: 5px 8px;
	color: #39735e;
	background: var(--fp-pale);
	border-radius: 99px;
	font-size: 7px;
	font-weight: 800;
	text-transform: uppercase;
}

.dashboard-body {
	display: grid;
	grid-template-columns: 53px 1fr;
	min-height: 360px;
}

.dashboard-body > aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 17px 0;
	background: var(--fp-navy);
}

.dashboard-body aside strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
	background: var(--fp-mint);
	border-radius: 8px;
}

.dashboard-body aside i {
	width: 19px;
	height: 6px;
	background: rgba(255,255,255,.2);
	border-radius: 4px;
}

.dashboard-body > div {
	padding: 24px;
	background: #f4f7f5;
}

.dashboard-body header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dashboard-body header small,
.dashboard-body header b {
	display: block;
}

.dashboard-body header small {
	color: #819093;
	font-size: 7px;
}

.dashboard-body header b {
	margin-top: 4px;
	font-size: 15px;
}

.dashboard-body header em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #e1e8e5;
	border-radius: 8px;
	font-style: normal;
}

.dash-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 20px;
}

.dash-stats article {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 12px;
	background: #fff;
	border: 1px solid #e2eae7;
	border-radius: 12px;
}

.dash-stats article > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	font-size: 8px;
	font-style: normal;
}

.dash-stats i.blue {
	color: var(--fp-blue);
	background: #dbeef2;
}

.dash-stats i.mint {
	color: var(--fp-green);
	background: var(--fp-pale);
}

.dash-stats i.coral {
	color: var(--fp-coral);
	background: #fae3dc;
}

.dash-stats small,
.dash-stats b {
	display: block;
}

.dash-stats small {
	color: #8b9799;
	font-size: 6px;
}

.dash-stats b {
	font-size: 14px;
}

.dash-chart {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 10px;
	margin-top: 10px;
}

.dash-chart > div {
	min-height: 155px;
	padding: 14px;
	background: #fff;
	border: 1px solid #e2eae7;
	border-radius: 12px;
}

.dash-chart b {
	font-size: 8px;
}

.dash-chart > div:first-child span {
	display: flex;
	align-items: end;
	justify-content: space-around;
	height: 105px;
	border-bottom: 1px solid #e8eeec;
}

.dash-chart > div:first-child i {
	width: 11px;
	height: 45%;
	background: var(--fp-sea);
	border-radius: 4px 4px 0 0;
}

.dash-chart > div:first-child i:nth-child(2) {
	height: 72%;
}

.dash-chart > div:first-child i:nth-child(3) {
	height: 58%;
	background: var(--fp-mint);
}

.dash-chart > div:first-child i:nth-child(4) {
	height: 88%;
}

.dash-chart > div:first-child i:nth-child(5) {
	height: 63%;
	background: var(--fp-coral);
}

.dash-chart > div:first-child i:nth-child(6) {
	height: 78%;
}

.dash-chart p {
	padding: 9px 0;
	margin: 0;
	border-bottom: 1px solid #edf1ef;
	font-size: 5.5px;
}

.hero-float {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 14px 11px 10px;
	background: rgba(255,255,255,.95);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(9,47,57,.17);
}

.hero-float > b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: var(--fp-green);
	background: var(--fp-pale);
	border-radius: 9px;
}

.hero-float strong,
.hero-float small {
	display: block;
}

.hero-float strong {
	font-size: 9px;
}

.hero-float small {
	margin-top: 4px;
	color: var(--fp-muted);
	font-size: 7px;
}

.float-download {
	bottom: 53px;
	left: -13px;
}

.float-rating {
	top: 86px;
	right: -4px;
}

.float-rating > b {
	color: var(--fp-coral);
	background: #fae3dc;
}

.flowpilot-trust {
	color: rgba(255,255,255,.9);
	background: var(--fp-navy);
}

.flowpilot-trust .flowpilot-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 74px;
}

.flowpilot-trust span {
	color: #fff;
	font-size: 9px;
	font-weight: 750;
}

.flowpilot-section,
.flowpilot-process {
	padding: 96px 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section-heading small,
.center-heading > small {
	display: block;
	margin-bottom: 11px;
	color: var(--fp-coral);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.section-heading h2,
.center-heading h2 {
	margin: 0;
	color: var(--fp-navy);
	font-size: clamp(34px, 3vw, 47px);
	letter-spacing: -.06em;
}

.section-heading > a {
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: 850;
}

.flowpilot-categories {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.flowpilot-categories > a {
	display: grid;
	grid-template-columns: 46px 1fr 27px;
	gap: 12px;
	align-items: center;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--fp-line);
	border-radius: 16px;
	transition: .25s;
}

.flowpilot-categories > a:hover {
	box-shadow: 0 14px 32px rgba(9,47,57,.1);
	transform: translateY(-4px);
}

.flowpilot-categories > a > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	font-size: 9px;
	font-weight: 850;
	font-style: normal;
}

.flowpilot-categories i.mint {
	color: var(--fp-green);
	background: var(--fp-pale);
}

.flowpilot-categories i.coral {
	color: var(--fp-coral);
	background: #fae4de;
}

.flowpilot-categories i.blue {
	color: var(--fp-blue);
	background: #dceff2;
}

.flowpilot-categories i.violet {
	color: var(--fp-violet);
	background: #ece7f4;
}

.flowpilot-categories i.sand {
	color: #9a7943;
	background: #f3ebda;
}

.flowpilot-categories b,
.flowpilot-categories small {
	display: block;
}

.flowpilot-categories b {
	font-size: 11px;
}

.flowpilot-categories small {
	margin-top: 5px;
	color: var(--fp-muted);
	font-size: 8px;
}

.flowpilot-categories em {
	font-style: normal;
}

.flowpilot-products {
	background: #f2f4ef;
	border-top: 1px solid #e5e9e2;
}

.flowpilot-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.flowpilot-product-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(20,59,67,.1);
	border-radius: 18px;
	transition: .28s;
}

.flowpilot-product-card:hover {
	box-shadow: 0 20px 45px rgba(9,47,57,.11);
	transform: translateY(-6px);
}

.product-cover {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 220px;
	padding: 25px;
	color: #fff;
	background: #78b1c0;
}

.product-cover::before {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 105px;
	height: 140px;
	background: var(--fp-navy);
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 4px 10px 10px 4px;
	box-shadow: 0 19px 35px rgba(9,47,57,.24);
	content: "";
	transform: translateX(-50%) rotate(-4deg);
}

.product-cover > * {
	position: relative;
	z-index: 2;
}

.product-cover > span {
	position: absolute;
	top: 58px;
	left: 50%;
	color: var(--fp-mint);
	font-size: 5px;
	font-weight: 850;
	letter-spacing: .13em;
	transform: translateX(-38px) rotate(-4deg);
}

.product-cover > b {
	position: absolute;
	top: 110px;
	left: 50%;
	max-width: 80px;
	font-size: 14px;
	transform: translateX(-38px) rotate(-4deg);
}

.product-cover > small {
	position: absolute;
	top: 145px;
	left: 50%;
	color: rgba(255,255,255,.65);
	font-size: 5px;
	transform: translateX(-38px) rotate(-4deg);
}

.product-cover.mint {
	background: #92bea9;
}

.product-cover.coral {
	background: #df8369;
}

.product-cover.sand {
	background: #d2b783;
}

.product-cover.navy {
	background: #164a55;
}

.product-cover.violet {
	background: #9180ad;
}

.product-cover.green {
	background: #6f9474;
}

.flowpilot-product-card > div {
	padding: 18px;
}

.flowpilot-product-card > div > small {
	color: var(--fp-sea);
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.flowpilot-product-card h3 {
	margin: 8px 0;
	color: var(--fp-navy);
	font-size: 17px;
	letter-spacing: -.04em;
}

.flowpilot-product-card p {
	min-height: 48px;
	margin: 0;
	color: var(--fp-muted);
	font-size: 10px;
	line-height: 1.6;
}

.product-rating {
	display: block;
	margin-top: 14px;
	color: var(--fp-coral);
	font-size: 8px;
}

.flowpilot-product-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 14px;
	border-top: 1px solid var(--fp-line);
}

.flowpilot-product-card footer strong {
	color: var(--fp-navy);
	font-size: 16px;
}

.flowpilot-product-card footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	color: #fff;
	background: var(--fp-navy);
	border-radius: 50%;
	font-size: 18px;
}

.center-heading {
	max-width: 680px;
	margin: 0 auto 40px;
	text-align: center;
}

.center-heading > p {
	color: var(--fp-muted);
	font-size: 11px;
}

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

.flowpilot-bundles article {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 27px;
	background: #fff;
	border: 1px solid var(--fp-line);
	border-radius: 21px;
}

.flowpilot-bundles article.featured {
	color: #fff;
	background: var(--fp-navy);
	box-shadow: var(--fp-shadow);
	transform: translateY(-8px);
}

.flowpilot-bundles article > em {
	position: absolute;
	top: 17px;
	right: 19px;
	padding: 7px 9px;
	color: #fff;
	background: var(--fp-coral);
	border-radius: 99px;
	font-size: 7px;
	font-weight: 850;
	font-style: normal;
	text-transform: uppercase;
}

.flowpilot-bundles .bundle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 17px;
	color: var(--fp-blue);
	background: #dceff2;
	border-radius: 13px;
}

.flowpilot-bundles article > small {
	color: var(--fp-coral);
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.flowpilot-bundles article h3 {
	margin: 6px 0 10px;
	font-size: 23px;
}

.flowpilot-bundles article > p {
	min-height: 53px;
	color: var(--fp-muted);
	font-size: 10px;
	line-height: 1.7;
}

.flowpilot-bundles .featured > p {
	color: #b9cbce;
}

.flowpilot-bundles ul {
	flex: 1;
	margin: 10px 0 20px;
	padding: 0;
	border-bottom: 1px solid var(--fp-line);
	list-style: none;
}

.flowpilot-bundles li {
	padding: 7px 0;
	font-size: 9px;
}

.flowpilot-bundles article > strong {
	display: block;
	margin-bottom: 18px;
	font-size: 25px;
}

.flowpilot-process {
	background: #f5f5f0;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--fp-line);
	border-bottom: 1px solid var(--fp-line);
}

.process-grid article {
	position: relative;
	padding: 35px 27px;
	border-right: 1px solid var(--fp-line);
}

.process-grid article:last-child {
	border: 0;
}

.process-grid em {
	position: absolute;
	top: 17px;
	right: 17px;
	color: #e7ecea;
	font-size: 35px;
	font-weight: 850;
	font-style: normal;
}

.process-grid article > b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: var(--fp-green);
	background: var(--fp-pale);
	border-radius: 13px;
}

.process-grid h3 {
	margin: 20px 0 8px;
	font-size: 13px;
}

.process-grid p {
	margin: 0;
	color: var(--fp-muted);
	font-size: 9px;
	line-height: 1.65;
}

.flowpilot-contact-cta {
	padding: 75px 0;
	background: linear-gradient(115deg, #dfeee8, #f4f1e9);
}

.flowpilot-contact-cta .flowpilot-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.flowpilot-contact-cta small {
	color: var(--fp-coral);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.flowpilot-contact-cta h2 {
	margin: 10px 0;
	color: var(--fp-navy);
	font-size: clamp(35px, 4vw, 50px);
	letter-spacing: -.06em;
}

.flowpilot-contact-cta p {
	margin: 0;
	color: var(--fp-muted);
	font-size: 11px;
}

.flowpilot-content,
.flowpilot-shop {
	min-height: 55vh;
	padding-top: 70px;
	padding-bottom: 90px;
}

.flowpilot-entry > h1,
.flowpilot-shop .woocommerce-products-header__title {
	margin-top: 0;
	color: var(--fp-navy);
	font-size: clamp(40px, 5vw, 64px);
	letter-spacing: -.06em;
}

.flowpilot-footer {
	color: #fff;
	background: #061f27;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 60px;
	padding-top: 70px;
	padding-bottom: 55px;
}

.flowpilot-footer .flowpilot-logo strong {
	color: #fff;
}

.footer-brand > p {
	max-width: 300px;
	color: #91a8ac;
	font-size: 9.5px;
	line-height: 1.7;
}

.footer-grid h4 {
	margin: 3px 0 17px;
	color: var(--fp-mint);
	font-size: 9px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.footer-grid > div > a:not(.flowpilot-logo),
.footer-grid > div > span {
	display: block;
	margin: 11px 0;
	color: #9bb0b3;
	font-size: 9px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	color: #6f898e;
	border-top: 1px solid rgba(255,255,255,.09);
	font-size: 7.5px;
}

.flowpilot-cookie-fab {
	position: fixed;
	z-index: 90;
	bottom: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	color: #fff;
	background: var(--fp-sea);
	border: 3px solid var(--fp-paper);
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(9,47,57,.25);
	cursor: pointer;
}

.flowpilot-cookie-panel {
	position: fixed;
	z-index: 100;
	bottom: 82px;
	left: 22px;
	display: flex;
	gap: 14px;
	width: calc(100vw - 44px);
	max-width: 410px;
	padding: 21px;
	background: var(--fp-paper);
	border: 1px solid var(--fp-line);
	border-radius: 18px;
	box-shadow: var(--fp-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: .25s;
}

.flowpilot-cookie-panel.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.cookie-close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: transparent;
	border: 0;
	font-size: 19px;
	cursor: pointer;
}

.cookie-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	color: var(--fp-green);
	background: var(--fp-pale);
	border-radius: 11px;
}

.flowpilot-cookie-panel h3 {
	margin: 1px 28px 7px 0;
	font-size: 14px;
}

.flowpilot-cookie-panel p {
	margin: 0;
	color: var(--fp-muted);
	font-size: 10px;
	line-height: 1.55;
}

.cookie-actions {
	display: flex;
	gap: 8px;
	margin-top: 13px;
}

.cookie-actions button {
	padding: 9px 12px;
	color: #fff;
	background: var(--fp-navy);
	border: 1px solid var(--fp-navy);
	border-radius: 99px;
	font-size: 8px;
	font-weight: 850;
	cursor: pointer;
}

.cookie-actions button:last-child {
	color: var(--fp-navy);
	background: transparent;
}

.flowpilot-woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.flowpilot-woocommerce ul.products::before,
.flowpilot-woocommerce ul.products::after {
	display: none;
}

.flowpilot-woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--fp-line);
	border-radius: 18px;
}

.flowpilot-woocommerce ul.products li.product img {
	border-radius: 13px;
}

.flowpilot-woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--fp-navy);
	font-size: 16px;
}

.flowpilot-woocommerce .button,
.flowpilot-woocommerce button.button,
.flowpilot-woocommerce input.button {
	color: #fff;
	background: var(--fp-navy);
	border-radius: 99px;
}

.flowpilot-product-badge {
	position: absolute;
	z-index: 2;
	margin: 12px;
	padding: 7px 10px;
	color: #fff;
	background: var(--fp-coral);
	border-radius: 99px;
	font-size: 8px;
	font-weight: 800;
}

.flowpilot-404 {
	min-height: 65vh;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.flowpilot-404 > span {
	color: var(--fp-mint);
	font-size: 100px;
	font-weight: 900;
}

@media (max-width: 1100px) {
	.flowpilot-shell {
		padding-right: 26px;
		padding-left: 26px;
	}

	.flowpilot-menu ul {
		gap: 17px;
	}

	.flowpilot-menu a {
		font-size: 10px;
	}

	.flowpilot-categories {
		grid-template-columns: repeat(3, 1fr);
	}

	.flowpilot-product-grid,
	.flowpilot-woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 840px) {
	.flowpilot-topbar div div span:first-child {
		display: none;
	}

	.flowpilot-nav {
		height: 72px;
	}

	.flowpilot-menu {
		position: absolute;
		top: 72px;
		right: 0;
		left: 0;
		margin: 0;
		padding: 14px 26px 22px;
		background: var(--fp-paper);
		border-bottom: 1px solid var(--fp-line);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: .2s;
	}

	.flowpilot-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.flowpilot-menu ul {
		display: block;
	}

	.flowpilot-menu li {
		border-bottom: 1px solid var(--fp-line);
	}

	.flowpilot-menu a {
		display: block;
		padding: 14px 0;
		font-size: 13px;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.nav-icon {
		display: none;
	}

	.hero-layout {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hero-copy {
		padding: 68px 0 5px;
	}

	.hero-dashboard {
		min-height: 500px;
	}

	.flowpilot-categories {
		display: flex;
		overflow-x: auto;
		margin-right: -26px;
		padding-bottom: 15px;
	}

	.flowpilot-categories > a {
		flex: 0 0 235px;
	}

	.flowpilot-product-grid,
	.flowpilot-woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.flowpilot-bundles .bundle-grid {
		grid-template-columns: 1fr;
		max-width: 650px;
		margin: auto;
	}

	.flowpilot-bundles article.featured {
		transform: none;
	}

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

	.footer-grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}
}

@media (max-width: 580px) {
	.flowpilot-shell {
		padding-right: 18px;
		padding-left: 18px;
	}

	.flowpilot-topbar {
		font-size: 8px;
	}

	.flowpilot-topbar div div {
		display: none;
	}

	.flowpilot-cart-link > span:first-child {
		display: none;
	}

	.hero-copy {
		padding-top: 52px;
	}

	.hero-kicker {
		font-size: 8px;
		line-height: 1.45;
	}

	.hero-copy h1 {
		font-size: 47px;
	}

	.hero-copy > p {
		font-size: 13px;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-dashboard {
		min-height: 360px;
	}

	.dashboard-window {
		top: 30px;
		left: -8%;
		width: 116%;
		transform: scale(.76) perspective(1100px) rotateY(-6deg);
		transform-origin: top center;
	}

	.float-download {
		bottom: 15px;
		left: 0;
	}

	.float-rating {
		top: 28px;
		right: 0;
	}

	.flowpilot-section,
	.flowpilot-process {
		padding: 70px 0;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 17px;
	}

	.flowpilot-product-grid,
	.flowpilot-woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.product-cover {
		height: 245px;
	}

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

	.process-grid article {
		border-right: 0;
		border-bottom: 1px solid var(--fp-line);
	}

	.flowpilot-contact-cta .flowpilot-shell {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px 24px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 7px;
	}

	.flowpilot-cookie-fab {
		bottom: 15px;
		left: 15px;
	}

	.flowpilot-cookie-panel {
		bottom: 74px;
		left: 12px;
		width: calc(100vw - 24px);
	}

	.cookie-actions {
		flex-direction: column;
	}
}
