/**
 * Billeo one-page styles
 * Layout language: Splash | Typography: Kiddo Quicksand | Header: Rebro
 * Colours from Splash Elementor kit + page accents (#191919, #dd174a, #6ec1e4, #7a7a7a)
 */

:root {
	--billeo-ink: #191919;
	--billeo-paper: #fbfaf7;
	--billeo-white: #ffffff;
	--billeo-accent: #dd174a;
	--billeo-accent-secondary: #6ec1e4;
	--billeo-muted: #7a7a7a;
	--billeo-line: #e6e7e8;
	--billeo-soft: #f4f6f7;
	--billeo-dark: #191919;
	--billeo-button-hover: #b8123c;
	--billeo-focus: #6ec1e4;
	--billeo-header-h: 70px;
	--billeo-radius: 14px;
	--billeo-radius-sm: 10px;
	--billeo-shadow: 0 18px 50px rgba(25, 25, 25, 0.08);
	--billeo-font: "Quicksand", sans-serif;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.billeo-reveal,
	.billeo-process__step,
	.billeo-feature-card,
	.billeo-hero__visual {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

.billeo-site,
.billeo-site button,
.billeo-site input,
.billeo-site select,
.billeo-site textarea,
.billeo-page,
.billeo-page *,
body.billeo-front,
body.billeo-front button,
body.billeo-front input,
body.elementor-page-10,
.billeo-header,
.billeo-section,
.billeo-hero,
.billeo-footer {
	font-family: var(--billeo-font);
}

.billeo-front #header,
.billeo-front .header-horizontal,
.billeo-front .to-move.a13-horizontal,
.billeo-front #footer,
.billeo-front .footer-widget-area,
.billeo-front .page-title,
.billeo-front .title-bar,
.billeo-front #preloader {
	display: none !important;
}

.billeo-front .whole-layout,
.billeo-front #mid,
.billeo-front .content-box,
.billeo-front .real-content,
.billeo-front .elementor {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	background: var(--billeo-paper);
}

.billeo-page {
	color: var(--billeo-ink);
	background: var(--billeo-paper);
	overflow-x: hidden;
}

.billeo-page a:focus-visible,
.billeo-page button:focus-visible,
.billeo-page summary:focus-visible,
.billeo-page .billeo-button:focus-visible {
	outline: 3px solid var(--billeo-focus);
	outline-offset: 3px;
}

.billeo-wrap {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.billeo-section {
	position: relative;
	padding: 96px 0;
}

.billeo-section--tight {
	padding: 72px 0;
}

.billeo-eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: var(--billeo-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.billeo-page h1,
.billeo-page h2,
.billeo-page h3,
body.billeo-front h1,
body.billeo-front h2,
body.billeo-front h3,
.elementor-page-10 h1,
.elementor-page-10 h2,
.elementor-page-10 h3 {
	font-family: var(--billeo-font);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: var(--billeo-ink);
	margin: 0 0 18px;
}

.billeo-page h1,
body.billeo-front h1,
.elementor-page-10 h1 {
	font-size: clamp(2.6rem, 6vw, 4.4rem);
	letter-spacing: -0.05em;
}

.billeo-page h2,
body.billeo-front h2,
.elementor-page-10 h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.billeo-page h3,
body.billeo-front h3,
.elementor-page-10 h3 {
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.billeo-lead,
.billeo-page p,
body.billeo-front p,
.elementor-page-10 p {
	color: var(--billeo-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	font-weight: 500;
}

.billeo-lead {
	font-size: 1.15rem;
	max-width: 34em;
}

.billeo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 28px;
}

.billeo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	border: 2px solid transparent;
	font-family: var(--billeo-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.billeo-button--primary {
	background: var(--billeo-accent);
	color: var(--billeo-white) !important;
}

.billeo-button--primary:hover {
	background: var(--billeo-button-hover);
	color: var(--billeo-white) !important;
	transform: translateY(-1px);
}

.billeo-button--secondary {
	background: transparent;
	border-color: var(--billeo-ink);
	color: var(--billeo-ink) !important;
}

.billeo-button--secondary:hover {
	background: var(--billeo-ink);
	color: var(--billeo-white) !important;
}

.billeo-button--light {
	background: var(--billeo-white);
	color: var(--billeo-ink) !important;
}

.billeo-button--ghost-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--billeo-white) !important;
}

.billeo-button--ghost-light:hover {
	background: var(--billeo-white);
	color: var(--billeo-ink) !important;
}

.billeo-button--nav {
	min-height: 42px;
	padding: 0 18px;
	background: var(--billeo-accent);
	color: var(--billeo-white) !important;
}

/* Header — Rebro proportions */
.billeo-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	height: var(--billeo-header-h);
	display: flex;
	align-items: center;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.billeo-header.is-scrolled {
	background: rgba(251, 250, 247, 0.96);
	border-bottom-color: var(--billeo-line);
	box-shadow: 0 8px 24px rgba(25, 25, 25, 0.06);
	backdrop-filter: blur(10px);
}

.billeo-header__inner {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.billeo-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	flex: 0 0 auto;
}

.billeo-logo img {
	display: block;
	height: 42px;
	width: auto;
}

.billeo-nav {
	display: flex;
	align-items: center;
	gap: 0;
}

.billeo-nav__list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.billeo-nav__list a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 22px;
	color: var(--billeo-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.72;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.billeo-nav__list a:hover,
.billeo-nav__list a.is-active {
	opacity: 1;
	color: var(--billeo-accent);
}

.billeo-nav__cta {
	margin-left: 8px;
}

.billeo-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.billeo-nav-toggle span,
.billeo-nav-toggle span::before,
.billeo-nav-toggle span::after {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--billeo-ink);
	margin: 0 auto;
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.billeo-nav-toggle span::before,
.billeo-nav-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
}

.billeo-nav-toggle span::before {
	top: -7px;
}

.billeo-nav-toggle span::after {
	top: 7px;
}

.billeo-nav-toggle[aria-expanded="true"] span {
	background: transparent;
}

.billeo-nav-toggle[aria-expanded="true"] span::before {
	top: 0;
	transform: rotate(45deg);
}

.billeo-nav-toggle[aria-expanded="true"] span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* Hero */
.billeo-hero {
	padding: calc(var(--billeo-header-h) + 72px) 0 96px;
	background:
		radial-gradient(circle at 88% 18%, rgba(110, 193, 228, 0.28), transparent 42%),
		radial-gradient(circle at 12% 78%, rgba(221, 23, 74, 0.1), transparent 36%),
		linear-gradient(180deg, var(--billeo-paper) 0%, var(--billeo-white) 100%);
	overflow: hidden;
}

.billeo-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: center;
}

.billeo-hero__note {
	margin-top: 18px;
	font-size: 0.95rem;
	color: var(--billeo-muted);
}

.billeo-hero__visual {
	position: relative;
}

.billeo-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	z-index: 0;
}

.billeo-blob--one {
	width: 280px;
	height: 280px;
	background: rgba(110, 193, 228, 0.35);
	top: -40px;
	right: -30px;
}

.billeo-blob--two {
	width: 180px;
	height: 180px;
	background: rgba(221, 23, 74, 0.14);
	bottom: 20px;
	left: -20px;
}

.billeo-device {
	position: relative;
	z-index: 1;
	background: var(--billeo-white);
	border: 1px solid var(--billeo-line);
	border-radius: 18px;
	box-shadow: var(--billeo-shadow);
	overflow: hidden;
}

.billeo-device__chrome {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 14px;
	background: var(--billeo-soft);
	border-bottom: 1px solid var(--billeo-line);
}

.billeo-device__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d0d3d6;
}

.billeo-device__url {
	margin-left: 8px;
	flex: 1;
	height: 22px;
	border-radius: 6px;
	background: var(--billeo-white);
	border: 1px solid var(--billeo-line);
	color: var(--billeo-muted);
	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.billeo-invoice {
	padding: 22px;
	background: var(--billeo-white);
}

.billeo-invoice__top {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.billeo-invoice__brand {
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.billeo-invoice__meta {
	text-align: right;
	font-size: 0.85rem;
	color: var(--billeo-muted);
}

.billeo-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(110, 193, 228, 0.18);
	color: #1a6f8f;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
}

.billeo-invoice table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.billeo-invoice th,
.billeo-invoice td {
	padding: 10px 0;
	border-bottom: 1px solid var(--billeo-line);
	text-align: left;
}

.billeo-invoice th {
	color: var(--billeo-muted);
	font-weight: 600;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.billeo-invoice td:last-child,
.billeo-invoice th:last-child {
	text-align: right;
}

.billeo-invoice__total {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 14px;
	font-weight: 700;
	font-size: 1.1rem;
}

.billeo-placeholder-note {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff8e8;
	border: 1px dashed #e0c57a;
	color: #7a6230;
	font-size: 0.78rem;
	line-height: 1.4;
}

/* Intro */
.billeo-intro {
	background: var(--billeo-white);
	text-align: center;
}

.billeo-intro .billeo-lead {
	margin-inline: auto;
}

.billeo-intro__graphic {
	width: 72px;
	height: 72px;
	margin: 0 auto 28px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(221, 23, 74, 0.75));
	box-shadow: 0 16px 30px rgba(110, 193, 228, 0.25);
}

/* Features */
.billeo-features {
	background: var(--billeo-paper);
}

.billeo-features__head {
	max-width: 40rem;
	margin-bottom: 42px;
}

.billeo-features__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.billeo-feature-card {
	background: var(--billeo-white);
	border: 1px solid var(--billeo-line);
	border-radius: var(--billeo-radius);
	padding: 28px;
	box-shadow: 0 10px 30px rgba(25, 25, 25, 0.03);
}

.billeo-feature-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	background: rgba(221, 23, 74, 0.1);
	color: var(--billeo-accent);
}

.billeo-feature-card__icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Process */
.billeo-process {
	background: var(--billeo-white);
}

.billeo-process__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 42px;
	position: relative;
}

.billeo-process__grid::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 12%;
	right: 12%;
	height: 2px;
	background: linear-gradient(90deg, var(--billeo-accent-secondary), var(--billeo-accent));
	opacity: 0.35;
}

.billeo-process__step {
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.billeo-process__num {
	width: 56px;
	height: 56px;
	margin: 0 auto 18px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--billeo-ink);
	color: var(--billeo-white);
	font-weight: 700;
	font-size: 1.1rem;
	position: relative;
	z-index: 1;
}

.billeo-process__step.is-inview {
	animation: billeoRise 0.7s ease both;
}

.billeo-process__step:nth-child(2).is-inview {
	animation-delay: 0.1s;
}

.billeo-process__step:nth-child(3).is-inview {
	animation-delay: 0.2s;
}

@keyframes billeoRise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Demo */
.billeo-demo {
	background:
		radial-gradient(circle at 20% 20%, rgba(110, 193, 228, 0.25), transparent 40%),
		linear-gradient(145deg, #171717 0%, #242424 100%);
	color: var(--billeo-white);
}

.billeo-demo h2,
.billeo-demo p,
.billeo-demo .billeo-lead {
	color: var(--billeo-white);
}

.billeo-demo .billeo-lead {
	opacity: 0.86;
}

.billeo-demo__frame {
	margin-top: 36px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	min-height: 280px;
	display: grid;
	place-items: center;
	padding: 28px;
	text-align: center;
}

.billeo-demo__frame p {
	margin: 0;
	opacity: 0.8;
}

/* Pricing */
.billeo-pricing {
	background: var(--billeo-soft);
	text-align: center;
}

.billeo-price-card {
	max-width: 460px;
	margin: 36px auto 0;
	background: var(--billeo-white);
	border: 1px solid var(--billeo-line);
	border-radius: 24px;
	padding: 40px 36px;
	box-shadow: var(--billeo-shadow);
	text-align: left;
}

.billeo-price-card__name {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.billeo-price-card__amount {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
}

.billeo-price-card__amount strong {
	font-size: clamp(3.4rem, 8vw, 4.8rem);
	letter-spacing: -0.06em;
	line-height: 1;
	color: var(--billeo-ink);
}

.billeo-price-card__amount span {
	color: var(--billeo-muted);
	font-weight: 600;
}

.billeo-price-card ul {
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.billeo-price-card li {
	position: relative;
	padding: 10px 0 10px 28px;
	border-top: 1px solid var(--billeo-line);
	color: var(--billeo-ink);
	font-weight: 550;
}

.billeo-price-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
	background: var(--billeo-accent-secondary);
}

.billeo-pricing__foot {
	margin-top: 22px;
}

.billeo-pricing__foot a {
	color: var(--billeo-accent);
	font-weight: 700;
	text-decoration: none;
}

.billeo-pricing__foot a:hover {
	text-decoration: underline;
}

/* Industries */
.billeo-industries {
	background: var(--billeo-white);
	text-align: center;
}

.billeo-industries__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.billeo-industries__item {
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid var(--billeo-line);
	background: var(--billeo-paper);
	font-weight: 700;
	font-size: 0.92rem;
	color: var(--billeo-ink);
}

/* FAQ */
.billeo-faq {
	background: var(--billeo-paper);
}

.billeo-faq__list {
	max-width: 760px;
	margin: 36px auto 0;
}

.billeo-faq__item {
	border: 1px solid var(--billeo-line);
	border-radius: 14px;
	background: var(--billeo-white);
	margin-bottom: 12px;
	overflow: hidden;
}

.billeo-faq__item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 20px;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--billeo-ink);
	position: relative;
	min-height: 44px;
}

.billeo-faq__item summary::-webkit-details-marker {
	display: none;
}

.billeo-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--billeo-accent);
	font-size: 1.3rem;
	font-weight: 500;
}

.billeo-faq__item[open] summary::after {
	content: "–";
}

.billeo-faq__item .billeo-faq__answer {
	padding: 0 20px 18px;
	color: var(--billeo-muted);
	margin: 0;
}

/* Final CTA */
.billeo-final-cta {
	background:
		radial-gradient(circle at 80% 30%, rgba(110, 193, 228, 0.22), transparent 35%),
		linear-gradient(120deg, #1d1d1d, #2a2a2a);
	text-align: center;
}

.billeo-final-cta h2,
.billeo-final-cta p {
	color: var(--billeo-white);
}

.billeo-final-cta .billeo-actions {
	justify-content: center;
}

/* Footer */
.billeo-footer {
	background: var(--billeo-dark);
	color: rgba(255, 255, 255, 0.78);
	padding: 56px 0 28px;
}

.billeo-footer a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.billeo-footer a:hover {
	color: var(--billeo-white);
}

.billeo-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.billeo-footer__logo img {
	height: 40px;
	width: auto;
	filter: invert(1);
}

.billeo-footer__tag {
	margin-top: 10px;
	font-size: 0.95rem;
}

.billeo-footer__title {
	font-weight: 700;
	color: var(--billeo-white);
	margin-bottom: 12px;
}

.billeo-footer__links {
	display: grid;
	gap: 8px;
}

.billeo-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-top: 18px;
	font-size: 0.88rem;
}

.billeo-footer__legal {
	display: flex;
	gap: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
	.billeo-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.billeo-process__grid::before {
		display: none;
	}
}

@media (max-width: 900px) {
	.billeo-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.billeo-nav {
		position: fixed;
		inset: var(--billeo-header-h) 0 auto;
		background: var(--billeo-paper);
		border-bottom: 1px solid var(--billeo-line);
		padding: 16px 20px 24px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		box-shadow: 0 16px 30px rgba(25, 25, 25, 0.08);
	}

	.billeo-nav.is-open {
		display: flex;
	}

	.billeo-nav__list {
		flex-direction: column;
		align-items: stretch;
	}

	.billeo-nav__list a {
		padding: 12px 8px;
		min-height: 44px;
		text-transform: none;
		font-size: 1rem;
		opacity: 1;
	}

	.billeo-nav__cta {
		margin-left: 0;
		width: 100%;
	}

	.billeo-features__grid,
	.billeo-process__grid,
	.billeo-footer__grid {
		grid-template-columns: 1fr;
	}

	.billeo-section {
		padding: 72px 0;
	}
}

@media (max-width: 480px) {
	.billeo-wrap {
		width: calc(100% - 32px);
	}

	.billeo-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.billeo-button {
		width: 100%;
	}

	.billeo-price-card {
		padding: 28px 22px;
	}

	.billeo-footer__bottom {
		flex-direction: column;
	}
}
