.f13-odoo,
.f13-odoo-footer {
	--f13-ink: #1e2334;
	--f13-muted: #656565;
	--f13-soft: #f5f8fb;
	--f13-line: rgba(30, 35, 52, 0.12);
	--f13-accent: var(--e-global-color-secondary, #4d5cf5);
	--f13-accent-two: var(--e-global-color-44ceba9, #18b99a);
	--f13-warm: #f47b52;
	color: var(--f13-ink);
	font-family: var(--e-global-typography-text-font-family, Poppins), Sans-serif;
	letter-spacing: 0;
}

.f13-odoo * ,
.f13-odoo-footer * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.f13-odoo a,
.f13-odoo-footer a {
	text-decoration: none;
}

.elementor-location-header {
	background: #fff;
	box-shadow: 0 10px 30px rgba(30, 35, 52, 0.05);
	position: relative;
	z-index: 50;
}

.elementor-location-header .lakit-logo__img {
	display: none !important;
}

.elementor-location-header .lakit-logo__link {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-height: 46px;
}

.elementor-location-header .lakit-logo__link::before {
	background: url("https://f13tech.com/wp-content/uploads/2025/01/cropped-F13-Tech-Logo-12-270x270.png") center / contain no-repeat;
	content: "";
	display: inline-block;
	height: 34px;
	width: 34px;
}

.elementor-location-header .lakit-logo__link::after {
	color: #1e2334;
	content: "F13 Tech";
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link,
.elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link .elementskit-submenu-indicator,
.elementor-location-header .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link,
.elementor-location-header .elementskit-navbar-nav > li.current-menu-ancestor > a.ekit-menu-nav-link {
	color: #1e2334 !important;
	fill: #1e2334 !important;
}

.elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link:hover,
.elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link:focus {
	color: var(--f13-accent, #4d5cf5) !important;
}

.elementor-location-header .elementskit-submenu-panel {
	background: #fff !important;
	border: 1px solid rgba(30, 35, 52, 0.1) !important;
	box-shadow: 0 20px 44px rgba(30, 35, 52, 0.14);
}

.elementor-location-header .elementskit-submenu-panel > li > a {
	background: #fff !important;
	color: #1e2334 !important;
}

.elementor-location-header .elementskit-submenu-panel > li > a:hover,
.elementor-location-header .elementskit-submenu-panel > li > a:focus {
	color: var(--f13-accent, #4d5cf5) !important;
}

.elementor-location-header button.elementskit-menu-hamburger > .ekit-menu-icon,
.elementor-location-header button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
	color: #1e2334 !important;
	fill: #1e2334 !important;
}

.f13-wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 32px);
}

.f13-hero {
	background:
		linear-gradient(135deg, rgba(77, 92, 245, 0.08) 0%, rgba(255, 255, 255, 1) 48%, rgba(244, 123, 82, 0.12) 100%);
	padding: 72px 0 56px;
}

.f13-hero-grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.f13-eyebrow {
	color: var(--f13-accent-two);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.f13-hero h1,
.f13-section-head h2,
.f13-cta-inner h2,
.f13-contact-panel h2,
.f13-footer-cta h2 {
	color: var(--f13-ink);
	font-family: var(--e-global-typography-primary-font-family, Poppins), Sans-serif;
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
}

.f13-hero h1 {
	font-size: 58px;
	max-width: 760px;
}

.f13-hero p,
.f13-section-head p,
.f13-card p,
.f13-feature p,
.f13-app-card p,
.f13-contact-panel p,
.f13-footer-grid p {
	color: var(--f13-muted);
	font-size: 16px;
	line-height: 1.72;
	margin: 0;
}

.f13-hero p {
	font-size: 18px;
	margin-top: 22px;
	max-width: 690px;
}

.f13-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.f13-btn {
	align-items: center;
	background: linear-gradient(90deg, var(--f13-accent) 0%, var(--f13-accent-two) 100%);
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 14px 22px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.f13-btn:hover,
.f13-btn:focus {
	box-shadow: 0 14px 30px rgba(30, 35, 52, 0.16);
	color: #fff;
	transform: translateY(-1px);
}

.f13-btn-ghost {
	background: #fff;
	border-color: var(--f13-line);
	color: var(--f13-ink);
}

.f13-btn-ghost:hover,
.f13-btn-ghost:focus {
	color: var(--f13-ink);
}

.f13-hero-visual {
	background: #fff;
	border: 1px solid var(--f13-line);
	border-radius: 8px;
	box-shadow: 0 26px 60px rgba(30, 35, 52, 0.13);
	overflow: hidden;
}

.f13-hero-visual img {
	display: block;
	height: auto;
	width: 100%;
}

.f13-metric-grid {
	background: #fff;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
}

.f13-metric-grid div {
	background: #fff;
	border-top: 1px solid var(--f13-line);
	padding: 18px;
}

.f13-metric-grid strong {
	color: var(--f13-ink);
	display: block;
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 6px;
}

.f13-metric-grid span {
	color: var(--f13-muted);
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.f13-section {
	background: #fff;
	padding: 84px 0;
}

.f13-section-tight {
	padding-bottom: 36px;
}

.f13-soft,
.f13-apps-band {
	background: var(--f13-soft);
}

.f13-section-head {
	margin: 0 auto 38px;
	max-width: 820px;
	text-align: center;
}

.f13-section-head h2,
.f13-cta-inner h2,
.f13-contact-panel h2,
.f13-footer-cta h2 {
	font-size: 40px;
}

.f13-section-head p {
	margin-top: 14px;
}

.f13-card-grid,
.f13-feature-grid,
.f13-app-grid {
	display: grid;
	gap: 20px;
}

.f13-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.f13-card,
.f13-feature,
.f13-app-card,
.f13-contact-panel {
	background: #fff;
	border: 1px solid var(--f13-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(30, 35, 52, 0.06);
}

.f13-card,
.f13-app-card {
	display: flex;
	flex-direction: column;
	min-height: 242px;
	padding: 26px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.f13-card:hover,
.f13-app-card:hover,
.f13-card:focus,
.f13-app-card:focus {
	border-color: rgba(24, 185, 154, 0.45);
	transform: translateY(-2px);
}

.f13-card span {
	color: var(--f13-warm);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 14px;
}

.f13-card h3,
.f13-feature h3,
.f13-app-card h3,
.f13-timeline h3,
.f13-footer-grid h3 {
	color: var(--f13-ink);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.f13-card p,
.f13-app-card p {
	margin-top: 12px;
}

.f13-card em {
	color: var(--f13-accent);
	font-style: normal;
	font-weight: 700;
	margin-top: auto;
	padding-top: 20px;
}

.f13-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.f13-feature {
	padding: 26px;
}

.f13-feature b {
	color: var(--f13-accent-two);
	display: block;
	font-size: 14px;
	margin-bottom: 18px;
}

.f13-feature p {
	margin-top: 12px;
}

.f13-timeline {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.f13-timeline div {
	background: var(--f13-soft);
	border: 1px solid var(--f13-line);
	border-radius: 8px;
	min-height: 148px;
	padding: 22px;
}

.f13-timeline span {
	color: var(--f13-warm);
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 26px;
}

.f13-app-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.f13-app-card {
	min-height: 280px;
}

.f13-app-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.f13-app-card li {
	background: rgba(24, 185, 154, 0.09);
	border-radius: 4px;
	color: var(--f13-ink);
	font-size: 13px;
	line-height: 1.3;
	padding: 7px 9px;
}

.f13-cta-band {
	background: var(--f13-ink);
	color: #fff;
	padding: 62px 0;
}

.f13-cta-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
}

.f13-cta-inner h2,
.f13-cta-inner .f13-eyebrow {
	color: #fff;
}

.f13-cta-inner h2 {
	max-width: 760px;
}

.f13-contact-panel {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	padding: 36px;
}

.f13-contact-panel p {
	margin-top: 14px;
}

.f13-contact-list {
	display: grid;
	gap: 12px;
}

.f13-contact-list a {
	background: var(--f13-soft);
	border: 1px solid var(--f13-line);
	border-radius: 4px;
	color: var(--f13-ink);
	font-weight: 700;
	padding: 15px 16px;
}

.f13-odoo-footer {
	background: #101525;
	color: #fff;
	padding: 72px 0 34px;
}

.f13-footer-cta {
	align-items: center;
	background: linear-gradient(135deg, rgba(77, 92, 245, 0.22), rgba(24, 185, 154, 0.2));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin-bottom: 56px;
	padding: 34px;
}

.f13-footer-cta span,
.f13-footer-grid p,
.f13-footer-grid a,
.f13-footer-bottom {
	color: rgba(255, 255, 255, 0.72);
}

.f13-footer-cta h2 {
	color: #fff;
	margin-top: 6px;
}

.f13-footer-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.f13-footer-logo {
	display: block;
	height: auto;
	margin-bottom: 18px;
	max-width: 168px;
}

.f13-footer-grid h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 16px;
}

.f13-footer-grid ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.f13-footer-grid a:hover,
.f13-footer-grid a:focus {
	color: #fff;
}

.f13-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
	margin-top: 42px;
	padding-top: 22px;
	text-align: center;
}

@media (max-width: 1024px) {
	.f13-hero {
		padding: 60px 0 50px;
	}

	.f13-hero-grid,
	.f13-contact-panel,
	.f13-footer-grid {
		grid-template-columns: 1fr;
	}

	.f13-card-grid,
	.f13-feature-grid,
	.f13-app-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.f13-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.f13-hero h1 {
		font-size: 46px;
	}

	.f13-section-head h2,
	.f13-cta-inner h2,
	.f13-contact-panel h2,
	.f13-footer-cta h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.f13-wrap {
		width: calc(100% - 24px);
	}

	.f13-hero,
	.f13-section {
		padding: 34px 0;
	}

	.f13-hero-grid {
		gap: 34px;
	}

	.f13-hero h1 {
		font-size: 34px !important;
		line-height: 1.1 !important;
	}

	.f13-hero p {
		font-size: 16px !important;
		line-height: 1.65 !important;
		margin-top: 16px !important;
	}

	.f13-section-head h2,
	.f13-cta-inner h2,
	.f13-contact-panel h2,
	.f13-footer-cta h2 {
		font-size: 28px;
	}

	.f13-card-grid,
	.f13-feature-grid,
	.f13-app-grid,
	.f13-timeline,
	.f13-metric-grid {
		grid-template-columns: 1fr;
	}

	.f13-hero-visual {
		display: none;
	}

	.f13-actions {
		margin-top: 22px;
	}

	.f13-card,
	.f13-feature,
	.f13-app-card,
	.f13-contact-panel,
	.f13-footer-cta {
		padding: 22px;
	}

	.f13-cta-inner,
	.f13-footer-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.f13-btn {
		width: 100%;
	}
}
