@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800&display=swap");

:root {
	--bg: #ffffff;
	--text: #0c0d0d;
	--muted: #62686d;
	--soft: #eef1f2;
	--line: #dce1e3;
	--accent: #006d70;
	--accent-dark: #004f52;
	--surface: #f8faf9;
	--shadow: 0 34px 80px rgba(14, 30, 32, 0.10);
	--shell: none;
	--gutter: clamp(24px, 2vw, 40px);
	--content-gutter: clamp(48px, 12vw, 230px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Noto Sans Thai", "IBM Plex Sans Thai", "Sarabun", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Leelawadee UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

main,
header,
footer,
section,
article,
div,
nav {
	min-width: 0;
}

main {
	flex: 1;
}

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

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

p {
	color: var(--muted);
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	line-height: 1.85;
	margin: 0;
	overflow-wrap: break-word;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--text);
	font-weight: 800;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

h1 {
	font-size: clamp(3.25rem, 5.55vw, 6rem);
	line-height: 1.04;
	max-width: 780px;
}

h2 {
	font-size: clamp(2rem, 4.6vw, 4.2rem);
	line-height: 1.18;
}

h3 {
	font-size: 1.08rem;
	line-height: 1.35;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 78px;
	padding: 0 var(--gutter);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 3vw, 42px);
	min-width: 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 10px;
	min-width: 0;
	font-size: 1.28rem;
	font-weight: 760;
	white-space: nowrap;
}

.brand-logo {
	display: block;
	width: clamp(34px, 3.2vw, 44px);
	height: clamp(34px, 3.2vw, 44px);
	flex: 0 0 auto;
	object-fit: contain;
	border-radius: 6px;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 3.5vw, 48px);
	color: #1b1e20;
	font-size: 0.95rem;
}

.language-switch {
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	flex: 0 0 auto;
	padding: 3px;
	border: 1px solid #d5dcde;
	border-radius: 999px;
	background: #fff;
}

.language-switch button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 38px;
	min-height: 28px;
	padding: 4px 9px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #687176;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
}

.flag-icon {
	font-size: 0.92rem;
	line-height: 1;
}

.language-switch button[aria-pressed="true"] {
	background: var(--text);
	color: #fff;
}

.main-nav a,
.footer-nav a {
	padding: 8px 0;
	transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
	color: var(--accent);
}

.section-frame {
	width: auto;
	margin: 0 var(--content-gutter);
	padding: clamp(72px, 10vw, 132px) 0;
	border-bottom: 1px solid var(--line);
}

body[data-page="home"] .section-frame {
	border-bottom: 0;
}

main > .section-frame:last-child {
	border-bottom: 0;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	align-items: center;
	gap: clamp(42px, 6vw, 90px);
	min-height: calc(100vh - 150px);
	padding-top: clamp(44px, 5vw, 72px);
	padding-bottom: clamp(28px, 4vw, 56px);
}

.hero-lead {
	max-width: 650px;
	margin-top: 26px;
	color: #4c5357;
	font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--text);
	border-radius: 8px;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
}

.button.primary {
	background: var(--text);
	color: #fff;
}

.button.primary:hover,
.button.primary:focus-visible {
	background: var(--accent-dark);
	border-color: var(--accent-dark);
}

.button.secondary {
	background: #fff;
	color: var(--text);
}

.button.secondary:hover,
.button.secondary:focus-visible {
	background: var(--surface);
}

.setup-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: fit-content;
	max-width: 100%;
	margin-top: 26px;
	padding: 14px 16px;
	border: 1px solid #bfc8cb;
	border-radius: 8px;
	background: #fff;
	color: #1d2224;
	font-size: 0.95rem;
	font-weight: 560;
	box-shadow: 0 14px 32px rgba(15, 36, 38, 0.05);
}

.setup-strip .prompt {
	color: var(--accent);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-weight: 760;
}

.setup-strip .arrow {
	color: #9aa4a8;
}

.quiet-note {
	margin-top: 12px;
	color: #7b8387;
	font-size: 0.94rem;
}

.hero-visual {
	display: grid;
	gap: 24px;
}

.hero-copy,
.hero-visual {
	min-width: 0;
}

.hero-download-panel {
	display: grid;
	justify-items: stretch;
	align-content: center;
	gap: 18px;
	width: min(100%, 520px);
	margin-left: auto;
}

.download-eyebrow {
	color: var(--accent);
	font-size: 0.9rem;
	font-weight: 780;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(84px, 10vw, 116px);
	padding: 24px 30px;
	border: 1px solid var(--text);
	border-radius: 8px;
	background: var(--text);
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	font-weight: 820;
	line-height: 1.1;
	text-align: center;
	box-shadow: 0 22px 52px rgba(14, 30, 32, 0.16);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-download-button:hover,
.hero-download-button:focus-visible {
	transform: translateY(-2px);
	border-color: var(--accent-dark);
	background: var(--accent-dark);
	box-shadow: 0 28px 64px rgba(14, 30, 32, 0.2);
}

.hero-download-panel p {
	max-width: 520px;
	color: #4f585d;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-platform-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hero-platform-strip .fa-apple,
.hero-platform-strip .fa-windows,
.hero-platform-strip .fa-linux {
	color: var(--accent);
	font-size: 3rem;
}

.hero-platform-strip span {
	padding: 7px 10px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #3b4347;
	font-size: 0.84rem;
	font-weight: 700;
}

.download-small-link {
	width: fit-content;
	color: var(--accent);
	font-size: 0.95rem;
	font-weight: 740;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.download-small-link:hover,
.download-small-link:focus-visible {
	color: var(--accent-dark);
}

.download-section {
	display: grid;
	gap: 42px;
}

.download-page {
	display: grid;
	justify-items: center;
	min-height: calc(100vh - 190px);
	padding-top: clamp(72px, 10vw, 128px);
	text-align: center;
}

.download-page h1 {
	max-width: none;
	font-size: clamp(2.9rem, 7vw, 5.8rem);
}

.download-lead {
	max-width: 660px;
	margin-top: 18px;
	font-size: clamp(1rem, 1.9vw, 1.2rem);
}

.download-counter {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin-top: 24px;
	padding: 12px 16px;
	border: 1px solid #d5dee1;
	border-radius: 8px;
	background: #fff;
	color: #3d464a;
	box-shadow: 0 14px 34px rgba(14, 30, 32, 0.06);
	font-size: 0.96rem;
	font-weight: 700;
}

.download-counter strong {
	color: var(--accent-dark);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 840;
	line-height: 1;
}

.hero-download-counter {
	margin-top: 0;
	box-shadow: none;
}

.download-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 34px;
}

.download-tabs button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: #22282b;
	font: inherit;
	font-size: 0.96rem;
	font-weight: 720;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.download-tabs button:hover,
.download-tabs button:focus-visible {
	border-color: var(--line);
	background: var(--surface);
}

.download-tabs button[aria-selected="true"] {
	border-color: #cfd7da;
	background: #fff;
	box-shadow: 0 12px 28px rgba(14, 30, 32, 0.06);
}

.download-panels {
	width: 100%;
	margin-top: 26px;
}

.download-panel {
	display: grid;
	justify-items: center;
	gap: 16px;
}

.download-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.download-panel[hidden] {
	display: none;
}

.download-command {
	display: flex;
	align-items: center;
	gap: 14px;
	width: min(100%, 680px);
	padding: 18px 20px;
	border: 1px solid #ccd5d8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(14, 30, 32, 0.06);
	text-align: left;
}

.download-command code {
	flex: 1 1 auto;
	min-width: 0;
	color: #1e2629;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: clamp(0.82rem, 2vw, 1rem);
	white-space: nowrap;
	overflow-x: auto;
	padding-right: 2px;
}

.copy-command {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid #cfd7da;
	border-radius: 8px;
	background: #fff;
	color: #202426;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.copy-command:hover,
.copy-command:focus-visible {
	border-color: var(--accent);
	color: var(--accent);
}

.copy-command.is-copied,
.copy-command.is-selected {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.terminal-note,
.download-or,
.download-requirement {
	font-size: 0.98rem;
	line-height: 1.5;
}

.terminal-note {
	color: #697377;
}

.download-or {
	color: #202528;
}

.download-requirement {
	margin-top: 4px;
	color: #737d82;
}

.download-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.download-card {
	display: grid;
	gap: 10px;
	align-content: start;
	min-width: 0;
	min-height: 220px;
	padding: 34px;
	border-right: 1px solid var(--line);
	background: #fff;
	transition: background 180ms ease, transform 180ms ease;
}

.download-card:last-child {
	border-right: 0;
}

.download-card:hover,
.download-card:focus-visible {
	background: var(--surface);
	transform: translateY(-2px);
}

.download-card i {
	color: var(--accent);
	font-size: 2.15rem;
}

.download-card strong {
	margin-top: 20px;
	font-size: clamp(1.5rem, 2.2vw, 2.1rem);
	font-weight: 800;
	line-height: 1.2;
}

.download-card span {
	max-width: 260px;
	color: var(--muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

#product {
	padding-top: clamp(72px, 10vw, 132px);
}

.split-section {
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	gap: clamp(44px, 8vw, 110px);
}

.split-section > div:first-child p,
.outcome-head p,
.contact-copy p,
.section-heading p,
.integrations > div:first-child p {
	margin-top: 22px;
	max-width: 620px;
}

.check-list {
	display: grid;
	gap: 30px;
}

.check-list > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 20px;
}

.check-list i,
.plain-list li::before,
.package-grid li::before {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--accent);
	border-radius: 50%;
	color: var(--accent);
	font-size: 0.84rem;
}

.check-list h3 {
	margin-bottom: 8px;
}

.check-list p {
	font-size: 1rem;
}

.outcome {
	display: grid;
	gap: 58px;
}

.outcome-head {
	display: grid;
	gap: 18px;
	align-items: start;
	margin-bottom: 34px;
}

.outcome-head h2,
.outcome-head p {
	max-width: none;
	white-space: nowrap;
}

.outcome-head p {
	margin-top: 0;
}

.outcome-head .hero-actions {
	margin-top: 6px;
}

.outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.outcome-grid > div {
	min-width: 0;
	min-height: 250px;
	padding: 32px 34px;
	border-right: 1px solid var(--line);
}

.outcome-grid > div:last-child {
	border-right: 0;
}

.outcome-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.outcome-step {
	display: block;
	color: var(--accent);
	font-size: clamp(1.35rem, 2.4vw, 2.1rem);
	font-weight: 800;
	line-height: 1.35;
}

.outcome-icon,
.plan-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid #cfd7da;
	border-radius: 8px;
	background: var(--surface);
	color: var(--accent);
	font-size: 1.32rem;
	line-height: 1;
	flex: 0 0 auto;
}

.outcome-grid h3 {
	font-size: clamp(1.35rem, 2.4vw, 2.1rem);
}

.outcome-grid p {
	margin-top: 14px;
	font-size: 1rem;
}

.company-section {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) minmax(260px, 0.82fr);
	gap: clamp(34px, 5vw, 80px);
	align-items: center;
}

.company-icon {
	position: relative;
	width: 168px;
	height: 162px;
}

.company-icon::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 5px;
	border-radius: 999px;
	background: #111;
	content: "";
}

.company-tower {
	position: absolute;
	bottom: 0;
	left: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	width: 88px;
	height: 150px;
	padding: 22px 16px 20px;
	border: 5px solid #111;
	background: #fff;
}

.company-tower::before {
	position: absolute;
	top: -20px;
	left: 19px;
	width: 40px;
	height: 12px;
	border: 5px solid #111;
	border-bottom: 0;
	content: "";
}

.company-side {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	gap: 13px;
	width: 74px;
	height: 108px;
	padding: 18px 17px 16px;
	border: 5px solid #111;
	border-left: 0;
	background: #fff;
}

.company-tower span,
.company-side span {
	display: block;
	border: 4px solid #111;
	min-height: 12px;
}

.section-label {
	margin-bottom: 14px;
	color: #202426;
	font-size: 1rem;
	font-weight: 760;
}

.company-section h2 {
	max-width: 640px;
}

.company-section p:not(.section-label) {
	margin-top: 20px;
	max-width: 620px;
}

.plain-list {
	display: grid;
	gap: 18px;
}

.plain-list li,
.package-grid li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 14px;
	align-items: start;
	color: #293034;
	font-size: 1rem;
	line-height: 1.55;
}

.plain-list li::before,
.package-grid li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 0.76rem;
}

.industries {
	display: grid;
	gap: 32px;
}

.industries h2 {
	max-width: none;
}

.work-flow-header {
	display: grid;
	gap: 14px;
}

.work-flow-header h2 {
	font-size: 3.75rem;
	line-height: 1.08;
	white-space: nowrap;
}

.industry-lead {
	max-width: none;
	margin-top: 0;
	white-space: nowrap;
}

.work-use-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.work-use-card {
	display: grid;
	align-content: start;
	min-width: 0;
	min-height: 316px;
	padding: 30px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.work-use-visual {
	justify-self: center;
	width: 100%;
	max-width: 132px;
	height: auto;
	margin-bottom: 22px;
	opacity: 1;
}

.work-use-card h3 {
	max-width: 300px;
	font-size: clamp(1.32rem, 2vw, 1.9rem);
}

.work-use-card p {
	margin-top: 10px;
	color: #4e585d;
	font-size: 0.96rem;
	line-height: 1.55;
}

.work-use-card .work-story {
	margin-top: 16px;
	color: #162326;
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.45;
}

.work-use-card span {
	margin-top: 18px;
	color: var(--accent);
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0;
}

.industry-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.industry-rail span {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #263034;
	font-size: 0.95rem;
	font-weight: 650;
}

.integrations {
	display: grid;
	gap: 42px;
}

.integration-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.integration-card {
	display: grid;
	align-content: start;
	gap: 9px;
	min-width: 0;
	min-height: 178px;
	padding: 26px 22px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
	transition: background 180ms ease, transform 180ms ease;
}

.integration-card:hover {
	background: var(--surface);
	transform: translateY(-2px);
}

.integration-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 58px;
}

.integration-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.integration-logo .logo-icon {
	width: auto;
	max-width: 52px;
	max-height: 52px;
}

.integration-logo .logo-wide {
	width: auto;
	max-width: min(126px, 100%);
	max-height: 42px;
}

.integration-logo .logo-extra-wide {
	width: auto;
	max-width: min(154px, 100%);
	max-height: 34px;
}

.integration-logo .logo-workspace {
	width: auto;
	max-width: min(158px, 100%);
	max-height: 24px;
}

.integration-card strong {
	margin-top: 10px;
	font-size: 0.98rem;
	line-height: 1.35;
}

.integration-card span {
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.5;
}

.packages {
	display: grid;
	gap: 46px;
	justify-items: center;
}

.section-heading {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 34px;
	align-items: end;
}

.download-heading {
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: start;
}

.download-heading h2,
.download-heading p {
	white-space: nowrap;
}

.download-heading h2 {
	font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.download-heading p {
	max-width: none;
	font-size: clamp(0.96rem, 1.35vw, 1.08rem);
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.package-grid article {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 520px;
	padding: 34px;
	border-right: 1px solid var(--line);
}

.package-grid article:last-child {
	border-right: 0;
}

.package-visual {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.package-icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 1px solid #cfd7da;
	border-radius: 8px;
	background: var(--surface);
	color: var(--accent);
	font-size: 1.55rem;
	line-height: 1;
}

.package-type {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #4f585d;
	font-size: 0.82rem;
	font-weight: 760;
	line-height: 1;
	white-space: nowrap;
}

.package-grid h3 {
	font-size: clamp(1.45rem, 2.1vw, 2.05rem);
}

.package-grid .price {
	margin-top: 14px;
	color: var(--text);
	font-size: 1.1rem;
	font-weight: 760;
}

.package-grid article > p:not(.price) {
	margin-top: 18px;
	font-size: 0.98rem;
}

.package-grid ul {
	display: grid;
	gap: 14px;
	margin-top: auto;
	padding-top: 34px;
}

.package-note {
	max-width: 760px;
	color: #596166;
	font-size: 1rem;
}

.package-intro {
	display: grid;
	width: 80%;
	gap: 14px;
	justify-items: center;
	text-align: center;
}

.package-intro h2 {
	max-width: 820px;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	line-height: 1.18;
}

.package-intro p {
	max-width: 920px;
	color: #4f5b5d;
	font-size: clamp(0.98rem, 1.4vw, 1.1rem);
	line-height: 1.75;
}

.package-comparison-wrap {
	width: 80%;
	overflow-x: auto;
	border: 1px solid #d9e1df;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(18, 39, 39, 0.06);
}

.package-comparison {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	color: var(--text);
	font-size: clamp(0.88rem, 1.15vw, 0.98rem);
	line-height: 1.35;
}

.package-comparison th,
.package-comparison td {
	min-height: 32px;
	padding: 12px 16px;
	border-right: 1px solid #e3e9e7;
	border-bottom: 1px solid #e3e9e7;
	vertical-align: middle;
}

.package-comparison th:last-child,
.package-comparison td:last-child {
	border-right: 0;
}

.package-comparison tbody tr:last-child th,
.package-comparison tbody tr:last-child td {
	border-bottom: 0;
}

.package-comparison thead th {
	background: #f3f7f6;
	color: #0b1718;
	font-size: clamp(1.08rem, 1.65vw, 1.34rem);
	font-weight: 900;
	text-align: center;
	letter-spacing: 0;
}

.package-comparison tbody th {
	width: 30%;
	background: #fff;
	font-weight: 700;
	text-align: left;
}

.package-comparison tbody tr:nth-child(even) th,
.package-comparison tbody tr:nth-child(even) td {
	background: #fbfcfc;
}

.package-comparison tbody tr:hover th,
.package-comparison tbody tr:hover td {
	background: #f5faf9;
}

.package-comparison td {
	text-align: center;
}

.package-status {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1;
}

.status-yes {
	background: var(--accent);
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

.status-no {
	background: #edf3f3;
	color: #728082;
	box-shadow: inset 0 0 0 1px #d6e1e1;
}

.package-status-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 12px;
	border: 1px solid #d4ddda;
	border-radius: 999px;
	background: #f4f8f7;
	color: var(--accent-dark);
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

.plans h2 {
	max-width: 780px;
}

.plan-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.plan-list div {
	min-width: 0;
	min-height: 210px;
	padding: 30px 32px;
	border-right: 1px solid var(--line);
}

.plan-list div:last-child {
	border-right: 0;
}

.plan-list p {
	margin-top: 16px;
	font-size: 0.98rem;
}

.plan-icon {
	margin-bottom: 24px;
}

.cta {
	display: grid;
	align-items: start;
	gap: clamp(34px, 4.8vw, 58px);
}

.cta h2 {
	max-width: none;
	white-space: nowrap;
}

.contact-copy p {
	margin-top: 22px;
	max-width: none;
	white-space: nowrap;
}

/* The demo link can be long — never force it onto one line. */
.contact-copy .quiet-note {
	margin-top: 12px;
	white-space: normal;
}

.contact-copy .quiet-note a {
	color: var(--accent);
	text-decoration: underline;
}

.enterprise-form {
	display: grid;
	gap: 22px;
	width: 100%;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(14, 30, 32, 0.05);
	text-align: left;
}

.form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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

.enterprise-form label,
.enterprise-form fieldset {
	min-width: 0;
}

.enterprise-form label {
	display: grid;
	gap: 8px;
	color: #293034;
	font-size: 0.92rem;
	font-weight: 760;
}

.required-mark {
	color: var(--accent);
	font-size: 0.92em;
}

.enterprise-form input,
.enterprise-form select,
.enterprise-form textarea {
	width: 100%;
	border: 1px solid #cfd7da;
	border-radius: 8px;
	background: #fff;
	color: var(--text);
	font: inherit;
	font-size: 0.96rem;
	line-height: 1.4;
}

.enterprise-form input,
.enterprise-form select {
	min-height: 44px;
	padding: 9px 12px;
}

.enterprise-form textarea {
	min-height: 150px;
	padding: 12px;
	resize: vertical;
}

.enterprise-form input:user-invalid,
.enterprise-form select:user-invalid,
.enterprise-form textarea:user-invalid {
	border-color: #b34532;
}

.enterprise-form input.is-invalid,
.enterprise-form select.is-invalid,
.enterprise-form textarea.is-invalid,
.enterprise-form [aria-invalid="true"] {
	border-color: #b34532;
}

.enterprise-form input:focus,
.enterprise-form select:focus,
.enterprise-form textarea:focus {
	border-color: var(--accent);
	outline: 2px solid rgba(0, 109, 112, 0.14);
	outline-offset: 0;
}

.integration-fieldset {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	padding: 0;
	border: 0;
}

.integration-fieldset legend {
	flex: 0 0 100%;
	margin-bottom: 2px;
	color: #293034;
	font-size: 0.92rem;
	font-weight: 760;
}

.enterprise-form .integration-fieldset label,
.enterprise-form .consent-row {
	display: flex;
	grid-template-columns: none;
	align-items: flex-start;
	gap: 9px;
	font-weight: 560;
	line-height: 1.55;
}

.integration-fieldset input,
.consent-row input {
	width: auto;
	min-height: 0;
	margin-top: 5px;
	accent-color: var(--accent);
	flex: 0 0 auto;
}

.message-field {
	grid-column: 1 / -1;
}

.consent-row {
	color: #4e575b;
	font-size: 0.9rem;
}

.enterprise-form .consent-row.is-disabled {
	color: #7a8387;
}

.consent-row input:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.consent-row a {
	color: var(--accent);
	font-weight: 760;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.field-help {
	margin-top: -2px;
	color: #738085;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.5;
}

.field-error {
	margin-top: -2px;
	color: #a13624;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.5;
}

.consent-row .field-error {
	flex: 0 0 100%;
	margin-left: 27px;
}

.consent-help {
	margin-top: -14px;
}

.form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.form-status {
	color: #4e575b;
	font-size: 0.92rem;
}

.form-status.is-success {
	color: var(--accent);
}

.form-status.is-error {
	color: #a13624;
}

.privacy-modal[hidden] {
	display: none;
}

.privacy-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	padding: 24px;
}

.privacy-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 13, 13, 0.38);
	backdrop-filter: blur(8px);
}

.privacy-modal-dialog {
	position: relative;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(100%, 860px);
	max-height: min(86vh, 780px);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 36px 90px rgba(14, 30, 32, 0.18);
}

.privacy-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 28px;
	border-bottom: 1px solid var(--line);
}

.privacy-modal-head h1,
.privacy-modal-head h2 {
	max-width: none;
	font-size: clamp(1.55rem, 2.8vw, 2.6rem);
	line-height: 1.18;
	white-space: normal;
}

.privacy-modal-close {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border: 1px solid #cfd7da;
	border-radius: 8px;
	background: #fff;
	color: #22282b;
	cursor: pointer;
}

.privacy-modal-close:hover,
.privacy-modal-close:focus-visible {
	border-color: var(--accent);
	color: var(--accent);
}

.privacy-modal-body {
	max-width: none;
	overflow: auto;
	padding: 26px 30px;
}

.privacy-modal-body.legal-content {
	max-width: none;
}

.privacy-modal-intro {
	padding: 20px 28px 0;
	font-size: 1rem;
}

.privacy-modal-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 28px 24px;
	border-top: 1px solid var(--line);
}

.privacy-modal-actions .field-help {
	margin: 0;
}

.privacy-modal-actions .button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
	transform: none;
}

.privacy-page-modal {
	display: grid;
	place-items: center;
	min-height: calc(100vh - 190px);
}

.privacy-page-dialog {
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	width: min(100%, 920px);
	max-height: calc(100vh - 210px);
}

body.has-privacy-modal {
	overflow: hidden;
}

.install-guide {
	display: grid;
	gap: 44px;
}

.guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.guide-grid article {
	min-width: 0;
	min-height: 260px;
	padding: 30px 32px;
	border-right: 1px solid var(--line);
}

.guide-grid article:last-child {
	border-right: 0;
}

.guide-grid span {
	display: block;
	margin-bottom: 34px;
	color: var(--accent);
	font-size: 0.86rem;
	font-weight: 760;
}

.guide-grid h3,
.guide-notes h3 {
	font-size: clamp(1.28rem, 2vw, 1.78rem);
}

.guide-grid p,
.guide-notes p {
	margin-top: 14px;
	font-size: 0.98rem;
}

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

.guide-notes > div {
	padding: 28px 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--surface);
}

.requirements-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.requirements-grid article {
	min-width: 0;
	min-height: 260px;
	padding: 30px 32px;
	border-right: 1px solid var(--line);
}

.requirements-grid article:last-child {
	border-right: 0;
}

.requirements-grid h3 {
	font-size: clamp(1.28rem, 2vw, 1.78rem);
}

.requirements-grid ul {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.requirements-grid li {
	color: #424b50;
	font-size: 0.98rem;
	line-height: 1.7;
}

.install-checklist {
	margin-top: -10px;
}

.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	margin: auto 0 0;
	padding: 34px var(--gutter) 48px;
	color: #7c8589;
	font-size: 0.95rem;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px clamp(18px, 3vw, 34px);
	color: #31373a;
}

.page-section {
	display: grid;
	gap: 42px;
	min-height: calc(100vh - 190px);
}

.page-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
	gap: clamp(38px, 7vw, 100px);
	align-items: end;
}

.page-hero p {
	margin-top: 24px;
	max-width: 660px;
}

.page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.page-panel {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.page-panel h2,
.page-panel h3 {
	font-size: clamp(1.45rem, 2.2vw, 2.2rem);
	line-height: 1.25;
}

.page-panel p {
	margin-top: 14px;
	font-size: 1rem;
}

.page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.page-grid .page-panel {
	min-width: 0;
	min-height: 270px;
	border: 0;
	border-right: 1px solid var(--line);
	border-radius: 0;
}

.page-grid .page-panel:last-child {
	border-right: 0;
}

.status-icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--accent);
	font-size: 1rem;
}

.page-list {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.page-list li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 14px;
	min-width: 0;
	color: #293034;
	line-height: 1.65;
}

.page-list li::before {
	content: "\f00c";
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--accent);
	border-radius: 50%;
	color: var(--accent);
	font-family: FontAwesome;
	font-size: 0.76rem;
}

body[data-page="github"] .page-hero,
body[data-page="discord"] .page-hero,
body[data-page="privacy"] .page-hero,
body[data-page="terms"] .page-hero {
	grid-template-columns: 1fr;
	align-items: start;
	gap: 30px;
}

body[data-page="github"] .page-hero h1,
body[data-page="discord"] .page-hero h1,
body[data-page="privacy"] .page-hero h1,
body[data-page="terms"] .page-hero h1 {
	max-width: none;
	font-size: clamp(2.75rem, 5vw, 5.4rem);
	white-space: nowrap;
}

body[data-page="thank"] .page-hero h1 {
	font-size: clamp(3.4rem, 6.2vw, 5.8rem);
	line-height: 1.05;
}

.thank-you-main {
	display: grid;
	align-items: center;
}

.thank-you-minimal {
	display: grid;
	min-height: calc(100vh - 190px);
	align-content: center;
	justify-items: center;
	gap: 30px;
	text-align: center;
}

.thank-you-minimal h1 {
	max-width: 820px;
	font-size: clamp(2.6rem, 7vw, 6rem);
	line-height: 1.04;
}

.thank-you-actions {
	justify-content: center;
	margin-top: 0;
}

@media (min-width: 900px) {
	body[data-page="thank"] .page-hero h1 {
		white-space: nowrap;
	}
}

body[data-page="discord"] .page-hero > div:first-child,
body[data-page="discord"] .text-block {
	width: 80%;
	max-width: none;
}

body[data-page="discord"] .page-hero p,
body[data-page="discord"] .text-block h2 {
	max-width: none;
	white-space: nowrap;
}

body[data-page="privacy"] .page-hero p,
body[data-page="terms"] .page-hero p {
	max-width: none;
	white-space: nowrap;
}

body[data-page="privacy"] .legal-content,
body[data-page="terms"] .legal-content {
	width: 100%;
	max-width: none;
}

body[data-page="privacy"] .legal-content h2,
body[data-page="terms"] .legal-content h2 {
	white-space: nowrap;
}

body[data-page="discord"] .page-list {
	grid-template-columns: repeat(3, max-content);
	gap: 18px 28px;
}

body[data-page="discord"] .page-list li {
	white-space: nowrap;
}

.text-block {
	display: grid;
	gap: 28px;
	max-width: 860px;
}

.legal-content {
	max-width: 820px;
	gap: 18px;
}

.legal-content h2 {
	margin-top: 28px;
	font-size: clamp(1.28rem, 2.1vw, 1.72rem);
	line-height: 1.3;
}

.legal-content p,
.legal-content li {
	color: #424b50;
	font-size: 1rem;
	line-height: 1.8;
}

.legal-content ul {
	display: grid;
	gap: 8px;
	margin: 2px 0 10px;
	padding-left: 22px;
}

.legal-updated {
	color: #7a8388;
	font-size: 0.95rem;
}

.text-block h2 {
	margin-top: 10px;
	font-size: clamp(1.7rem, 2.9vw, 2.7rem);
}

.text-block p {
	font-size: 1rem;
}

@media (max-width: 1080px) {
	.hero,
	.split-section,
	.outcome-head,
	.section-heading,
	.cta,
	.page-hero {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: auto;
	}

	.download-heading {
		grid-template-columns: 1fr;
	}

	.company-section {
		grid-template-columns: 150px 1fr;
	}

	.company-section .plain-list {
		grid-column: 2;
	}

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

	.work-use-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.work-flow-header h2 {
		font-size: 3.1rem;
	}

	.site-header {
		min-height: 74px;
	}

	.header-right {
		gap: 18px;
	}

	.page-grid {
		grid-template-columns: 1fr;
	}

	.guide-grid,
	.requirements-grid,
	.guide-notes {
		grid-template-columns: 1fr;
	}

	.form-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.page-grid .page-panel,
	.page-grid .page-panel:last-child,
	.guide-grid article,
	.guide-grid article:last-child,
	.requirements-grid article,
	.requirements-grid article:last-child {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.page-grid .page-panel:last-child,
	.guide-grid article:last-child,
	.requirements-grid article:last-child {
		border-bottom: 0;
	}

	body[data-page="github"] .page-hero h1,
	body[data-page="discord"] .page-hero h1,
	body[data-page="discord"] .page-hero p,
	body[data-page="discord"] .text-block h2,
	body[data-page="discord"] .page-list li,
	body[data-page="privacy"] .page-hero h1,
	body[data-page="terms"] .page-hero h1,
	body[data-page="privacy"] .page-hero p,
	body[data-page="terms"] .page-hero p,
	body[data-page="privacy"] .legal-content h2,
	body[data-page="terms"] .legal-content h2 {
		white-space: normal;
	}

	body[data-page="discord"] .page-hero > div:first-child,
	body[data-page="discord"] .text-block {
		width: 100%;
	}

	body[data-page="discord"] .page-list {
		grid-template-columns: 1fr;
	}

}

@media (min-width: 821px) and (max-height: 760px) {
	h1 {
		font-size: clamp(3.25rem, 5.35vw, 5.2rem);
	}

	.hero-lead {
		margin-top: 20px;
		font-size: 1.08rem;
		line-height: 1.72;
	}

	.hero-actions {
		margin-top: 22px;
	}

	.setup-strip {
		margin-top: 22px;
		padding: 12px 14px;
	}

	.hero {
		padding-bottom: 22px;
	}
}

@media (max-width: 820px) {
	:root {
		--content-gutter: var(--gutter);
	}

	.site-header {
		position: static;
		grid-template-columns: 1fr;
		align-items: start;
		min-height: 0;
		padding: 20px 24px;
	}

	.header-right {
		width: 100%;
		justify-content: space-between;
		gap: 16px;
	}

	.language-switch {
		width: max-content;
		order: 2;
	}

	.main-nav {
		order: 1;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		align-items: start;
		gap: 8px 20px;
		font-size: 0.88rem;
	}

	.main-nav a {
		flex: 0 0 auto;
	}

	.section-frame,
	.site-footer {
		width: auto;
		max-width: none;
	}

	.package-intro,
	.package-comparison-wrap {
		width: 100%;
	}

	.page-section,
	.download-page {
		min-height: auto;
	}

	h1 {
		font-size: clamp(2.25rem, 9vw, 3rem);
		line-height: 1.12;
	}

	.outcome-head h2,
	.outcome-head p,
	.download-heading h2,
	.download-heading p,
	.work-flow-header h2,
	.industry-lead,
	.cta h2,
	.contact-copy p {
		white-space: normal;
	}

	.outcome-grid,
	.download-grid,
	.package-grid,
	.plan-list {
		grid-template-columns: 1fr;
	}

	.outcome-grid > div,
	.download-card,
	.package-grid article,
	.plan-list div {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.outcome-grid > div:last-child,
	.download-card:last-child,
	.package-grid article:last-child,
	.plan-list div:last-child {
		border-bottom: 0;
	}

	.company-section {
		grid-template-columns: 1fr;
	}

	.company-section .plain-list {
		grid-column: auto;
	}

	.integration-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.work-use-grid {
		grid-template-columns: 1fr;
	}

	.work-flow-header h2 {
		font-size: 2.15rem;
	}

	.work-use-card {
		min-height: auto;
		padding: 26px 24px;
	}

	.work-use-visual {
		max-width: 128px;
	}

	.integration-card {
		min-height: 156px;
		padding: 22px 18px;
	}

	.package-grid article {
		min-height: 0;
	}

	.download-page {
		min-height: auto;
		text-align: left;
		justify-items: start;
	}

	.download-tabs,
	.download-panel,
	.download-actions {
		justify-content: flex-start;
		justify-items: start;
	}

	.download-panels,
	.download-command {
		width: 100%;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.enterprise-form {
		padding: 24px;
	}

	.privacy-modal {
		align-items: stretch;
		padding: 16px;
	}

	.privacy-modal-dialog,
	.privacy-page-dialog {
		width: 100%;
		max-height: calc(100vh - 32px);
	}

	.privacy-page-modal {
		place-items: stretch;
		min-height: auto;
	}

	.privacy-modal-head,
	.privacy-modal-body,
	.privacy-modal-actions {
		padding-left: 18px;
		padding-right: 18px;
	}

	.privacy-modal-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.site-footer {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		max-width: none;
		padding-right: 24px;
		padding-left: 24px;
	}

	.footer-nav {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.section-frame {
		width: auto;
		margin-right: auto;
		margin-left: 24px;
		padding: 62px 0;
		margin-right: 24px;
	}

	.work-flow-header h2 {
		font-size: 1.55rem;
	}

	.industry-lead {
		font-size: 0.95rem;
	}

	.hero-actions,
	.hero-actions .button {
		width: 100%;
		max-width: none;
	}

	.hero-actions .button {
		flex: 0 0 100%;
	}

	.hero-actions,
	.hero-actions .button,
	.setup-strip,
	.hero-lead {
		max-width: none;
	}

	.hero-copy {
		width: 100%;
		max-width: none;
		padding-right: 0;
	}

	.header-right {
		align-items: flex-start;
		flex-direction: column;
		max-width: 100%;
		padding-top: 24px;
	}

	.language-switch {
		position: absolute;
		top: 22px;
		right: 24px;
		left: auto;
		order: 1;
		align-self: auto;
		max-width: 100%;
		margin-left: 0;
	}

	.language-switch button {
		min-width: 0;
		width: 34px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.language-switch button span:not(.flag-icon) {
		display: none;
	}

	.main-nav {
		order: 2;
		display: grid;
		grid-template-columns: repeat(3, max-content);
		width: 100%;
		justify-content: start;
		gap: 8px 24px;
	}

	.page-actions,
	.page-actions .button {
		width: 100%;
	}

	.page-panel,
	.download-card,
	.outcome-grid > div,
	.package-grid article,
	.plan-list div,
	.guide-grid article,
	.requirements-grid article {
		padding: 24px;
	}

	.page-list li,
	.plain-list li,
	.package-grid li {
		grid-template-columns: 24px 1fr;
		gap: 12px;
	}

	.page-list li::before,
	.plain-list li::before,
	.package-grid li::before {
		width: 24px;
		height: 24px;
	}

	.integration-list {
		grid-template-columns: 1fr;
	}

	.download-page h1 {
		max-width: 100%;
		font-size: clamp(2.35rem, 12vw, 3rem);
		overflow-wrap: anywhere;
	}

	.download-lead {
		max-width: 100%;
	}

	.download-heading h2,
	.download-heading p {
		white-space: normal;
	}

	.download-counter {
		justify-content: flex-start;
		width: 100%;
	}

	.download-tabs {
		width: 100%;
		max-width: none;
		justify-content: stretch;
	}

	.download-tabs button {
		flex: 1 1 100%;
		justify-content: center;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.download-command code {
		display: block;
		width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-all;
	}

	.download-command {
		min-width: 0;
		max-width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.enterprise-form,
	.guide-notes > div {
		width: 100%;
		max-width: none;
		padding: 20px;
	}

	.integration-fieldset {
		display: grid;
		gap: 12px;
	}

	.form-actions,
	.form-actions .button {
		width: 100%;
	}

	.copy-command {
		width: 100%;
		justify-content: center;
	}

	.hero-lead {
		word-break: break-word;
	}

	.setup-strip {
		display: grid;
		width: 100%;
		max-width: none;
		justify-items: start;
	}

	.setup-strip .arrow {
		display: none;
	}

	.setup-strip span {
		overflow-wrap: anywhere;
	}

}
