* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	color: #0f172a;
	background: #f8fbff;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
}

button,input,textarea {
	font: inherit;
}

:root {
	--bg: #f8fbff;
	--white: #fff;
	--text: #0f172a;
	--muted: #5f6b7a;
	--line: #dbe5f0;
	--blue: #2563eb;
	--blue-dark: #0f172a;
	--blue-soft: #eef4ff;
	--shadow: 0 20px 60px rgba(15,23,42,.07);
	--shadow-soft: 0 10px 30px rgba(15,23,42,.05);
}

.topbar {
	padding: 10px 16px;
	background: #020617;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.container {
	width: min(1180px,calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.86);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255,255,255,.7);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 84px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	border-radius: 14px;
}

.brand span {
	display: flex;
	flex-direction: column;
}

.brand strong {
	font-size: 18px;
	line-height: 1.1;
}

.brand em {
	font-size: 12px;
	color: #64748b;
	font-style: normal;
}

.desktop-nav,.header-actions {
	display: none;
}

.desktop-nav a,.phone-link {
	font-size: 14px;
	color: var(--muted);
	transition: .2s;
}

.desktop-nav a:hover,.phone-link:hover,.footer-links a:hover {
	color: var(--text);
}

.menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: #fff;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: #0f172a;
	margin: 0 auto;
	border-radius: 2px;
}

.mobile-menu {
	border-top: 1px solid rgba(219,229,240,.7);
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(12px);
}

.mobile-menu-inner {
	display: grid;
	gap: 10px;
	padding: 16px 0 20px;
}

.mobile-menu a {
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 600;
	transition: transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.btn:hover {
	transform: translateY(-1px);
}

.btn-dark {
	background: #0f172a;
	color: #fff;
	box-shadow: 0 14px 30px rgba(15,23,42,.16);
}

.btn-dark:hover {
	background: #1e293b;
}

.btn-light {
	background: #fff;
	border: 1px solid var(--line);
	color: var(--text);
}

.btn-light:hover {
	background: #f8fafc;
}

.btn-full {
	width: 100%;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 26px 0 14px;
}

.bg-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(120px);
	pointer-events: none;
}

.orb-1 {
	left: -10%;
	top: -10%;
	width: 500px;
	height: 500px;
	background: rgba(96,165,250,.25);
}

.orb-2 {
	right: -8%;
	top: 16%;
	width: 500px;
	height: 500px;
	background: rgba(129,140,248,.22);
}

.orb-3 {
	left: 18%;
	bottom: -10%;
	width: 420px;
	height: 420px;
	background: rgba(125,211,252,.22);
}

.noise {
	position: absolute;
	inset: 0;
	opacity: .035;
	background-image: radial-gradient(circle at 1px 1px, rgba(15,23,42,.55) 1px, transparent 0);
	background-size: 24px 24px;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.hero-grid,.two-col,.cta-wrap {
	display: grid;
	gap: 32px;
}

.eyebrow,.dark-eyebrow,.mini-badge,.dark-badge,.form-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-weight: 600;
}

.eyebrow {
	padding: 8px 14px;
	background: var(--blue-soft);
	border: 1px solid #cfe0ff;
	color: #1d4ed8;
	font-size: 14px;
}

.dark-eyebrow {
	padding: 8px 14px;
	background: rgba(255,255,255,.1);
	color: #dbeafe;
	font-size: 14px;
}

.hero h1 {
	margin: 18px 0 0;
	font-size: clamp(38px,6vw,72px);
	line-height: 1.02;
	letter-spacing: -.04em;
	max-width: 900px;
}

.hero-lead {
	margin: 24px 0 0;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.8;
	color: var(--muted);
}

.hero-points,.hero-meta,.stats-grid,.grid {
	display: grid;
	gap: 16px;
}

.hero-points {
	margin-top: 30px;
}

.point-card,.fit-item,.mini-card,.doc-item {
	padding: 16px 18px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: rgba(255,255,255,.78);
	box-shadow: var(--shadow-soft);
	color: #334155;
}

.hero-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
}

.hero-meta {
	margin-top: 20px;
}

.hero-meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--shadow-soft);
	font-size: 14px;
	color: #64748b;
}

.glass-card {
	border-radius: 34px;
	border: 1px solid rgba(255,255,255,.68);
	background: rgba(255,255,255,.72);
	backdrop-filter: blur(18px);
	box-shadow: var(--shadow);
}

.illustration-card {
	padding: 24px;
}

.illustration-shell {
	border-radius: 28px;
	background: linear-gradient(135deg,#eef5ff 0%,#fff 45%,#eef2ff 100%);
	padding: 16px;
	box-shadow: var(--shadow-soft);
}

.hero-illustration {
	width: 100%;
	height: auto;
}

.stats-grid {
	grid-template-columns: repeat(2,minmax(0,1fr));
	margin-top: 18px;
}

.stat-card {
	padding: 18px;
	border-radius: 22px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.stat-card strong {
	display: block;
	font-size: 26px;
}

.stat-card span {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.4;
}

.trust-box {
	margin-top: 18px;
	padding: 22px;
	border-radius: 28px;
	background: linear-gradient(135deg,#2563eb 0%,#4f46e5 100%);
	color: #fff;
	box-shadow: 0 18px 44px rgba(37,99,235,.28);
}

.trust-caption {
	font-size: 14px;
	font-weight: 700;
	color: #dbeafe;
}

.trust-box p {
	margin: 8px 0 0;
	line-height: 1.75;
}

.fit-section {
	padding: 10px 0 0;
}

.fit-box {
	padding: 28px;
	border-radius: 34px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow);
}

.fit-box h2 {
	margin: 0 0 22px;
	font-size: 32px;
	text-align: center;
}

.fit-grid {
	display: grid;
	gap: 16px;
}

.section {
	padding: 84px 0;
}

.soft-bg {
	background: rgba(255,255,255,.64);
}

.section-title h2 {
	margin: 0;
	font-size: clamp(32px,5vw,56px);
	line-height: 1.08;
	letter-spacing: -.03em;
}

.section-title p {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: var(--muted);
	max-width: 840px;
}

.section-title.center {
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}

.grid {
	margin-top: 40px;
}

.grid-2 {
	grid-template-columns: 1fr;
}

.grid-3 {
	grid-template-columns: 1fr;
}

.grid-4 {
	grid-template-columns: 1fr;
}

.soft-card {
	border-radius: 32px;
	border: 1px solid rgba(226,232,240,.85);
	background: #fff;
	box-shadow: var(--shadow);
	transition: transform .3s ease,box-shadow .3s ease;
}

.soft-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 80px rgba(15,23,42,.10);
}

.pain-card,.benefit-card,.process-card,.simple-card,.case-card,.review-card {
	padding: 26px;
}

.num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #fff1f2;
	color: #be123c;
	font-weight: 700;
	margin-bottom: 16px;
}

.icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: #eff6ff;
	font-size: 24px;
}

.soft-card h3,.format-card h3,.dark-card h3,.form-card h3,.cta-copy h2 {
	margin: 18px 0 0;
	font-size: 24px;
	line-height: 1.3;
}

.soft-card p,.format-card p,.dark-card p,.form-card p,.site-footer p,.faq-answer,.inner-light-card p,.cta-copy p {
	margin: 12px 0 0;
	color: var(--muted);
	line-height: 1.8;
}

.step {
	color: #2563eb;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .2em;
}

.highlight-box {
	padding: 36px;
	border-radius: 40px;
	border: 1px solid var(--line);
	background: linear-gradient(135deg,#fff 0%,#edf4ff 100%);
	box-shadow: var(--shadow);
}

.format-card {
	padding: 26px;
	border-radius: 32px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow-soft);
	transition: transform .3s ease, box-shadow .3s ease;
}

.format-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(15,23,42,.09);
}

.mini-badge {
	padding: 6px 12px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
}

.doc-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.doc-item::before {
	content: "✓";
	color: #1d4ed8;
	font-weight: 700;
}

.dark-card {
	border-radius: 36px;
	background: #020617;
	color: #fff;
	box-shadow: 0 25px 80px rgba(15,23,42,.18);
	padding: 28px;
}

.dark-card h3 {
	font-size: 38px;
	margin-top: 16px;
}

.dark-badge {
	padding: 6px 12px;
	background: rgba(255,255,255,.1);
	color: #dbeafe;
	font-size: 12px;
}

.dark-list {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.dark-list div {
	padding: 16px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.05);
	line-height: 1.6;
}

.inner-light-card {
	margin-top: 24px;
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	color: #0f172a;
}

.case-card strong {
	display: block;
	margin-top: 12px;
	color: #2563eb;
	line-height: 1.7;
}

.review-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.review-head span {
	display: block;
	font-size: 12px;
	color: #64748b;
	margin-top: 3px;
}

.avatar {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: linear-gradient(135deg,#2563eb,#4f46e5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	box-shadow: var(--shadow-soft);
}

.stars {
	margin-top: 18px;
	color: #2563eb;
}

.cta-wrap {
	padding: 34px;
	border-radius: 40px;
	background: #020617;
	color: #fff;
	box-shadow: 0 25px 80px rgba(15,23,42,.18);
	overflow: hidden;
	position: relative;
}

.cta-wrap::before,.cta-wrap::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(80px);
	pointer-events: none;
}

.cta-wrap::before {
	width: 280px;
	height: 280px;
	left: -60px;
	top: -40px;
	background: rgba(96,165,250,.20);
}

.cta-wrap::after {
	width: 260px;
	height: 260px;
	right: -50px;
	bottom: -40px;
	background: rgba(99,102,241,.18);
}

.cta-copy h2 {
	font-size: clamp(34px,5vw,56px);
	line-height: 1.08;
	letter-spacing: -.03em;
}

.cta-copy p {
	color: #cbd5e1;
	font-size: 18px;
}

.mini-grid {
	margin-top: 28px;
}

.mini-card {
	background: rgba(255,255,255,.05);
	color: #f8fafc;
	border-color: rgba(255,255,255,.1);
	box-shadow: none;
}

.form-card {
	padding: 28px;
	border-radius: 32px;
	background: #fff;
	color: #0f172a;
	box-shadow: 0 24px 60px rgba(15,23,42,.18);
}

.form-badge {
	font-size: 14px;
	color: #2563eb;
}

.form-card h3 {
	margin-top: 8px;
	font-size: 34px;
}

.field-wrap {
	display: block;
}

.form-card form {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.form-card input,.form-card textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 18px;
	padding: 14px 16px;
	background: #fff;
	color: #0f172a;
	outline: none;
	transition: border-color .2s ease,box-shadow .2s ease;
}

.form-card textarea {
	min-height: 120px;
	resize: vertical;
}

.form-card input:focus,.form-card textarea:focus {
	border-color: #93c5fd;
	box-shadow: 0 0 0 4px rgba(147,197,253,.22);
}

.error-text {
	min-height: 18px;
	margin-top: 6px;
	font-size: 13px;
	color: #dc2626;
}

.form-state {
	margin-top: 16px;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 14px;
	line-height: 1.7;
}

.form-state.success {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #bbf7d0;
}

.form-state.error {
	background: #fef2f2;
	color: #be123c;
	border: 1px solid #fecaca;
}

.form-note {
	margin-top: 14px;
	font-size: 12px;
	color: #64748b;
	line-height: 1.7;
}

.faq-container {
	max-width: 980px;
}

.faq-list {
	display: grid;
	gap: 14px;
	margin-top: 40px;
}

.faq-item {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	border: none;
	background: transparent;
	color: #0f172a;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.faq-icon {
	color: #64748b;
	transition: transform .2s ease;
}

.faq-item.open .faq-icon {
	transform: rotate(180deg);
}

.faq-answer {
	padding: 0 24px 24px;
}

.site-footer {
	border-top: 1px solid rgba(255,255,255,.7);
	background: rgba(255,255,255,.88);
	backdrop-filter: blur(10px);
	padding-bottom: 96px;
}

.footer-inner {
	display: grid;
	gap: 28px;
	padding: 40px 0;
}

.footer-brand {
	margin-bottom: 12px;
}

.footer-links {
	display: grid;
	gap: 10px;
	color: #64748b;
}

.footer-bottom {
	border-top: 1px solid var(--line);
	padding: 16px;
	text-align: center;
	font-size: 12px;
	color: #64748b;
}

.mobile-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 12px 16px;
	border-top: 1px solid var(--line);
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 -10px 30px rgba(15,23,42,.08);
}

.mobile-sticky-note {
	text-align: center;
	font-size: 11px;
	color: #64748b;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.topbar {
		font-size: 14px;
	}

	.desktop-nav,.header-actions {
		display: flex;
		align-items: center;
		gap: 24px;
	}

	.menu-toggle,.mobile-menu,.mobile-sticky {
		display: none;
	}

	.hero-actions {
		flex-direction: row;
	}

	.hero-meta {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.fit-grid,.grid-2 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.grid-3 {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.grid-4 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.footer-inner {
		grid-template-columns: 1fr auto;
	}

	.site-footer {
		padding-bottom: 0;
	}
}

@media (min-width: 1080px) {
	.hero-grid,.two-col,.cta-wrap {
		grid-template-columns: 1.05fr .95fr;
		align-items: center;
	}

	.grid-4 {
		grid-template-columns: repeat(4,minmax(0,1fr));
	}
}