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

			button:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.nav-logo-data {
				font-weight: 800;
			}
			.nav-links a.active {
				color: var(--ink);
			}
			.nav-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.btn-coming-soon {
				font-size: 13px;
				font-weight: 600;
				color: var(--mid);
				padding: 8px 18px;
				border: 1.5px solid var(--light);
				border-radius: 100px;
				cursor: default;
				opacity: 0.7;
				display: flex;
				align-items: center;
				gap: 7px;
				white-space: nowrap;
			}
			.btn-coming-soon-dot {
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: var(--teal);
				opacity: 0.5;
				flex-shrink: 0;
			}
			.btn-nav-solid:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 2px;
			}
			.btn-nav-signin:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 4px;
			}
			.btn-nav-outline:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
			}

			/* BREADCRUMB */
			.breadcrumb-wrap {
				padding-top: 96px;
			}
			.breadcrumb {
				max-width: 1100px;
				margin: 0 auto;
				padding: 0 48px;
				display: flex;
				align-items: center;
				gap: 8px;
				font-family: var(--mono);
				font-size: 11px;
				letter-spacing: 0.08em;
				color: var(--mid);
			}
			/* breadcrumb a, breadcrumb a:hover, breadcrumb a:focus-visible, breadcrumb-sep, breadcrumb span:last-child — provided by components.css */

			/* HERO */
			.hero {
				padding: 32px 0 80px;
				border-bottom: 1px solid var(--light);
			}
			.hero-inner {
				max-width: 680px;
				margin: 0 auto;
				padding: 0 48px;
			}
			.hero-tag {
				display: inline-flex;
				align-items: center;
				gap: 8px;
				font-family: var(--mono);
				font-size: 11px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--teal);
				background: var(--teal-light);
				padding: 6px 14px;
				border-radius: 100px;
				margin-bottom: 32px;
				opacity: 0;
				animation: fadeUp 0.7s ease 0.1s forwards;
			}
			.hero-tag::before {
				content: '';
				width: 6px;
				height: 6px;
				background: var(--teal);
				border-radius: 50%;
				flex-shrink: 0;
			}
			.hero-h1 {
				font-size: clamp(36px, 4vw, 54px);
				font-weight: 800;
				line-height: 1.05;
				letter-spacing: -0.04em;
				color: var(--black);
				margin-bottom: 20px;
				opacity: 0;
				animation: fadeUp 0.8s ease 0.2s forwards;
			}
			/* hero-h1 em — provided by components.css */
			.hero-sub {
				font-size: 18px;
				line-height: 1.75;
				color: var(--mid);
				margin-bottom: 40px;
				opacity: 0;
				animation: fadeUp 0.8s ease 0.3s forwards;
			}
			.pain-list {
				display: flex;
				flex-direction: column;
			}
			.pain-list-label {
				font-size: clamp(22px, 2.5vw, 32px);
				font-weight: 800;
				letter-spacing: -0.03em;
				color: var(--black);
				margin-bottom: 16px;
				margin-top: 40px;
			}
			.pain-item {
				display: flex;
				align-items: flex-start;
				gap: 12px;
				font-size: 15px;
				line-height: 1.6;
				color: var(--ink);
				padding: 14px 0;
				border-bottom: 1px solid var(--light);
			}
			.pain-item:first-of-type {
				border-top: 1px solid var(--light);
			}
			.pain-dash {
				color: var(--teal);
				font-weight: 700;
				flex-shrink: 0;
				margin-top: 2px;
			}
			.pain-answer {
				font-size: 16px;
				line-height: 1.75;
				color: var(--mid);
				margin-top: 24px;
				padding-top: 4px;
			}
			.pain-answer strong {
				color: var(--ink);
			}

			/* WHAT A DEMO LOOKS LIKE */
			.expect {
				padding: 72px 0;
				background: var(--off-white);
				border-bottom: 1px solid var(--light);
			}
			.expect-inner {
				max-width: 680px;
				margin: 0 auto;
				padding: 0 48px;
				display: flex;
				flex-direction: column;
				gap: 16px;
			}
			.expect-heading {
				font-size: clamp(22px, 2.5vw, 30px);
				font-weight: 800;
				letter-spacing: -0.03em;
				color: var(--black);
				margin-bottom: 8px;
			}
			.expect-card {
				background: var(--white);
				border: 1px solid var(--light);
				border-radius: 14px;
				padding: 28px;
			}
			.expect-num {
				font-family: var(--mono);
				font-size: 11px;
				color: var(--teal);
				letter-spacing: 0.1em;
				margin-bottom: 14px;
			}
			.expect-title {
				font-size: 16px;
				font-weight: 700;
				color: var(--black);
				margin-bottom: 8px;
				letter-spacing: -0.01em;
			}
			.expect-body {
				font-size: 14px;
				color: var(--mid);
				line-height: 1.7;
			}

			/* FOUNDER */
			.founder {
				padding: 72px 0;
				border-bottom: 1px solid var(--light);
			}
			.founder-inner {
				max-width: 680px;
				margin: 0 auto;
				padding: 0 48px;
			}
			.founder-label {
				font-family: var(--mono);
				font-size: 11px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--teal);
				margin-bottom: 14px;
			}
			.founder-heading {
				font-size: clamp(20px, 2.2vw, 28px);
				font-weight: 800;
				letter-spacing: -0.025em;
				color: var(--black);
				line-height: 1.15;
				margin-bottom: 28px;
			}
			.founder-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 16px;
				padding: 36px;
				border-left: 3px solid var(--teal);
			}
			.founder-quote {
				font-size: 17px;
				line-height: 1.75;
				color: var(--ink);
				margin-bottom: 24px;
				font-style: italic;
			}
			.founder-attr {
				display: flex;
				align-items: center;
				gap: 12px;
			}
			.founder-avatar {
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background: var(--teal-light);
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: var(--mono);
				font-size: 11px;
				font-weight: 600;
				color: var(--teal);
				flex-shrink: 0;
			}
			.founder-name {
				font-size: 14px;
				font-weight: 700;
				color: var(--black);
			}
			.founder-role {
				font-size: 13px;
				color: var(--mid);
			}

			/* FORM */
			.form-wrap {
				padding: 80px 0 100px;
			}
			.form-wrap-inner {
				max-width: 680px;
				margin: 0 auto;
				padding: 0 48px;
			}
			.form-heading {
				font-size: clamp(26px, 3vw, 36px);
				font-weight: 800;
				letter-spacing: -0.03em;
				color: var(--black);
				margin-bottom: 10px;
			}
			.form-sub {
				font-size: 17px;
				color: var(--mid);
				line-height: 1.7;
				margin-bottom: 44px;
			}
			.form-group-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 18px;
				margin-top: 36px;
				padding-bottom: 10px;
				border-bottom: 1px solid var(--light);
			}
			.form-group-label:first-of-type {
				margin-top: 0;
			}
			.form-row {
				display: grid;
				grid-template-columns: 1fr 1fr;
				gap: 16px;
				margin-bottom: 16px;
			}
			.form-row.single {
				grid-template-columns: 1fr;
			}
			.form-row-spaced {
				margin-bottom: 16px;
			}
			.field {
				display: flex;
				flex-direction: column;
				gap: 6px;
			}
			label {
				font-size: 13px;
				font-weight: 600;
				color: var(--ink);
			}
			.req {
				color: var(--teal);
				margin-left: 1px;
			}
			input,
			select,
			textarea {
				font-family: var(--font);
				font-size: 15px;
				color: var(--ink);
				background: var(--white);
				border: 1.5px solid var(--light);
				border-radius: 8px;
				padding: 11px 14px;
				transition: border-color 0.18s;
				outline: none;
				width: 100%;
			}
			input::placeholder,
			textarea::placeholder {
				color: #bbb;
			}
			input:hover,
			select:hover,
			textarea:hover {
				border-color: #bbb;
			}
			input:focus,
			select:focus,
			textarea:focus {
				border-color: var(--teal);
				box-shadow: 0 0 0 3px rgba(8, 122, 107, 0.1);
			}
			input:focus-visible,
			select:focus-visible,
			textarea:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 0;
			}
			select {
				appearance: none;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b6b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
				background-repeat: no-repeat;
				background-position: right 14px center;
				padding-right: 36px;
				cursor: pointer;
			}
			textarea {
				resize: vertical;
				min-height: 90px;
				line-height: 1.6;
			}
			.btn-submit {
				width: 100%;
				padding: 16px 32px;
				background: var(--teal);
				color: var(--white);
				font-family: var(--font);
				font-size: 16px;
				font-weight: 700;
				border: none;
				border-radius: 100px;
				cursor: pointer;
				transition:
					background 0.18s,
					transform 0.12s;
				margin-top: 12px;
			}
			.btn-submit:hover {
				background: var(--teal-mid);
				transform: translateY(-1px);
			}
			.btn-submit:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 100px;
			}
			.form-note {
				font-size: 13px;
				color: var(--mid);
				text-align: center;
				margin-top: 14px;
				line-height: 1.65;
			}
			.form-note a {
				color: var(--teal);
				text-decoration: none;
			}
			.form-note a:hover {
				text-decoration: underline;
			}
			.trust-row {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 18px;
				margin-top: 32px;
				padding-top: 28px;
				border-top: 1px solid var(--light);
			}
			.trust-item {
				display: flex;
				align-items: center;
				gap: 7px;
				font-size: 13px;
				color: var(--mid);
			}
			.trust-dot {
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background: var(--teal);
				flex-shrink: 0;
			}
			.footer-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 2px;
			}
			/* REDUCED MOTION */
			@media (prefers-reduced-motion: reduce) {
				*::before,
				*::after {
					animation-duration: 0.01ms !important;
					animation-iteration-count: 1 !important;
					transition-duration: 0.01ms !important;
				}
				.hero-tag,
				.hero-h1,
				.hero-sub {
					opacity: 1;
					animation: none;
				}
			}
			@media (max-width: 1100px) {
				.hero {
					padding: 32px 0 56px;
				}
				.hero-inner,
				.breadcrumb,
				.expect-inner,
				.founder-inner,
				.form-wrap-inner {
					padding: 0 24px;
				}
				.form-wrap {
					padding: 56px 0 72px;
				}
				.form-row {
					grid-template-columns: 1fr;
				}
				.nav-hamburger:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 6px;
				}
				.nav-drawer.is-open {
					display: block;
				}
				@keyframes drawerIn {
					from {
						opacity: 0;
						transform: scaleY(0.95);
					}
					to {
						opacity: 1;
						transform: scaleY(1);
					}
				}
				.drawer-link:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: -2px;
				}
				.drawer-coming-soon {
					display: inline-flex;
					align-items: center;
					gap: 8px;
					font-size: 13px;
					font-weight: 600;
					color: var(--mid);
					border: 1.5px solid var(--light);
					border-radius: 100px;
					padding: 10px 16px;
					opacity: 0.7;
					cursor: default;
				}
				.drawer-coming-soon-dot {
					width: 6px;
					height: 6px;
					border-radius: 50%;
					background: var(--teal);
					opacity: 0.5;
					flex-shrink: 0;
				}
				.drawer-demo:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 100px;
				}
				.drawer-signin:hover {
					color: var(--ink);
				}
			}