:root {
	--brand: #8b5cf6;
	--brand-dark: #171329;
	--accent: #c4b5fd;
	--text: #171329;
	--muted: #716e84;
	--line: #e8e5f0;
	--surface: #ffffff;
	--soft: #f1edff;
	--danger: #b91c1c;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow: 0 24px 70px rgba(48, 34, 100, .14);
	--shadow-sm: 0 14px 38px rgba(48, 34, 100, .08);
}

* {
	box-sizing: border-box;
}

[hidden] {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text);
	background: radial-gradient(circle at 8% 0%, rgba(139, 92, 246, .14), transparent 28%), linear-gradient(180deg, #fff 0%, #f7f5ff 58%, #f2effb 100%);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 12px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 12px 18px;
	border: 1px solid rgba(139, 92, 246, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 50px rgba(48, 34, 100, .10);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 4px;
	border: 1px solid rgba(18, 128, 111, .12);
	border-radius: 14px;
	color: transparent;
	background: #fff;
	box-shadow: 0 10px 26px rgba(12, 62, 56, .12);
	font-size: 0;
	object-fit: contain;
	overflow: hidden;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	font-size: 14px;
}

.site-nav > a,
.nav-dropdown > button,
.logout-form button {
	border-radius: 999px;
}

.site-nav > a,
.nav-dropdown > button {
	padding: 8px 11px;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.site-nav a:hover {
	color: var(--brand);
	background: rgba(139, 92, 246, .08);
}

.nav-dropdown {
	position: relative;
}

.nav-dropdown > button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	border: 0;
	color: var(--muted);
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.nav-dropdown > button::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid currentColor;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.nav-dropdown-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 20;
	display: none;
	min-width: 148px;
	padding: 8px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, .96);
	box-shadow: var(--shadow-sm);
	transform: translateX(-50%);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
	display: block;
}

.nav-dropdown-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 6px;
	color: var(--text);
	font-weight: 700;
	white-space: nowrap;
}

.nav-dropdown-menu a:hover {
	color: var(--brand);
	background: var(--soft);
}

.nav-button,
.logout-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(18, 128, 111, .18);
	color: var(--brand);
	background: linear-gradient(135deg, #8b5cf6, #6d28d9);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.logout-form {
	margin: 0;
}

.nav-user {
	max-width: 150px;
	overflow: hidden;
	color: var(--brand-dark);
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 56px;
	align-items: center;
	min-height: calc(100vh - 72px);
	margin-top: -64px;
	padding: 136px min(6vw, 72px) 80px;
	background:
		linear-gradient(90deg, rgba(251, 254, 252, .98) 0%, rgba(247, 252, 249, .88) 42%, rgba(247, 252, 249, .24) 76%),
		url("/images/hero-attendance-poster.png") center right / cover no-repeat;
	overflow: hidden;
	isolation: isolate;
}

.hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(15, 118, 110, .08)),
		radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .86), transparent 26%);
	pointer-events: none;
}

.home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
	gap: 56px;
	align-items: center;
	min-height: calc(100vh - 72px);
	margin-top: -64px;
	padding: 136px min(6vw, 72px) 80px;
	background: radial-gradient(circle at 78% 14%, rgba(167, 139, 250, .28), transparent 30%), linear-gradient(135deg, #f4f0ff, rgba(255, 255, 255, .98));
}

.home-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.14;
	letter-spacing: -.045em;
	background: linear-gradient(100deg, #171329 25%, #7c3aed 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-solution-panel {
	padding: 24px;
	border: 1px solid rgba(139, 92, 246, .18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .88);
	box-shadow: var(--shadow);
}

.solution-list {
	display: grid;
	gap: 12px;
}

.solution-list a,
.solution-list div {
	display: block;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: linear-gradient(180deg, #fff, #f7fbfa);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.solution-list a:hover {
	border-color: var(--brand);
	box-shadow: var(--shadow-sm);
	transform: translateY(-2px);
}

.solution-list strong,
.solution-list span {
	display: block;
}

.solution-list strong {
	margin-bottom: 7px;
	color: var(--brand-dark);
	font-size: 18px;
}

.solution-list span {
	color: var(--muted);
	line-height: 1.7;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--brand);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hero h1,
.section-title h2,
.buy-copy h2 {
	margin: 0;
	line-height: 1.12;
}

.hero h1 {
	max-width: 720px;
	font-size: clamp(40px, 5.2vw, 64px);
	letter-spacing: -.045em;
}

.hero-text {
	max-width: 640px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.8;
}

.hero-actions,
.form-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.demo-tip {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	padding: 9px 12px;
	border: 1px solid rgba(139, 92, 246, .16);
	border-radius: 8px;
	color: var(--brand-dark);
	background: rgba(255, 255, 255, .72);
	font-size: 14px;
}

.demo-tip b {
	margin: 0 4px;
	color: var(--brand);
}

.primary-btn,
.secondary-btn,
.plan-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s ease;
}

.primary-btn,
.plan-btn {
	color: #fff;
	background: linear-gradient(135deg, var(--brand), #6d28d9);
	box-shadow: 0 14px 30px rgba(109, 40, 217, .24);
}

.primary-btn:hover,
.plan-btn:hover {
	background: linear-gradient(135deg, var(--brand-dark), var(--brand));
	transform: translateY(-1px);
}

.primary-btn:disabled,
.plan-btn:disabled {
	opacity: .55;
	cursor: not-allowed;
	background: var(--muted);
}

.secondary-btn {
	color: var(--brand);
	background: rgba(255, 255, 255, .78);
	border-color: rgba(139, 92, 246, .18);
}

.secondary-btn:hover {
	border-color: var(--brand);
	box-shadow: var(--shadow-sm);
	transform: translateY(-1px);
}

.product-panel {
	padding: 24px;
	border: 1px solid rgba(15, 118, 110, .16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .84);
	backdrop-filter: blur(14px);
	box-shadow: var(--shadow);
}

.panel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.panel-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 50%;
	background: #ccdcd8;
}

.panel-status {
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--brand);
	background: var(--soft);
	font-size: 13px;
	font-weight: 700;
}

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

.metric-grid div,
.feature-item,
.pricing-card,
.order-form {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
}

.feature-item,
.pricing-card,
.environment-card,
.cart-item-card,
.order-card,
.auth-card,
.policy-card,
.empty-state {
	box-shadow: var(--shadow-sm);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.feature-item:hover,
.pricing-card:hover,
.environment-card:hover,
.cart-item-card:hover,
.order-card:hover {
	border-color: rgba(18, 128, 111, .24);
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.metric-grid div {
	padding: 18px 14px;
}

.metric-grid strong {
	display: block;
	color: var(--brand-dark);
	font-size: 26px;
}

.metric-grid span,
.timeline span,
.timeline em {
	color: var(--muted);
	font-size: 13px;
}

.timeline {
	margin-top: 24px;
	border-top: 1px solid var(--line);
}

.timeline div {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
}

.timeline b {
	font-size: 15px;
}

.section {
	padding: 76px min(6vw, 72px);
}

.section-title {
	max-width: 760px;
	margin-bottom: 34px;
}

.section-title h2,
.buy-copy h2 {
	font-size: 34px;
}

.section-title p:not(.eyebrow),
.buy-copy p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.feature-item {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgba(255,255,255,.72);
	box-shadow: var(--shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}

.feature-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.feature-item h3,
.pricing-card h3 {
	margin: 0;
	font-size: 20px;
}

.feature-item p,
.plan-desc {
	color: var(--muted);
	line-height: 1.7;
}

.feature-summary {
	margin: 20px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(15, 118, 110, .16);
	border-radius: var(--radius-sm);
	color: var(--brand-dark);
	background: var(--soft);
	font-weight: 700;
	line-height: 1.8;
}

.environment-section {
	background: #fff;
}

.environment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.environment-card {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #ffffff, #f8f6ff);
}

.environment-card h3 {
	margin: 0 0 14px;
	font-size: 20px;
}

.environment-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
	line-height: 1.8;
}

.environment-card li {
	padding: 8px 0;
	border-bottom: 1px dashed var(--line);
}

.environment-card li:last-child {
	border-bottom: 0;
}

.pricing-section {
	background: #f8fbfa;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 16px;
}

.license-note {
	margin: 18px 0 0;
	color: var(--brand);
	font-weight: 700;
	text-align: center;
}

.pricing-card {
	display: flex;
	flex-direction: column;
	min-height: 312px;
	padding: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 249, .94));
}

.plan-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.plan-head span {
	white-space: nowrap;
	color: var(--brand);
	font-weight: 800;
}

.plan-list {
	flex: 1;
	margin: 16px 0 22px;
	padding: 0;
	list-style: none;
	color: var(--muted);
}

.plan-list li {
	padding: 7px 0;
	border-bottom: 1px dashed var(--line);
}

.plan-list b {
	color: var(--text);
}

.plan-btn {
	width: 100%;
}

.buy-section {
	display: grid;
	grid-template-columns: minmax(260px, .65fr) minmax(360px, 1fr);
	gap: 42px;
	align-items: start;
}

.order-form {
	padding: 24px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.custom-fields {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.custom-fields.show {
	display: grid;
}

.form-row {
	margin-bottom: 16px;
}

.form-row label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--text);
	background: #fff;
	font: inherit;
	outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(20, 184, 166, .14);
}

.form-message {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
}

.form-message.error {
	color: var(--danger);
}

.login-required-tip {
	padding: 12px 14px;
	border: 1px solid rgba(15, 118, 110, .18);
	border-radius: 8px;
	color: var(--brand-dark);
	background: var(--soft);
	font-weight: 700;
}

.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px min(6vw, 72px);
	color: #d9fffa;
	background:
		radial-gradient(circle at 10% 20%, rgba(48, 200, 166, .26), transparent 28%),
		linear-gradient(135deg, #0b2f2b, var(--brand-dark));
}

.site-footer p {
	margin: 6px 0 0;
	color: rgba(217, 255, 250, .72);
}

.site-footer a {
	font-weight: 700;
}

.site-footer .site-copyright {
	margin-top: 12px;
	font-size: 13px;
}

.site-footer .site-filing {
	display: inline-block;
	margin-top: 6px;
	color: rgba(217, 255, 250, .72);
	font-size: 13px;
	font-weight: 400;
}

.site-footer .site-filing:hover {
	color: #fff;
}

.auth-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at top right, rgba(48, 200, 166, .24), transparent 36%),
		linear-gradient(135deg, rgba(238, 251, 244, .96), rgba(255, 255, 255, .96));
}

.auth-shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 36px min(6vw, 72px);
}

.auth-shell.wide {
	justify-content: flex-start;
}

.auth-brand {
	margin-bottom: 22px;
}

.auth-card {
	width: min(100%, 440px);
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .9);
	box-shadow: var(--shadow);
	backdrop-filter: blur(12px);
}

.auth-shell.wide .auth-card {
	width: min(100%, 760px);
}

.auth-card h1 {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
}

.auth-card p {
	margin: 10px 0 22px;
	color: var(--muted);
	line-height: 1.7;
}

.auth-submit {
	width: 100%;
	margin-top: 8px;
	border: 0;
}

.auth-links {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	color: var(--brand);
	font-size: 14px;
	font-weight: 700;
}

.auth-message {
	margin-bottom: 16px;
	padding: 10px 12px;
	border: 1px solid rgba(15, 118, 110, .18);
	border-radius: 8px;
	color: var(--brand-dark);
	background: var(--soft);
	font-size: 14px;
}

.auth-message.error,
.field-error,
.inline-message.error {
	color: var(--danger);
}

.auth-message.error {
	border-color: rgba(185, 28, 28, .18);
	background: #fef2f2;
}

.field-error {
	display: block;
	min-height: 18px;
	margin-top: 5px;
	font-size: 12px;
}

.inline-action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 10px;
}

.inline-action .secondary-btn {
	min-height: 43px;
	padding: 0 12px;
	font-size: 14px;
}

.inline-message {
	display: block;
	min-height: 18px;
	margin-top: 5px;
	color: var(--brand);
	font-size: 12px;
}

.policy-agree {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 4px 0 14px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.7;
}

.policy-agree input {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	flex: 0 0 auto;
}

.policy-agree a {
	color: var(--brand);
	font-weight: 700;
}

.policy-page {
	min-height: 100vh;
	background: #f8fbfa;
}

.policy-shell {
	max-width: 860px;
	margin: 0 auto;
	padding: 40px min(6vw, 72px);
}

.policy-card {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(15, 76, 70, .1);
}

.policy-card h1 {
	margin: 0 0 18px;
	font-size: 32px;
}

.policy-card p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.9;
}

.account-page {
	min-height: 100vh;
	background:
		linear-gradient(180deg, #f2fbf8 0%, #f8fbfa 260px, #edf7f4 100%),
		radial-gradient(circle at 15% 18%, rgba(20, 184, 166, .12), transparent 28%);
}

.account-hero {
	padding: 58px min(6vw, 72px) 34px;
	background:
		linear-gradient(135deg, rgba(236, 253, 245, .92), rgba(255, 255, 255, .96)),
		radial-gradient(circle at 84% 18%, rgba(20, 184, 166, .18), transparent 30%);
	text-align: center;
}

.account-hero h1 {
	margin: 0;
	font-size: 38px;
	line-height: 1.14;
}

.account-hero p:not(.eyebrow) {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: var(--muted);
	line-height: 1.7;
}

.account-section {
	max-width: 1080px;
	margin: 0 auto;
	padding: 38px min(4vw, 32px) 76px;
}

.empty-state {
	max-width: 680px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(15, 76, 70, .08);
}

.empty-state h2 {
	margin: 0 0 10px;
	font-size: 28px;
}

.empty-state p {
	margin: 0 0 22px;
	color: var(--muted);
	line-height: 1.7;
}

.cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	align-items: start;
	max-width: 980px;
	margin: 0 auto;
	padding: 22px;
	border: 1px solid rgba(15, 118, 110, .1);
	border-radius: 12px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 28px 80px rgba(15, 76, 70, .11);
	backdrop-filter: blur(10px);
}

.cart-items {
	display: grid;
	gap: 14px;
}

.cart-item-card,
.order-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 76, 70, .07);
}

.cart-item-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
}

.cart-item-card h2,
.checkout-form h2,
.order-card h2 {
	margin: 0;
	font-size: 22px;
}

.item-meta,
.order-meta {
	display: grid;
	gap: 10px;
	margin-top: 16px;
	color: var(--muted);
}

.item-meta {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.item-meta b,
.order-meta b {
	color: var(--text);
}

.item-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
	min-width: 130px;
}

.item-side strong {
	color: var(--brand);
	font-size: 18px;
}

.danger-link {
	border: 0;
	color: var(--danger);
	background: transparent;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.checkout-form {
	position: sticky;
	top: 92px;
}

.checkout-form p {
	margin: 8px 0 18px;
	color: var(--muted);
	line-height: 1.7;
}

.checkout-total {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid rgba(15, 118, 110, .14);
	border-radius: 8px;
	background: linear-gradient(180deg, #f7fffc, #fff);
}

.checkout-total span,
.checkout-total small {
	display: block;
}

.checkout-total > span {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.checkout-total strong {
	display: block;
	margin-top: 8px;
	color: var(--brand);
	font-size: 28px;
	line-height: 1.15;
}

.checkout-total strong span {
	display: inline;
}

.checkout-total small {
	margin-top: 8px;
	color: var(--muted);
	line-height: 1.6;
}

.checkout-total small span {
	display: inline;
}

.payment-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.payment-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 92px;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: .2s ease;
}

.payment-option:hover,
.payment-option:has(input:checked) {
	border-color: var(--brand);
	background: var(--soft);
}

.payment-option input {
	width: 16px;
	height: 16px;
	margin-top: 8px;
	flex: 0 0 auto;
	accent-color: var(--brand);
}

.payment-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin-top: 0;
	flex: 0 0 auto;
	filter: drop-shadow(0 6px 10px rgba(15, 76, 70, .12));
}

.payment-option b,
.payment-option small {
	display: block;
}

.payment-option b {
	color: var(--brand-dark);
	font-size: 15px;
}

.payment-option small {
	margin-top: 4px;
	color: var(--muted);
	line-height: 1.5;
}

.order-groups {
	max-width: 920px;
	margin: 0 auto;
	padding: 22px;
	border: 1px solid rgba(15, 118, 110, .1);
	border-radius: 12px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 28px 80px rgba(15, 76, 70, .11);
	backdrop-filter: blur(10px);
}

.order-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 20px;
	padding: 6px;
	border: 1px solid rgba(15, 118, 110, .12);
	border-radius: 8px;
	background: rgba(236, 253, 245, .66);
}

.order-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	border: 0;
	border-radius: 6px;
	color: var(--muted);
	background: transparent;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.order-tab span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	color: var(--brand);
	background: #fff;
	font-size: 12px;
}

.order-tab.active {
	color: #fff;
	background: var(--brand);
	box-shadow: 0 10px 24px rgba(15, 118, 110, .18);
}

.order-tab.active span {
	color: var(--brand);
	background: #fff;
}

.order-group {
	display: none;
}

.order-group.active {
	display: block;
}

.order-group-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.order-group-title h2 {
	margin: 0;
	font-size: 22px;
}

.order-group-title span,
.group-empty {
	color: var(--muted);
	font-size: 14px;
}

.group-empty {
	padding: 16px;
	border: 1px dashed var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .72);
}

.order-grid {
	display: grid;
	gap: 16px;
}

.order-card {
	padding: 22px;
}

.order-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	color: var(--brand);
	background: var(--soft);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.status-paid {
	color: #15803d;
	background: #dcfce7;
}

.status-service {
	color: #92400e;
	background: #fef3c7;
}

.order-meta {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

@media (max-width: 1100px) {
	.hero,
	.home-hero,
	.buy-section,
	.cart-layout {
		grid-template-columns: 1fr;
	}

	.checkout-form {
		position: static;
	}

	.pricing-grid,
	.feature-grid,
	.environment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.site-header,
	.site-footer,
	.hero-actions,
	.form-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-nav {
		width: 100%;
		justify-content: space-between;
		gap: 10px;
		flex-wrap: wrap;
	}

	.nav-dropdown-menu {
		left: 0;
		transform: none;
	}

	.hero {
		padding-top: 44px;
	}

	.hero h1,
	.home-hero h1,
	.account-hero h1 {
		font-size: 34px;
	}

	.metric-grid,
	.pricing-grid,
	.feature-grid,
	.environment-grid,
	.form-grid,
	.custom-fields,
	.inline-action,
	.payment-options,
	.order-tabs,
	.item-meta,
	.order-meta {
		grid-template-columns: 1fr;
	}

	.home-hero {
		padding-top: 44px;
	}

	.cart-item-card,
	.order-card-head {
		flex-direction: column;
	}

	.item-side {
		align-items: flex-start;
	}
}

/* 2026 official-site visual system — inspired by modern technology agencies. */
:root {
	--brand: #ff6b35;
	--brand-dark: #10100f;
	--accent: #ffb000;
	--text: #171714;
	--muted: #6f6e67;
	--line: #dfded6;
	--surface: #fff;
	--soft: #f3f2eb;
	--radius: 2px;
	--radius-sm: 2px;
	--shadow: 0 24px 70px rgba(18, 18, 14, .12);
	--shadow-sm: 0 12px 34px rgba(18, 18, 14, .08);
}

body {
	background: #f4f3ed;
	font-family: Inter, "Helvetica Neue", "Microsoft YaHei", Arial, sans-serif;
}

.top-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	padding: 0 max(24px, calc((100vw - 1240px) / 2));
	color: rgba(255,255,255,.72);
	background: #11110f;
	font-size: 12px;
	letter-spacing: .06em;
}

.top-strip { min-height: 32px; }
.top-strip > div { display: flex; gap: 24px; }
.top-strip a { color: #fff; }
.top-strip-contact {
	align-items: center;
	gap: 10px !important;
}

.site-header {
	top: 0;
	width: 100%;
	max-width: none;
	min-height: 66px;
	margin: 0;
	padding: 0 max(24px, calc((100vw - 1240px) / 2));
	border: 0;
	border-bottom: 1px solid rgba(17,17,15,.11);
	border-radius: 0;
	background: rgba(250,249,244,.94);
	box-shadow: none;
}
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(18,18,14,.09); }

.brand { gap: 10px; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; }
.brand-mark { width: 36px; height: 36px; border: 0; border-radius: 50%; box-shadow: none; }
.site-nav { gap: 24px; color: #34342f; font-size: 13px; font-weight: 700; }
.site-nav > a,
.nav-dropdown > button { position: relative; padding: 25px 6px; border-radius: 0; }
.site-nav > a::after,
.nav-dropdown > button::before {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 0;
	height: 2px;
	content: "";
	background: var(--brand);
	transition: width .22s ease;
}
.site-nav > a:hover::after,
.nav-dropdown:hover > button::before { width: 100%; }
.site-nav a:hover { color: var(--brand); background: transparent; }
.nav-button,
.logout-form button {
	min-height: 38px;
	padding: 0 16px !important;
	border: 1px solid #171714;
	border-radius: 0 !important;
	color: #fff !important;
	background: #171714 !important;
}
.site-nav > .nav-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	overflow: visible;
	border-color: #171714;
	color: #171714 !important;
	background: var(--brand) !important;
	box-shadow: 3px 3px 0 #171714;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-nav > .nav-button::after { display: none; }
.site-nav > .nav-button::before {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	content: "↗";
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	transition: transform .2s ease;
}
.site-nav > .nav-button:hover {
	color: #fff !important;
	background: #171714 !important;
	box-shadow: 4px 4px 0 var(--brand);
	transform: translate(-1px,-1px);
}
.site-nav > .nav-button:hover::before { transform: rotate(45deg); }
.nav-dropdown-menu { top: calc(100% - 8px); border-radius: 0; border-top: 3px solid var(--brand); }

.home-hero {
	position: relative;
	grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr);
	min-height: 760px;
	margin: 0;
	padding: 100px max(24px, calc((100vw - 1240px) / 2));
	background: #f4f3ed;
	overflow: hidden;
}
.home-hero::before {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 660px;
	height: 660px;
	border: 1px solid rgba(17,17,15,.12);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 90px rgba(17,17,15,.025), 0 0 0 180px rgba(17,17,15,.018);
}
.home-hero-content { position: relative; z-index: 2; }
.eyebrow {
	color: var(--brand);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.home-hero h1 {
	max-width: 810px;
	font-size: clamp(52px, 6.5vw, 92px);
	line-height: .96;
	letter-spacing: -.065em;
	background: none;
	-webkit-text-fill-color: currentColor;
}
.home-hero h1 span { color: var(--brand); }
.hero-text { max-width: 690px; color: #5d5c56; font-size: 17px; line-height: 1.85; }
.hero-actions { gap: 12px; }
.primary-btn,
.secondary-btn,
.plan-btn {
	min-height: 50px;
	padding: 0 25px;
	border-radius: 0;
	font-weight: 900;
	letter-spacing: .02em;
}
.primary-btn,
.plan-btn { background: var(--brand); box-shadow: none; }
.primary-btn:hover,
.plan-btn:hover { color: #fff; background: #171714; transform: translateY(-3px); }
.secondary-btn { border-color: #171714; color: #171714; background: transparent; }
.secondary-btn:hover { color: #fff; border-color: #171714; background: #171714; }
.hero-proof { display: flex; gap: 36px; margin-top: 38px; }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { font-size: 23px; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 12px; }

.hero-showcase {
	position: relative;
	z-index: 2;
	padding: 25px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #151513;
	box-shadow: 24px 28px 0 var(--brand);
}
.hero-showcase .panel-status { color: #b4b2a8; }
.showcase-orbit { position: relative; display: grid; place-items: center; height: 245px; margin: 20px 0; }
.showcase-orbit span { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: orbitPulse 4s ease-in-out infinite; }
.showcase-orbit span:nth-child(1) { width: 220px; height: 220px; }
.showcase-orbit span:nth-child(2) { width: 155px; height: 155px; animation-delay: -.8s; }
.showcase-orbit span:nth-child(3) { width: 90px; height: 90px; animation-delay: -1.6s; }
.showcase-orbit b { display: grid; place-items: center; width: 64px; height: 64px; color: #fff; background: var(--brand); font-size: 28px; }
@keyframes orbitPulse { 50% { transform: scale(1.06); border-color: rgba(255,107,53,.75); } }
.hero-showcase .solution-list a,
.hero-showcase .solution-list div { border-color: rgba(255,255,255,.12); color: #fff; background: rgba(255,255,255,.035); }
.hero-showcase .solution-list span { color: #a9a79d; }

.tech-marquee { overflow: hidden; padding: 21px 0; color: #fff; background: var(--brand); font-size: 20px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.tech-marquee div { display: inline-block; min-width: max-content; animation: marquee 20s linear infinite; }
.tech-marquee i { margin: 0 24px; color: #171714; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px max(24px, calc((100vw - 1240px) / 2)); }
.section-title { max-width: 840px; margin-bottom: 50px; }
.section-title h2,
.buy-copy h2 { margin: 10px 0 0; font-size: clamp(38px,4.5vw,64px); line-height: 1.05; letter-spacing: -.05em; }
.section-title p:not(.eyebrow) { max-width: 680px; font-size: 16px; }
.feature-grid { gap: 0; border-top: 1px solid #cac8be; border-left: 1px solid #cac8be; }
.feature-item {
	min-height: 265px;
	padding: 34px 28px;
	border: 0;
	border-right: 1px solid #cac8be;
	border-bottom: 1px solid #cac8be;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.feature-item::before { display: block; margin-bottom: 48px; color: var(--brand); content: "+"; font-size: 30px; font-weight: 300; }
.feature-item:hover { color: #fff; background: #171714; transform: none; box-shadow: none; }
.feature-item:hover p { color: #aaa89e; }
.feature-summary { border: 0; border-left: 4px solid var(--brand); border-radius: 0; background: #fff; }

.environment-section { background: #171714; }
.environment-section .section-title h2 { color: #fff; }
.environment-section .section-title p:not(.eyebrow) { color: #aaa89e; }
.environment-grid { gap: 18px; }
.environment-card { padding: 34px; border: 1px solid #343430; border-radius: 0; color: #fff; background: #1e1e1b; }
.environment-card:hover { border-color: var(--brand); transform: translateY(-5px); }
.environment-card ul { color: #b7b5ab; }
.environment-card li { border-color: #3a3934; }

.home-cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; color: #fff; background: var(--brand); }
.home-cta h2 { max-width: 760px; margin: 8px 0 14px; font-size: clamp(38px,5vw,70px); line-height: 1; letter-spacing: -.055em; }
.home-cta .eyebrow { color: #171714; }
.home-cta p { max-width: 620px; }
.home-cta .primary-btn { color: #fff; background: #171714; }
.home-cta .secondary-btn { border-color: #fff; color: #fff; }

.site-footer { padding: 58px max(24px, calc((100vw - 1240px) / 2)); border-top: 0; color: #fff; background: #10100f; }
.site-footer p { color: #99978e; }

.hero { margin-top: 0; min-height: 720px; padding-top: 110px; }
.product-panel,
.pricing-card,
.cart-item-card,
.order-card,
.auth-card,
.policy-card { border-radius: 0; }
.pricing-card { transition: transform .22s ease, box-shadow .22s ease; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }

.auth-page,
.policy-page,
.account-page { background: #f4f3ed; }
.auth-card,
.policy-card { border-top: 4px solid var(--brand); box-shadow: var(--shadow); }
.form-row input,
.form-row select,
.form-row textarea { border-radius: 0; }
.account-hero { color: #fff; background: #171714; }
.order-tab { border-radius: 0; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
	.top-strip { justify-content: flex-end; padding: 0 16px; }
	.top-strip > div:first-child { display: none; }
	.site-header { min-height: 60px; padding: 8px 16px; }
	.site-nav { gap: 9px; overflow-x: auto; }
	.site-nav > a, .nav-dropdown > button { padding: 12px 3px; }
	.site-nav > a::after, .nav-dropdown > button::before { bottom: 5px; }
	.home-hero { grid-template-columns: 1fr; padding-top: 78px; }
	.home-hero::before { display: none; }
	.hero-showcase { max-width: 640px; box-shadow: 12px 14px 0 var(--brand); }
	.home-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
	.brand span { display: none; }
	.site-nav { font-size: 12px; }
	.site-nav > a:nth-of-type(2), .site-nav > a:nth-of-type(3) { display: none; }
	.home-hero { min-height: 0; padding-top: 62px; }
	.home-hero h1 { font-size: 48px; }
	.hero-proof { gap: 18px; }
	.hero-proof strong { font-size: 18px; }
	.section { padding-top: 76px; padding-bottom: 76px; }
	.feature-grid, .environment-grid { grid-template-columns: 1fr; }
}

.download-section {
	color: #171714;
	background: var(--brand);
}

.download-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
	gap: 72px;
	align-items: center;
}

.download-copy .eyebrow {
	color: #171714;
}

.download-copy h2 {
	max-width: 760px;
	margin: 10px 0 20px;
	font-size: clamp(38px, 4.5vw, 64px);
	line-height: 1.05;
	letter-spacing: -.05em;
}

.download-copy > p:not(.eyebrow):not(.download-note) {
	max-width: 680px;
	line-height: 1.8;
}

.package-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 680px;
	margin: 28px 0;
	border-top: 1px solid rgba(23, 23, 20, .35);
	border-left: 1px solid rgba(23, 23, 20, .35);
}

.package-meta span {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 18px;
	border-right: 1px solid rgba(23, 23, 20, .35);
	border-bottom: 1px solid rgba(23, 23, 20, .35);
}

.package-meta b {
	font-size: 12px;
	letter-spacing: .08em;
}

.package-meta em {
	overflow: hidden;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download-button {
	color: #fff;
	background: #171714;
}

.download-button:hover {
	color: #171714;
	background: #fff;
}

.download-note {
	margin: 14px 0 0;
	font-size: 13px;
}

.minimum-requirements {
	padding: 34px;
	color: #fff;
	background: #171714;
	box-shadow: 16px 18px 0 rgba(255, 255, 255, .28);
}

.requirements-label {
	margin: 0 0 16px;
	color: var(--brand);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
}

.minimum-requirements dl {
	margin: 0;
}

.minimum-requirements dl div {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 16px;
	padding: 15px 0;
	border-bottom: 1px solid #393934;
}

.minimum-requirements dl div:last-child {
	border-bottom: 0;
}

.minimum-requirements dt {
	color: #8f8e86;
}

.minimum-requirements dd {
	margin: 0;
	font-weight: 750;
}

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

@media (max-width: 620px) {
	.package-meta {
		grid-template-columns: 1fr;
	}

	.minimum-requirements {
		padding: 24px;
		box-shadow: 9px 10px 0 rgba(255, 255, 255, .25);
	}
}

.company-hero-image {
	position: relative;
	z-index: 2;
	min-height: 540px;
	overflow: hidden;
	background: #171714;
	box-shadow: 22px 24px 0 var(--brand);
}
.company-hero-image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(16,16,15,.38), transparent 60%);
}
.company-hero-image img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.company-hero-image > div {
	position: absolute;
	left: 28px;
	bottom: 28px;
	z-index: 2;
	display: grid;
	gap: 5px;
	padding: 18px 22px;
	color: #fff;
	background: rgba(17,17,15,.88);
}
.company-hero-image strong { font-size: 18px; }
.company-hero-image span { color: #bbb8ad; font-size: 12px; }

.company-about {
	display: grid;
	grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr);
	gap: 74px;
	align-items: center;
	background: #fff;
}
.company-about-image { position: relative; }
.company-about-image::before { position: absolute; top: -16px; left: -16px; width: 90px; height: 90px; content: ""; background: var(--brand); }
.company-about-image img { position: relative; display: block; width: 100%; min-height: 470px; object-fit: cover; }
.company-about-copy h2 { margin: 10px 0 24px; font-size: clamp(38px,4.3vw,62px); line-height: 1.04; letter-spacing: -.055em; }
.company-about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.9; }
.company-values { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.company-values > div { display: grid; grid-template-columns: 48px 160px 1fr; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.company-values b { color: var(--brand); font-size: 13px; }
.company-values span { color: var(--muted); font-size: 13px; }

.product-promo { position: relative; }
.product-arrow-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 34px; color: #fff; font-size: 18px; font-weight: 900; }
.product-arrow-link span { display: grid; place-items: center; width: 48px; height: 48px; color: #171714; background: var(--brand); font-size: 24px; transition: transform .2s ease; }
.product-arrow-link:hover span { transform: rotate(45deg); }

.platform-hero { grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); background: #f4f3ed; }
.platform-hero::after { display: none; }
.platform-hero-image { overflow: hidden; border: 1px solid #d7d5cc; box-shadow: 22px 24px 0 var(--brand); }
.platform-hero-image img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.pricing-login-gate { display: grid; place-items: center; min-height: 560px; text-align: center; background: #fff; }
.pricing-login-gate > div { max-width: 760px; padding: 70px; border: 1px solid var(--line); border-top: 5px solid var(--brand); box-shadow: var(--shadow); }
.pricing-login-gate h2 { margin: 12px 0 18px; font-size: clamp(38px,5vw,64px); line-height: 1.05; letter-spacing: -.05em; }
.pricing-login-gate p { margin: 0 auto 30px; color: var(--muted); line-height: 1.8; }
.pricing-login-gate .secondary-btn { margin-left: 8px; }

.language-switcher {
	position: relative;
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	margin-left: 4px;
	font-size: 11px;
	line-height: 1;
}
.language-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 100px;
	padding: 5px 8px;
	border: 1px solid #bbb8ae;
	color: #34342f;
	background: #faf9f4;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.language-toggle:hover,
.language-switcher.open .language-toggle {
	border-color: #171714;
	box-shadow: 2px 2px 0 var(--brand);
	transform: translate(-1px,-1px);
}
.language-flag {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid #e1ded5;
	border-radius: 50%;
	background: #fff;
	font-size: 15px;
	line-height: 1;
}
.language-chevron { margin-left: auto; color: #8b877d; font-size: 16px; transition: transform .18s ease; }
.language-switcher.open .language-chevron { transform: rotate(180deg); }
.language-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 200;
	display: grid;
	gap: 4px;
	width: 200px;
	padding: 6px;
	border: 1px solid #171714;
	border-top: 4px solid var(--brand);
	background: #fff;
	box-shadow: 6px 7px 0 rgba(23,23,20,.13), 0 16px 38px rgba(0,0,0,.14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-9px) scale(.98);
	transform-origin: top right;
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.language-switcher.open .language-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(-1px) scale(1);
}
.top-strip .language-switcher { margin-left: 0; }
.top-strip .language-toggle {
	min-width: 84px;
	padding: 2px 6px;
	border-color: rgba(255,255,255,.3);
	color: #fff;
	background: transparent;
}
.top-strip .language-toggle:hover,
.top-strip .language-switcher.open .language-toggle { border-color: #fff; }
.top-strip .language-toggle > .language-flag {
	width: 18px;
	height: 18px;
	border-color: rgba(255,255,255,.22);
	font-size: 12px;
}
.top-strip .language-menu { letter-spacing: normal; }
.top-strip .language-menu .language-option { color: #34342f; }
.top-strip .language-menu .language-option:hover { color: #171714; }
.language-option {
	display: grid;
	grid-template-columns: 28px 1fr 16px;
	gap: 10px;
	align-items: center;
	padding: 8px;
	border: 1px solid transparent;
	color: #34342f;
	background: #fff;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.language-option > span:nth-child(2) { display: grid; gap: 5px; }
.language-option b { font-size: 13px; }
.language-option small { color: #8b877d; font-size: 10px; font-weight: 600; }
.language-option i { visibility: hidden; color: var(--brand); font-style: normal; font-size: 15px; font-weight: 900; }
.language-option:hover { border-color: #dedbd1; color: #171714; background: #f4f3ed; transform: translateX(2px); }
.language-option.active { border-color: rgba(255,107,53,.4); color: #171714; background: #fff1e8; }
.language-option.active i { visibility: visible; }
.register-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #171714;
	color: #171714;
	background: var(--brand);
	box-shadow: 6px 6px 0 #171714;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.register-submit::after {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	content: "→";
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 14px;
	transition: transform .2s ease;
}
.register-submit:hover {
	color: #fff;
	background: #171714;
	box-shadow: 8px 8px 0 var(--brand);
	transform: translate(-2px,-2px);
}
.register-submit:hover::after { transform: translateX(3px); }
.language-switcher-fixed {
	position: fixed;
	top: 22px;
	right: 24px;
	z-index: 50;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

@media (max-width: 900px) {
	.company-about { grid-template-columns: 1fr; }
	.platform-hero { grid-template-columns: 1fr; }
	.company-hero-image { min-height: 420px; box-shadow: 12px 14px 0 var(--brand); }
	.company-hero-image img { min-height: 420px; }
}

@media (max-width: 620px) {
	.company-values > div { grid-template-columns: 36px 1fr; }
	.company-values span { grid-column: 2; }
	.pricing-login-gate > div { padding: 38px 22px; }
	.pricing-login-gate .secondary-btn { margin: 10px 0 0; }
	.language-toggle { min-width: 88px; padding: 5px 7px; }
	.language-switcher-fixed { top: 12px; right: 12px; }
}
