@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&family=Outfit:wght@600;700;800&display=swap');

:root {
	--ink: #182231;
	--muted: #607080;
	--line: #dfe7eb;
	--surface: #fff;
	--soft: #f3f8f8;
	--accent: #0d7377;
	--accent-deep: #08565a;
	--accent-light: #dff3f2;
	--navy: #142330;
	--shadow: 0 20px 60px rgba(18, 45, 55, .12);
	--radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
	margin: 0;
	font-family: 'Heebo', Arial, sans-serif;
	color: var(--ink);
	background: #fff;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
	position: fixed;
	inset: 8px auto auto 8px;
	z-index: 1000;
	padding: 8px 14px;
	background: #fff;
	border-radius: 8px;
	transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid rgba(223,231,235,.8);
	backdrop-filter: blur(16px);
}
.nav-wrap {
	min-height: 76px;
	display: flex;
	align-items: center;
	gap: 34px;
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	direction: ltr;
	flex: 0 0 auto;
}
.brand-mark {
	display: inline-flex;
	width: 39px;
	height: 39px;
	border-radius: 11px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(13,115,119,.25);
}
.brand-mark img { display: block; width: 100%; height: 100%; }
.brand-text {
	font: 800 23px/1 'Outfit', sans-serif;
	letter-spacing: -.055em;
	color: var(--ink);
}
.brand-text em {
	font-style: normal;
	color: var(--accent);
	font-weight: 700;
}
.main-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-inline-start: auto;
}
.main-nav a, .footer-links a {
	text-decoration: none;
	color: #445363;
	font-weight: 600;
	font-size: 15px;
}
.main-nav a:hover, .footer-links a:hover { color: var(--accent); }
.main-nav a.is-active { color: var(--accent); }

.page-hero {
	padding: 72px 0 20px;
	background: linear-gradient(180deg, #f3f8f8 0%, #fff 100%);
}
.page-hero h1 {
	margin: 10px 0 14px;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.2;
	letter-spacing: -.03em;
}
.page-hero p { max-width: 720px; color: var(--muted); font-size: 18px; }
.prose-wrap { max-width: 820px; margin-inline: auto; }
.prose h2 { margin: 32px 0 10px; font-size: 24px; }
.prose p, .prose li { color: #3d4c59; font-size: 17px; }
.prose ul { padding-inline-start: 18px; }
.faq-list { display: grid; gap: 16px; margin: 0; }
.faq-item {
	margin: 0;
	padding: 22px 24px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
}
.faq-item dt { font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.faq-item dd { margin: 0; color: var(--muted); }
.faq-teasers {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	display: grid;
	gap: 12px;
}
.faq-teasers a {
	display: block;
	padding: 16px 18px;
	border: 1px solid var(--line);
	border-radius: 14px;
	text-decoration: none;
	font-weight: 700;
	background: #fff;
}
.faq-teasers a:hover { border-color: var(--accent); color: var(--accent); }
.seo-more { text-align: center; margin: 28px 0 0; color: var(--muted); }
.seo-more a { color: var(--accent); font-weight: 700; }

.button {
	min-height: 46px;
	padding: 10px 21px;
	border: 1px solid transparent;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
	background: linear-gradient(135deg, #119298, var(--accent));
	color: #fff;
	box-shadow: 0 10px 25px rgba(13,115,119,.23);
}
.button--primary:hover { box-shadow: 0 14px 30px rgba(13,115,119,.32); }
.button--ghost { border-color: var(--line); background: #fff; color: var(--ink); }
.button--full { width: 100%; }
.button:disabled { cursor: wait; opacity: .68; transform: none; }

.hero {
	position: relative;
	overflow: hidden;
	padding: 100px 0 92px;
	background:
		radial-gradient(800px 500px at 88% 10%, rgba(13,115,119,.14), transparent 60%),
		linear-gradient(145deg, #f7fbfb 0%, #fff 55%, #f4f7f8 100%);
}
.hero::before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(13,115,119,.1);
	border-radius: 50%;
	top: -220px;
	left: -120px;
}
.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 72px;
}
.eyebrow {
	margin: 0 0 14px;
	color: var(--accent);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .02em;
}
.eyebrow span {
	display: inline-block;
	width: 22px;
	height: 3px;
	margin-inline-end: 8px;
	border-radius: 10px;
	background: var(--accent);
	vertical-align: middle;
}
.hero h1 {
	max-width: 670px;
	margin: 0;
	font-size: clamp(42px, 5vw, 65px);
	line-height: 1.12;
	letter-spacing: -.045em;
	font-weight: 800;
}
.hero h1 strong { color: var(--accent); }
.hero-lead {
	max-width: 620px;
	margin: 25px 0 0;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.text-link { color: var(--accent); font-weight: 700; text-decoration: none; }
.text-link i { margin-inline-start: 7px; }
.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
	color: #42515f;
	font-size: 14px;
	font-weight: 600;
}
.hero-points i { color: var(--accent); margin-inline-end: 7px; }

.dashboard-visual { position: relative; direction: ltr; }
.visual-window {
	border: 1px solid rgba(206,219,224,.9);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 30px 75px rgba(28,60,70,.18);
	transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
}
.visual-topbar {
	height: 50px;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e8eef0;
}
.visual-logo { display: flex; align-items: center; gap: 7px; font: 700 13px 'Outfit'; }
.visual-logo img { width: 24px; height: 24px; border-radius: 7px; }
.visual-user { color: #8ca0ab; }
.visual-body { display: flex; min-height: 340px; background: #f6f8f9; }
.visual-sidebar {
	width: 58px;
	padding: 25px 15px;
	display: grid;
	align-content: start;
	gap: 18px;
	background: var(--navy);
}
.visual-sidebar span { width: 25px; height: 6px; border-radius: 5px; background: #475b68; }
.visual-sidebar .is-active { background: #52c9ca; }
.visual-content { flex: 1; padding: 24px; }
.visual-heading { display: flex; justify-content: space-between; margin-bottom: 22px; }
.visual-heading span:first-child { width: 105px; height: 10px; background: #cbd7dc; border-radius: 5px; }
.visual-heading span:last-child { width: 68px; height: 25px; background: var(--accent-light); border-radius: 7px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.metric {
	padding: 13px;
	display: grid;
	gap: 3px;
	background: #fff;
	border: 1px solid #e2e9ec;
	border-radius: 10px;
}
.metric small { font-size: 8px; color: #778a95; }
.metric strong { font-size: 21px; line-height: 1.2; color: #23323e; }
.metric span { font-size: 7px; color: var(--accent); }
.chart-card {
	height: 135px;
	margin-top: 13px;
	padding: 20px 22px 12px;
	background: #fff;
	border: 1px solid #e2e9ec;
	border-radius: 10px;
}
.chart-bars { height: 100%; display: flex; align-items: end; gap: 12px; border-bottom: 1px solid #e6ecef; }
.chart-bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#3bb5b8, #0d7377); opacity: .85; }
.table-lines { margin-top: 13px; padding: 10px 14px; display: grid; gap: 9px; background: #fff; border: 1px solid #e2e9ec; border-radius: 10px; }
.table-lines span { height: 5px; border-radius: 4px; background: linear-gradient(90deg,#d7e1e5 58%,#eef2f4 58%); }
.floating-note {
	position: absolute;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(217,229,232,.95);
	border-radius: 12px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 12px 28px rgba(25,58,68,.13);
	direction: rtl;
}
.floating-note i {
	width: 34px; height: 34px; display: grid; place-items: center;
	border-radius: 9px; background: var(--accent-light); color: var(--accent);
}
.floating-note span { display: grid; color: var(--muted); font-size: 10px; line-height: 1.4; }
.floating-note strong { color: var(--ink); font-size: 12px; }
.floating-note--top { top: -27px; right: -24px; }
.floating-note--bottom { bottom: -29px; left: -25px; }

.trust-strip { padding: 28px 0; border-block: 1px solid #e7edef; background: #fff; }
.trust-strip .container { display: flex; align-items: center; gap: 45px; }
.trust-strip p { flex: 0 0 auto; margin: 0; color: #8a99a4; font-size: 13px; font-weight: 600; }
.trust-items { flex: 1; display: flex; justify-content: space-between; gap: 20px; color: #52636f; }
.trust-items span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.trust-items i { color: #91a4ad; }

.section { padding: 105px 0; }
.section--tint { background: var(--soft); }
.section-heading { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .contact-copy h2 {
	margin: 0;
	font-size: clamp(31px, 4vw, 45px);
	line-height: 1.25;
	letter-spacing: -.03em;
}
.section-heading > p:last-child { margin: 15px auto 0; color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card {
	padding: 31px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 10px 35px rgba(23,55,65,.05);
}
.feature-icon {
	width: 52px; height: 52px; display: grid; place-items: center;
	border-radius: 14px; color: var(--accent); background: var(--accent-light); font-size: 21px;
}
.feature-card h3 { margin: 22px 0 8px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); }

.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.section-heading--side { margin: 0; text-align: right; }
.section-heading--side > p:last-of-type { margin-bottom: 28px; }
.capability-list { display: grid; gap: 14px; }
.capability-list article {
	padding: 19px 22px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	border: 1px solid #dde8e9;
	border-radius: 15px;
	background: rgba(255,255,255,.8);
}
.capability-list article > span {
	flex: 0 0 auto;
	font: 700 14px 'Outfit';
	color: var(--accent);
}
.capability-list h3 { margin: 0; font-size: 18px; }
.capability-list p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.process-grid {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
	list-style: none;
	counter-reset: process;
}
.process-grid li { position: relative; padding: 26px 28px; border-top: 2px solid var(--accent); background: #f9fbfb; }
.process-grid li > span {
	width: 37px; height: 37px; display: grid; place-items: center;
	border-radius: 50%; color: #fff; background: var(--accent); font: 700 15px 'Outfit';
}
.process-grid h3 { margin: 18px 0 7px; font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); }

.contact-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	color: #fff;
	background: linear-gradient(135deg, #122c38 0%, #0b5e62 100%);
}
.contact-section::after {
	content: "";
	position: absolute;
	width: 550px;
	height: 550px;
	left: -200px;
	bottom: -300px;
	border: 80px solid rgba(255,255,255,.035);
	border-radius: 50%;
}
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.eyebrow--light { color: #8edbdc; }
.contact-copy > p:not(.eyebrow) { color: #c3d7dc; font-size: 18px; }
.contact-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #d9e7e9; }
.contact-copy li i { color: #75d0d1; margin-inline-end: 9px; }
.contact-card { padding: 34px; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.form-heading h3 { margin: 0; font-size: 25px; }
.form-heading p { margin: 2px 0 23px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field > span { font-size: 13px; font-weight: 700; }
.field input, .field textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #d9e3e7;
	border-radius: 9px;
	outline: none;
	color: var(--ink);
	background: #fbfcfc;
	transition: border .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 105px; }
.field input:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(13,115,119,.1); background: #fff; }
.consent { margin: 0 0 18px; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; cursor: pointer; }
.consent input { margin-top: 5px; accent-color: var(--accent); }
.honeypot { position: absolute !important; inset-inline-start: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 25px; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.form-status.is-error { color: #b42318; }
.form-status.is-success { color: #08745a; }
.form-status.is-loading { color: var(--accent); }

.site-footer { padding: 36px 0; background: #0e1821; color: #9eb0bb; }
.footer-wrap { display: flex; align-items: center; gap: 28px; }
.brand--footer .brand-text { color: #fff; }
.brand--footer .brand-mark { width: 33px; height: 33px; }
.footer-wrap > p { margin: 0; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 22px; margin-inline-start: auto; justify-content: flex-end; }
.footer-links a { color: #bdcbd2; }
.copyright { padding-inline-start: 20px; border-inline-start: 1px solid #31404a; }

@media (max-width: 980px) {
	.main-nav { display: none; }
	.login-link { margin-inline-start: auto; }
	.hero { padding-top: 70px; }
	.hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
	.hero-copy { text-align: center; }
	.hero-lead, .hero h1 { margin-inline: auto; }
	.hero-actions, .hero-points { justify-content: center; }
	.dashboard-visual { max-width: 650px; margin-inline: auto; }
	.trust-strip .container { display: block; text-align: center; }
	.trust-strip p { margin-bottom: 16px; }
	.trust-items { flex-wrap: wrap; justify-content: center; }
	.section-heading--side { text-align: center; margin-inline: auto; }
	.contact-copy { text-align: center; }
	.contact-copy ul { display: inline-grid; text-align: right; }
	.footer-wrap { flex-wrap: wrap; justify-content: center; text-align: center; }
	.footer-links { margin: 0; }
}

@media (max-width: 720px) {
	.container { width: min(100% - 28px, 1180px); }
	.site-header .button { min-height: 40px; padding: 7px 12px; font-size: 13px; }
	.nav-wrap { min-height: 66px; gap: 12px; }
	.brand-mark { width: 34px; height: 34px; }
	.brand-text { font-size: 20px; }
	.hero { padding: 58px 0 70px; }
	.hero h1 { font-size: 39px; }
	.hero-lead { font-size: 17px; }
	.hero-actions { flex-direction: column; gap: 16px; }
	.hero-points { display: grid; justify-content: start; margin-inline: auto; width: fit-content; text-align: right; }
	.floating-note { display: none; }
	.visual-content { padding: 15px; }
	.visual-body { min-height: 275px; }
	.visual-sidebar { width: 43px; padding-inline: 10px; }
	.metric { padding: 9px; }
	.metric strong { font-size: 17px; }
	.chart-card { height: 105px; }
	.section { padding: 75px 0; }
	.benefit-grid, .process-grid { grid-template-columns: 1fr; }
	.feature-card { padding: 25px; }
	.contact-section { padding: 75px 0; }
	.contact-card { padding: 25px 20px; }
	.field-grid { grid-template-columns: 1fr; gap: 0; }
	.footer-wrap { flex-direction: column; gap: 16px; }
	.copyright { padding: 0; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.button { transition: none; }
}
