:root {
	--accent: #ffbd59;
	--accent-deep: #f0a221;
	--black: #111111;
	--ink: #2b2b2b;
	--muted: #6f6f6f;
	--gray-100: #f7f7f7;
	--gray-200: #e6e6e6;
	--white: #ffffff;
	--radius: 16px;
	--font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}

section[id] {
	scroll-margin-top: 72px;
}

::selection {
	background: var(--accent);
	color: var(--black);
}

:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 3px;
	border-radius: 6px;
}

.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	padding: 96px 0;
}

.section-head {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	color: var(--black);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.eyebrow .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
}

.section-title {
	font-size: clamp(30px, 4.4vw, 42px);
	line-height: 1.12;
	letter-spacing: -0.025em;
	font-weight: 800;
	color: var(--black);
	margin: 0 0 18px;
}

.section-title .accent {
	color: var(--accent-deep);
}

.section-sub {
	font-size: 18px;
	line-height: 1.65;
	color: var(--muted);
	max-width: 620px;
	margin: 0 auto;
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid transparent;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease,
		border-color 0.18s ease;
}

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

.btn:active {
	transform: translateY(0);
}

.btn-primary {
	background: var(--accent);
	color: var(--black);
}

.btn-primary:hover {
	background: var(--accent-deep);
}

.btn-ghost-dark {
	background: transparent;
	color: var(--black);
	border-color: var(--gray-200);
}

.btn-ghost-dark:hover {
	border-color: var(--black);
}

.btn-lg {
	padding: 18px 32px;
	font-size: 17px;
}

.btn-sm {
	padding: 11px 20px;
	font-size: 15px;
}

/* Header */
.nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--white);
	border-bottom: 1px solid var(--gray-200);
	padding: 16px 0;
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.brand img {
	width: 132px;
	height: auto;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 34px;
}

.nav-links a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	color: var(--black);
	opacity: 0.8;
	transition: opacity 0.15s ease;
}

.nav-links a:hover {
	opacity: 1;
	color: var(--accent-deep);
}

/* Hero */
.hero {
	padding-top: 96px;
	background: var(--white);
}

.hero-center {
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	color: var(--black);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 28px;
	transition: border-color 0.2s ease;
}

.hero-badge:hover {
	border-color: var(--accent-deep);
}

.badge-arrow {
	color: var(--accent-deep);
	font-weight: 800;
}

.hero-center h1 {
	font-size: clamp(42px, 6vw, 66px);
	line-height: 1.04;
	letter-spacing: -0.035em;
	font-weight: 800;
	color: var(--black);
	margin: 0 auto 26px;
}

.hero-center h1 .pill {
	display: inline-block;
	padding: 0.02em 0.28em 0.06em;
	border-radius: 999px;
	background: var(--accent);
	color: var(--black);
	white-space: nowrap;
	transform: rotate(-1.5deg);
}

.sub {
	font-size: 19px;
	line-height: 1.6;
	font-weight: 600;
	color: #464646;
	max-width: 640px;
	margin: 0 auto 40px;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.arrow-ic {
	opacity: 0;
	transform: translateX(-8px);
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.btn:hover .arrow-ic {
	opacity: 1;
	transform: translateX(0);
}

/* Hero product window */
.hero-art {
	margin-top: 88px;
	padding: 72px 24px 96px;
	background:
		radial-gradient(50% 70% at 50% 0%, rgba(255, 189, 89, 0.18), transparent 70%),
		var(--gray-100);
	border-top: 1px solid var(--gray-200);
}

.art-inner {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}

.window {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	box-shadow: 0 48px 96px -40px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.window-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--gray-200);
	background: var(--gray-100);
}

.w-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--gray-200);
	border: 1px solid var(--gray-200);
}

.w-url {
	margin: 0 auto;
	font-family: ui-monospace, 'Cascadia Code', Menlo, Consolas, monospace;
	font-size: 12px;
	color: var(--muted);
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: 999px;
	padding: 4px 16px;
}

.window-body {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
}

.w-book {
	padding: 20px;
}

.w-co {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.w-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
	flex-shrink: 0;
}

.w-name {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--black);
	line-height: 1.2;
}

.w-hint {
	margin: 2px 0 0;
	font-size: 12px;
	color: var(--muted);
}

.w-service {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 11px 13px;
	border-radius: 12px;
	border: 1.5px solid var(--gray-200);
	background: var(--white);
	margin-bottom: 8px;
}

.w-service.sel {
	border-color: var(--accent);
	background: var(--gray-100);
}

.s1 {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--black);
	line-height: 1.25;
}

.s2 {
	display: block;
	font-size: 11.5px;
	color: var(--muted);
	margin-top: 1px;
}

.price {
	font-size: 14px;
	font-weight: 800;
	color: var(--black);
	white-space: nowrap;
}

.w-book-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 14px;
	border-radius: 12px;
	background: var(--accent);
	color: var(--black);
	font-size: 14px;
	font-weight: 800;
}

.w-appointments {
	padding: 20px;
	border-left: 1px solid var(--gray-200);
	background: var(--gray-100);
}

.ap-title {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--black);
}

.ap-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	background: var(--white);
	border: 1px solid var(--gray-200);
	margin-bottom: 8px;
}

.ap-item strong {
	display: block;
	font-size: 13px;
	color: var(--black);
	line-height: 1.25;
}

.ap-item > div span {
	font-size: 11.5px;
	color: var(--muted);
}

.ap-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
	flex-shrink: 0;
}

.ap-dot-amber {
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(255, 189, 89, 0.25);
}

.ap-status {
	margin-left: auto;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	color: var(--black);
	white-space: nowrap;
}

.ap-pending {
	color: var(--accent-deep);
	border-color: var(--accent);
	background: var(--white);
}

.float-card {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px 12px 12px;
	border-radius: 14px;
	background: var(--white);
	border: 1px solid var(--gray-200);
	box-shadow: 0 20px 44px -20px rgba(0, 0, 0, 0.35);
	animation: floaty 6s ease-in-out infinite;
	white-space: nowrap;
}

.float-card strong {
	display: block;
	font-size: 13px;
	color: var(--black);
	line-height: 1.2;
}

.float-card div span {
	font-size: 11px;
	color: var(--muted);
}

.fc-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
	color: var(--black);
	flex-shrink: 0;
}

.fc-amber {
	background: var(--accent);
	border-color: var(--accent);
}

.fc-1 {
	top: 6%;
	left: -32px;
}

.fc-2 {
	bottom: 12%;
	right: -28px;
	animation-delay: 1s;
}

@keyframes floaty {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* Problem */
.problem {
	background: var(--gray-100);
}

.cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.pain-card {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 36px 32px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pain-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px -32px rgba(0, 0, 0, 0.25);
}

.pain-card h3 {
	font-size: 22px;
	font-weight: 800;
	color: var(--black);
	margin: 0 0 10px;
	letter-spacing: -0.01em;
}

.pain-card p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--muted);
	margin: 0 0 24px;
}

.tally {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	font-size: 13px;
	font-weight: 700;
	color: var(--black);
}

.fix-line {
	margin: 44px 0 0;
	text-align: center;
	font-size: 18px;
	color: var(--muted);
}

.fix-line strong {
	color: var(--black);
	font-weight: 800;
}

/* How it works */
.how {
	background: var(--white);
}

.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.step-card {
	position: relative;
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 36px 30px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px -32px rgba(0, 0, 0, 0.25);
}

.step-num {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 800;
	color: var(--accent-deep);
	letter-spacing: 0.06em;
}

.step-card h3 {
	font-size: 19px;
	font-weight: 800;
	color: var(--black);
	letter-spacing: -0.01em;
	margin: 0 0 12px;
	line-height: 1.3;
}

.step-card p {
	font-size: 15px;
	line-height: 1.65;
	color: var(--muted);
	margin: 0;
}

.kurl {
	display: inline-block;
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	color: var(--black);
	font-family: ui-monospace, 'Cascadia Code', Menlo, Consolas, monospace;
	font-size: 12.5px;
	padding: 3px 8px;
	border-radius: 8px;
	word-break: break-all;
}

.how-cta {
	margin: 56px 0 0;
	text-align: center;
}

/* Footer */
.footer {
	background: var(--black);
	color: rgba(255, 255, 255, 0.7);
	padding: 64px 0 32px;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.footer-brand p {
	max-width: 320px;
	font-size: 15px;
	line-height: 1.6;
	margin: 16px 0 0;
}

.logo-light {
	filter: brightness(0) invert(1);
	height: 40px;
	width: auto;
}

.footer-links {
	display: flex;
	gap: 32px;
}

.footer-links a {
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.15s ease;
}

.footer-links a:hover {
	color: var(--accent);
}

.footer-bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
	margin: 0;
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.45);
}

/* Blog index */
.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.post-card {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 32px 28px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px -32px rgba(0, 0, 0, 0.25);
	border-color: var(--accent);
}

.post-tag {
	align-self: flex-start;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--accent-deep);
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	padding: 5px 12px;
	border-radius: 999px;
}

.post-card .post-tag {
	margin-bottom: 18px;
}

.post-card h2 {
	font-size: 21px;
	line-height: 1.3;
	font-weight: 800;
	color: var(--black);
	letter-spacing: -0.01em;
	margin: 0 0 12px;
}

.post-card p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--muted);
	margin: 0 0 20px;
}

.post-meta {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
}

.post-arrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--black);
	margin-top: 18px;
}

.post-arrow:hover {
	color: var(--accent-deep);
}

.blog-cta {
	margin-top: 64px;
	text-align: center;
	background: var(--black);
	border-radius: var(--radius);
	padding: 48px 32px;
	color: var(--white);
}

.blog-cta h2 {
	margin: 0 0 24px;
	font-size: clamp(24px, 3.4vw, 32px);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--white);
}

.blog-cta em {
	color: var(--accent);
	font-style: normal;
}

/* Blog post */
.post-article {
	background: var(--white);
}

.post-head {
	max-width: 800px;
	margin: 0 auto;
	padding: 72px 24px 40px;
}

.back-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--accent-deep);
	text-decoration: none;
	margin-bottom: 24px;
}

.back-link:hover {
	text-decoration: underline;
}

.post-head .post-tag {
	margin-bottom: 20px;
}

.post-head h1 {
	font-size: clamp(34px, 5vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	font-weight: 800;
	color: var(--black);
	margin: 0 0 18px;
}

.post-deck {
	font-size: 19px;
	line-height: 1.6;
	color: var(--muted);
	max-width: 660px;
	margin: 0 0 22px;
}

.post-body {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 24px 96px;
	font-size: 17px;
	line-height: 1.8;
	color: var(--ink);
}

.post-body > :first-child {
	margin-top: 0;
}

.post-body h2 {
	font-size: 28px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	font-weight: 800;
	color: var(--black);
	margin: 48px 0 16px;
}

.post-body h3 {
	font-size: 21px;
	font-weight: 800;
	color: var(--black);
	margin: 36px 0 12px;
}

.post-body p {
	margin: 0 0 22px;
}

.post-body ul,
.post-body ol {
	margin: 0 0 22px;
	padding-left: 24px;
}

.post-body li {
	margin-bottom: 8px;
}

.post-body li::marker {
	color: var(--accent-deep);
}

.post-body strong {
	color: var(--black);
}

.post-body a {
	color: var(--accent-deep);
	font-weight: 700;
}

.post-body blockquote {
	margin: 32px 0;
	padding: 22px 26px;
	border-left: 4px solid var(--accent);
	border-radius: 0 12px 12px 0;
	background: var(--gray-100);
	font-size: 18px;
	line-height: 1.65;
	color: var(--black);
	font-weight: 600;
}

.post-body blockquote p {
	margin: 0;
}

.post-body code {
	background: var(--gray-100);
	border: 1px solid var(--gray-200);
	border-radius: 6px;
	padding: 2px 6px;
	font-size: 0.9em;
}

.post-body hr {
	border: none;
	border-top: 1px solid var(--gray-200);
	margin: 40px 0;
}

@media (max-width: 960px) {
	.hero {
		padding: 72px 0 0;
	}
	.fc-1 {
		left: 8px;
	}
	.fc-2 {
		right: 8px;
	}
	.post-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 760px) {
	.window-body {
		grid-template-columns: 1fr;
	}
	.w-appointments {
		display: none;
	}
	.float-card {
		display: none;
	}
	.hero-art {
		padding: 48px 16px 64px;
	}
}

@media (max-width: 900px) {
	.steps {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 860px) {
	.nav-links {
		display: none;
	}
}

@media (max-width: 760px) {
	.cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.section {
		padding: 64px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
