			:root {
				--white: #ffffff;
				--off-white: #f8f9fa;
				--black: #0a0a0a;
				--ink: #0f1117;
				--mid: #6b6b6b;
				--light: #e8e6e1;
				--teal: #087a6b;
				--teal-light: #e3f3f0;
				--teal-mid: #065e52;
				--amber: #e67e22;
				--font: 'Plus Jakarta Sans', sans-serif;
				--mono: 'IBM Plex Mono', monospace;
				--dark-bg: #0d0d0d;
				--dark-border: rgba(255, 255, 255, 0.07);
				--dark-surface: #141414;
			}
			.skip-link {
				position: absolute;
				top: -100%;
				left: 0;
				background: var(--teal);
				color: var(--white);
				padding: 8px 16px;
				font-size: 14px;
				font-weight: 600;
				z-index: 200;
				text-decoration: none;
				border-radius: 0 0 4px 0;
			}
			.skip-link:focus {
				top: 0;
			}
			a:focus-visible,
			button:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.nav-logo-img {
				height: 26px;
				width: auto;
				display: block;
			}
			.nav-links {
				display: flex;
				gap: 36px;
				list-style: none;
			}
			.nav-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.nav-right {
				display: flex;
				gap: 12px;
				align-items: center;
			}
			.btn-coming-soon-dot {
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: var(--teal);
				opacity: 0.5;
				flex-shrink: 0;
			}
			.btn-nav-solid {
				font-size: 14px;
				font-weight: 700;
				color: var(--white);
				background: var(--teal);
				text-decoration: none;
				padding: 9px 22px;
				border-radius: 100px;
				transition: background 0.18s;
				white-space: nowrap;
			}
			.btn-nav-solid:hover {
				background: var(--teal-mid);
			}
			.btn-nav-solid:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 100px;
			}
			.btn-nav-signin:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 4px;
			}
			.btn-nav-outline:hover {
				background: var(--teal);
				color: var(--white);
			}
			.btn-nav-outline:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
			}

			.breadcrumb a:hover {
				text-decoration: underline;
			}
			.hero {
				padding: 32px 48px 80px;
				max-width: 1100px;
				margin: 0 auto;
				display: grid;
				grid-template-columns: 1fr 380px;
				gap: 72px;
				align-items: start;
			}
			.hero-label {
				display: inline-flex;
				align-items: center;
				gap: 8px;
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--teal);
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
				padding: 5px 12px;
				border-radius: 4px;
				margin-bottom: 28px;
			}
			.hero-label::before {
				content: '';
				width: 6px;
				height: 6px;
				background: var(--teal);
				border-radius: 50%;
				flex-shrink: 0;
			}
			.hero-h1 {
				font-size: clamp(36px, 4.2vw, 58px);
				font-weight: 800;
				line-height: 1.05;
				letter-spacing: -0.035em;
				color: var(--black);
				margin-bottom: 24px;
			}
			.hero-sub {
				font-size: 17px;
				line-height: 1.8;
				color: var(--mid);
				margin-bottom: 36px;
			}
			.hero-tags {
				display: flex;
				flex-wrap: wrap;
				gap: 6px;
			}
			.hero-tag {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				background: var(--off-white);
				border: 1px solid var(--light);
				padding: 4px 10px;
				border-radius: 4px;
			}
			.hero-tag.teal {
				color: var(--teal);
				background: var(--teal-light);
				border-color: rgba(8, 122, 107, 0.2);
			}
			.stack-audit {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 16px;
				padding: 28px 24px;
			}
			.stack-audit-title {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 18px;
			}
			.stack-lines {
				display: flex;
				flex-direction: column;
				gap: 7px;
				margin-bottom: 18px;
			}
			.stack-line {
				display: flex;
				align-items: center;
				justify-content: space-between;
				background: var(--white);
				border: 1px solid var(--light);
				border-radius: 7px;
				padding: 10px 14px;
			}
			.stack-line-left {
				display: flex;
				align-items: center;
				gap: 10px;
			}
			.stack-line-dot {
				width: 7px;
				height: 7px;
				border-radius: 50%;
				flex-shrink: 0;
			}
			.stack-line-dot.active {
				background: #c0392b;
			}
			.stack-line-name {
				font-size: 13px;
				font-weight: 600;
				color: var(--ink);
			}
			.stack-line-role {
				font-size: 11px;
				color: var(--mid);
				margin-top: 1px;
			}
			.stack-line-cost {
				font-family: var(--mono);
				font-size: 11px;
				color: #c0392b;
				font-weight: 600;
			}
			.stack-divider {
				border: none;
				border-top: 1px solid var(--light);
				margin: 4px 0;
			}
			.stack-total {
				display: flex;
				justify-content: space-between;
				align-items: center;
				padding: 10px 14px;
			}
			.stack-total-label {
				font-size: 13px;
				color: var(--mid);
			}
			.stack-total-cost {
				font-family: var(--mono);
				font-size: 15px;
				color: #c0392b;
				font-weight: 700;
			}
			.stack-replace {
				display: flex;
				justify-content: space-between;
				align-items: center;
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.25);
				border-radius: 9px;
				padding: 12px 16px;
				margin-top: 6px;
			}
			.stack-replace-label {
				font-size: 13px;
				font-weight: 700;
				color: var(--teal);
			}
			.stack-replace-cost {
				font-family: var(--mono);
				font-size: 14px;
				font-weight: 700;
				color: var(--teal);
			}
			.stack-note {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				margin-top: 12px;
				letter-spacing: 0.04em;
				text-align: center;
				opacity: 0.6;
			}
			.mono-tag {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--teal);
			}
			.section-h2 {
				font-size: clamp(28px, 3vw, 42px);
				font-weight: 800;
				line-height: 1.1;
				letter-spacing: -0.03em;
				color: var(--black);
				margin-bottom: 16px;
			}
			.section-sub {
				font-size: 16px;
				color: var(--mid);
				line-height: 1.75;
			}
			.leaks-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.leaks-intro {
				margin-bottom: 56px;
				max-width: 680px;
			}
			.leaks-grid {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 12px;
			}
			.leak-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 32px 28px;
				display: grid;
				grid-template-columns: 56px 1fr;
				gap: 20px;
				align-items: start;
			}
			.leak-num-wrap {
				display: flex;
				flex-direction: column;
				align-items: center;
				gap: 8px;
			}
			.leak-num {
				font-family: var(--mono);
				font-size: 28px;
				font-weight: 600;
				color: var(--light);
				line-height: 1;
			}
			.leak-icon {
				width: 40px;
				height: 40px;
				border: 1px solid var(--light);
				border-radius: 9px;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.leak-icon svg {
				width: 18px;
				height: 18px;
				stroke: var(--teal);
				fill: none;
				stroke-width: 1.75;
			}
			.leak-title {
				font-size: 16px;
				font-weight: 700;
				color: var(--black);
				letter-spacing: -0.01em;
				margin-bottom: 10px;
				line-height: 1.3;
			}
			.leak-body {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.7;
				margin-bottom: 14px;
			}
			.leak-body strong {
				color: var(--ink);
				font-weight: 600;
			}
			.leak-cost {
				font-family: var(--mono);
				font-size: 12px;
				color: #c0392b;
				background: rgba(192, 57, 43, 0.06);
				border: 1px solid rgba(192, 57, 43, 0.15);
				padding: 4px 12px;
				border-radius: 4px;
				display: inline-flex;
			}
			.tool-table-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
			}
			.tool-table-inner {
				max-width: 1100px;
				margin: 0 auto;
			}
			.tool-table {
				width: 100%;
				border-collapse: collapse;
				margin-top: 48px;
				margin-bottom: 40px;
			}
			.tool-table th {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				text-align: left;
				padding: 12px 20px;
				border-bottom: 1px solid var(--light);
			}
			.tool-table td {
				font-size: 14px;
				padding: 20px;
				border-bottom: 1px solid rgba(0, 0, 0, 0.04);
				vertical-align: top;
				line-height: 1.6;
			}
			.tool-table tr:last-child td {
				border-bottom: none;
			}
			.tool-name {
				font-weight: 700;
				color: var(--black);
				font-size: 15px;
			}
			.tool-role {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				letter-spacing: 0.08em;
				margin-top: 3px;
			}
			.tool-cost-cell {
				font-family: var(--mono);
				font-size: 13px;
				color: #c0392b;
				font-weight: 600;
				white-space: nowrap;
			}
			.tool-why {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.65;
			}
			.tool-why strong {
				color: var(--ink);
				font-weight: 600;
			}
			.tool-replaces {
				font-size: 13px;
				color: var(--teal);
				line-height: 1.65;
			}
			.tool-overlap {
				display: flex;
				flex-wrap: wrap;
				gap: 5px;
				margin-top: 6px;
			}
			.overlap-tag {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				background: var(--off-white);
				border: 1px solid var(--light);
				padding: 2px 8px;
				border-radius: 3px;
			}
			.tool-table-total {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				padding: 20px 24px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-bottom: 12px;
			}
			.tool-table-total-label {
				font-size: 15px;
				font-weight: 700;
				color: var(--mid);
			}
			.tool-table-total-cost {
				font-family: var(--mono);
				font-size: 18px;
				font-weight: 700;
				color: #c0392b;
			}
			.tool-table-databasin {
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.25);
				border-radius: 10px;
				padding: 20px 24px;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.tool-table-databasin-label {
				font-size: 15px;
				font-weight: 700;
				color: var(--black);
			}
			.tool-table-databasin-sub {
				font-size: 13px;
				color: var(--mid);
				margin-top: 2px;
			}
			.tool-table-databasin-cost {
				font-family: var(--mono);
				font-size: 18px;
				font-weight: 700;
				color: var(--teal);
			}
			.arch-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
			}
			.arch-inner {
				max-width: 1100px;
				margin: 0 auto;
			}
			.arch-intro {
				margin-bottom: 56px;
				max-width: 680px;
			}
			.before-after {
				display: grid;
				grid-template-columns: 1fr 60px 1fr;
				gap: 0;
				align-items: start;
				margin-bottom: 64px;
			}
			.ba-col-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				margin-bottom: 16px;
			}
			.ba-col-label.before {
				color: rgba(192, 57, 43, 0.7);
			}
			.ba-col-label.after {
				color: var(--teal);
			}
			.ba-stack {
				display: flex;
				flex-direction: column;
				gap: 8px;
			}
			.ba-tool {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 8px;
				padding: 12px 16px;
			}
			.ba-tool.dead {
				opacity: 0.4;
			}
			.ba-tool-name {
				font-size: 13px;
				font-weight: 700;
				color: var(--ink);
				margin-bottom: 3px;
			}
			.ba-tool-role {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
			}
			.ba-tool-cost {
				font-family: var(--mono);
				font-size: 10px;
				color: #c0392b;
				margin-top: 4px;
			}
			.ba-arrow-col {
				display: flex;
				align-items: center;
				justify-content: center;
				padding-top: 40px;
			}
			.ba-arrow {
				font-size: 28px;
				color: var(--teal);
			}
			.ba-module {
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
				border-radius: 8px;
				padding: 12px 16px;
			}
			.ba-module-name {
				font-size: 13px;
				font-weight: 700;
				color: var(--black);
				margin-bottom: 3px;
			}
			.ba-module-role {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--teal);
			}
			.ba-module-replaces {
				font-size: 11px;
				color: var(--mid);
				margin-top: 5px;
			}
			.ba-module-replaces s {
				color: var(--mid);
				text-decoration: line-through;
				text-decoration-color: rgba(192, 57, 43, 0.4);
			}
			.ba-total-row {
				display: flex;
				justify-content: flex-end;
				margin-top: 12px;
			}
			.ba-total {
				font-family: var(--mono);
				font-size: 12px;
				padding: 6px 14px;
				border-radius: 6px;
			}
			.ba-total.cost {
				color: #c0392b;
				background: rgba(192, 57, 43, 0.06);
				border: 1px solid rgba(192, 57, 43, 0.15);
			}
			.ba-total.save {
				color: var(--teal);
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
			}
			.migration-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
			}
			.migration-inner {
				max-width: 1100px;
				margin: 0 auto;
			}
			.migration-steps {
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 12px;
				margin-top: 48px;
				position: relative;
			}
			.migration-steps::before {
				content: '';
				position: absolute;
				top: 28px;
				left: calc(12.5% + 6px);
				right: calc(12.5% + 6px);
				height: 1px;
				background: linear-gradient(to right, rgba(8, 122, 107, 0.3), rgba(8, 122, 107, 0.1));
				z-index: 0;
			}
			.migration-step {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 28px 22px;
				position: relative;
				z-index: 1;
			}
			.migration-step.active {
				border-color: rgba(8, 122, 107, 0.3);
			}
			.migration-step-num {
				width: 36px;
				height: 36px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: var(--mono);
				font-size: 13px;
				font-weight: 700;
				margin-bottom: 18px;
				background: var(--white);
				border: 1px solid var(--light);
				color: var(--mid);
			}
			.migration-step.active .migration-step-num {
				background: var(--teal-light);
				border-color: rgba(8, 122, 107, 0.3);
				color: var(--teal);
			}
			.migration-step-title {
				font-size: 15px;
				font-weight: 700;
				color: var(--black);
				letter-spacing: -0.01em;
				margin-bottom: 10px;
				line-height: 1.3;
			}
			.migration-step-body {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.7;
				margin-bottom: 14px;
			}
			.migration-step-tag {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.08em;
				color: var(--mid);
				text-transform: uppercase;
			}
			.migration-step.active .migration-step-tag {
				color: var(--teal);
			}
			.migration-note {
				margin-top: 32px;
				padding: 22px 28px;
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				font-size: 14px;
				color: var(--mid);
				line-height: 1.7;
			}
			.migration-note strong {
				color: var(--ink);
			}
			.decisions-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.decisions-grid {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 12px;
				margin-top: 48px;
			}
			.decision-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 32px 28px;
			}
			.decision-card-problem {
				font-family: var(--mono);
				font-size: 11px;
				color: #c0392b;
				letter-spacing: 0.08em;
				margin-bottom: 14px;
				text-transform: uppercase;
				opacity: 0.7;
			}
			.decision-card-title {
				font-size: 17px;
				font-weight: 700;
				color: var(--black);
				letter-spacing: -0.015em;
				margin-bottom: 12px;
				line-height: 1.3;
			}
			.decision-card-body {
				font-size: 14px;
				color: var(--mid);
				line-height: 1.75;
				margin-bottom: 20px;
			}
			.decision-card-solution {
				font-size: 13px;
				color: var(--teal);
				line-height: 1.65;
				padding-top: 16px;
				border-top: 1px solid rgba(8, 122, 107, 0.15);
			}
			.byo-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
			}
			.byo-inner {
				max-width: 1100px;
				margin: 0 auto;
			}
			.byo-grid {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 12px;
				margin-top: 48px;
			}
			.byo-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 28px 24px;
			}
			.byo-card.featured {
				background: var(--teal-light);
				border-color: rgba(8, 122, 107, 0.25);
			}
			.byo-card-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 12px;
			}
			.byo-card.featured .byo-card-label {
				color: var(--teal);
			}
			.byo-card-platform {
				font-size: 19px;
				font-weight: 800;
				color: var(--black);
				letter-spacing: -0.02em;
				margin-bottom: 10px;
			}
			.byo-card-body {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.7;
				margin-bottom: 18px;
			}
			.byo-gains {
				display: flex;
				flex-direction: column;
				gap: 8px;
			}
			.byo-gain {
				display: flex;
				gap: 10px;
				align-items: flex-start;
				font-size: 13px;
				color: var(--mid);
				line-height: 1.55;
			}
			.byo-gain-dot {
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background: var(--teal);
				flex-shrink: 0;
				margin-top: 6px;
			}
			.byo-note {
				margin-top: 32px;
				padding: 22px 28px;
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.15);
				border-radius: 10px;
				font-size: 14px;
				color: var(--mid);
				line-height: 1.7;
			}
			.byo-note strong {
				color: var(--ink);
			}
			.proof-strip {
				padding: 64px 48px;
				border-top: 1px solid var(--light);
			}
			.proof-strip-inner {
				max-width: 1100px;
				margin: 0 auto;
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 1px;
				background: var(--light);
				border: 1px solid var(--light);
				border-radius: 14px;
				overflow: hidden;
			}
			.proof-item {
				background: var(--white);
				padding: 32px 24px;
			}
			.proof-num {
				font-size: clamp(28px, 2.5vw, 40px);
				font-weight: 800;
				letter-spacing: -0.04em;
				color: var(--black);
				line-height: 1;
				margin-bottom: 8px;
			}
			.proof-num span {
				color: var(--teal);
			}
			.proof-label {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.55;
			}
			.cta {
				padding: 120px 48px;
				text-align: center;
				border-top: 1px solid var(--light);
				position: relative;
				overflow: hidden;
			}
			.cta::before {
				content: '';
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 700px;
				height: 500px;
				background: radial-gradient(ellipse at 50% 0%, rgba(8, 122, 107, 0.05) 0%, transparent 65%);
				pointer-events: none;
			}
			.cta-mono {
				font-family: var(--mono);
				font-size: 11px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--teal);
				margin-bottom: 24px;
				display: flex;
				justify-content: center;
			}
			.cta-h2 {
				font-size: clamp(36px, 5vw, 64px);
				font-weight: 800;
				line-height: 1.05;
				letter-spacing: -0.04em;
				color: var(--black);
				max-width: 680px;
				margin: 0 auto 24px;
			}
			.cta-sub {
				font-size: 16px;
				color: var(--mid);
				max-width: 500px;
				margin: 0 auto 40px;
				line-height: 1.7;
			}
			.cta-actions {
				display: flex;
				gap: 14px;
				justify-content: center;
			}
			.btn-ghost {
				font-size: 15px;
				font-weight: 600;
				color: var(--ink);
				text-decoration: none;
				padding: 14px 32px;
				border-radius: 100px;
				border: 1.5px solid var(--light);
				transition: border-color 0.18s;
			}
			.btn-ghost:hover {
				border-color: #aaa;
			}
			.btn-ghost:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 100px;
			}
			.page-nav-outer {
				border-top: 1px solid var(--light);
			}
			.page-nav {
				padding: 40px 48px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				max-width: 1100px;
				margin: 0 auto;
			}
			.page-nav-link {
				display: flex;
				flex-direction: column;
				gap: 4px;
				text-decoration: none;
			}
			.page-nav-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				color: var(--mid);
			}
			.page-nav-title {
				font-size: 15px;
				font-weight: 700;
				color: var(--ink);
				transition: color 0.18s;
			}
			.page-nav-link:hover .page-nav-title {
				color: var(--teal);
			}
			.page-nav-link.next {
				text-align: right;
			}
			.footer-logo-img {
				height: 18px;
				width: auto;
				display: block;
			}
			.footer-links {
				display: flex;
				gap: 24px;
				list-style: none;
				flex-wrap: wrap;
			}
			.footer-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 2px;
			}
			@media (min-width: 1101px) {
				.nav-hamburger,
				.nav-drawer,
				.nav-overlay {
					display: none !important;
				}
			}
			@media (max-width: 1100px) {
				.nav-links,
				.nav-right {
					display: none;
				}
				.hero {
					grid-template-columns: 1fr;
					gap: 40px;
					padding: 32px 24px 60px;
				}
				.leaks-section,
				.tool-table-section .tool-table-inner,
				.arch-section .arch-inner,
				.migration-section .migration-inner,
				.decisions-section,
				.byo-section .byo-inner,
				.proof-strip,
				.cta {
					padding-left: 24px;
					padding-right: 24px;
				}
				.leaks-grid,
				.decisions-grid {
					grid-template-columns: 1fr;
				}
				.before-after {
					grid-template-columns: 1fr;
				}
				.ba-arrow-col {
					display: none;
				}
				.migration-steps {
					grid-template-columns: 1fr 1fr;
				}
				.migration-steps::before {
					display: none;
				}
				.byo-grid {
					grid-template-columns: 1fr;
				}
				.proof-strip-inner {
					grid-template-columns: 1fr 1fr;
				}
				.page-nav {
					padding: 32px 24px;
				}
				.footer-links {
					justify-content: center;
				}
				.nav-hamburger {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					gap: 5px;
					width: 40px;
					height: 40px;
					background: none;
					border: none;
					cursor: pointer;
					padding: 0;
					border-radius: 6px;
					flex-shrink: 0;
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(1) {
					transform: translateY(7px) rotate(45deg);
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(2) {
					opacity: 0;
					transform: scaleX(0);
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(3) {
					transform: translateY(-7px) rotate(-45deg);
				}
				.nav-hamburger:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 6px;
				}
				.nav-drawer.is-open {
					display: block;
				}
				.nav-overlay {
					display: none;
					position: fixed;
					inset: 0;
					z-index: 98;
					background: rgba(0, 0, 0, 0.25);
				}
				.nav-overlay.is-open {
					display: block;
				}
				.drawer-link:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: -2px;
				}
				.drawer-actions {
					padding: 12px 24px 0;
					display: flex;
					flex-direction: column;
					gap: 10px;
				}
				.drawer-coming-soon-dot {
					width: 6px;
					height: 6px;
					border-radius: 50%;
					background: var(--teal);
					opacity: 0.5;
					flex-shrink: 0;
				}
				.drawer-demo {
					display: block;
					text-align: center;
					background: var(--teal);
					color: var(--white);
					font-size: 15px;
					font-weight: 700;
					border-radius: 100px;
					padding: 13px 24px;
					text-decoration: none;
					transition: background 0.18s;
				}
				.drawer-demo:hover {
					background: var(--teal-mid);
				}
				.drawer-demo:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 100px;
				}
				.drawer-signin {
					display: block;
					text-align: center;
					font-size: 14px;
					font-weight: 600;
					color: var(--mid);
					text-decoration: none;
					padding: 10px 16px;
					transition: color 0.18s;
				}
				.drawer-signin:hover {
					color: var(--ink);
				}
				.drawer-demo-outline {
					display: block;
					text-align: center;
					background: transparent;
					color: var(--teal);
					font-size: 15px;
					font-weight: 700;
					border: 1.5px solid var(--teal);
					border-radius: 100px;
					padding: 11px 24px;
					text-decoration: none;
					transition:
						background 0.18s,
						color 0.18s;
				}
				.drawer-demo-outline:hover {
					background: var(--teal);
					color: var(--white);
				}
			}
			@media (min-width: 961px) {
				.nav-hamburger,
				.nav-drawer,
				.nav-overlay {
					display: none !important;
				}
			}

			/* BUILD YOUR STACK INTERACTIVE WIDGET */
			.bys-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
			}
			.bys-inner {
				max-width: 1100px;
				margin: 0 auto;
			}
			.bys-intro {
				margin-bottom: 48px;
				max-width: 680px;
			}
			.bys-layout {
				display: grid;
				grid-template-columns: 1fr 380px;
				gap: 32px;
				align-items: start;
			}
			.bys-palette {
			}
			.bys-cat-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 10px;
				margin-top: 24px;
			}
			.bys-cat-label:first-child {
				margin-top: 0;
			}
			.bys-tool-grid {
				display: grid;
				grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
				gap: 8px;
			}
			.bys-tool-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				padding: 14px 14px;
				cursor: pointer;
				transition:
					border-color 0.2s,
					box-shadow 0.2s,
					transform 0.12s;
				display: flex;
				align-items: center;
				gap: 12px;
				user-select: none;
				position: relative;
			}
			.bys-tool-card:hover {
				border-color: rgba(8, 122, 107, 0.3);
				transform: translateY(-1px);
			}
			.bys-tool-card:active {
				transform: translateY(0);
			}
			.bys-tool-card.selected {
				border-color: var(--teal);
				box-shadow: 0 0 0 2px rgba(8, 122, 107, 0.2);
			}
			.bys-tool-card.selected::after {
				content: '';
				position: absolute;
				top: 8px;
				right: 8px;
				width: 16px;
				height: 16px;
				border-radius: 50%;
				background: var(--teal);
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 11.5L3.5 8.5l1-1 2 2 5-5 1 1z' fill='white'/%3E%3C/svg%3E");
			}
			.bys-tool-icon {
				width: 32px;
				height: 32px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: var(--mono);
				font-size: 10px;
				font-weight: 700;
				color: #fff;
				flex-shrink: 0;
				letter-spacing: -0.02em;
			}
			.bys-tool-info {
				flex: 1;
				min-width: 0;
			}
			.bys-tool-name {
				font-size: 13px;
				font-weight: 600;
				color: var(--ink);
				line-height: 1.2;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.bys-tool-meta {
				display: flex;
				align-items: center;
				gap: 8px;
				margin-top: 3px;
			}
			.bys-tool-cost {
				font-family: var(--mono);
				font-size: 11px;
				color: #c0392b;
				font-weight: 600;
			}
			.bys-tool-tag {
				font-family: var(--mono);
				font-size: 9px;
				color: var(--mid);
				background: var(--off-white);
				border: 1px solid var(--light);
				padding: 1px 6px;
				border-radius: 3px;
				white-space: nowrap;
			}
			.bys-sidebar {
				position: sticky;
				top: 88px;
			}
			.bys-drop-zone {
				background: var(--off-white);
				border: 2px dashed var(--light);
				border-radius: 14px;
				padding: 20px;
				min-height: 200px;
				transition:
					border-color 0.2s,
					background 0.2s;
			}
			.bys-drop-zone.has-items {
				border-style: solid;
				border-color: var(--light);
			}
			.bys-drop-zone.drag-over {
				border-color: var(--teal);
				background: rgba(8, 122, 107, 0.03);
			}
			.bys-drop-header {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-bottom: 14px;
			}
			.bys-drop-title {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--mid);
			}
			.bys-clear-btn {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				background: none;
				border: 1px solid var(--light);
				padding: 4px 10px;
				border-radius: 4px;
				cursor: pointer;
				transition:
					color 0.15s,
					border-color 0.15s;
				letter-spacing: 0.04em;
			}
			.bys-clear-btn:hover {
				color: #c0392b;
				border-color: rgba(192, 57, 43, 0.3);
			}
			.bys-empty-msg {
				font-size: 13px;
				color: var(--mid);
				text-align: center;
				padding: 40px 20px;
				line-height: 1.6;
				opacity: 0.6;
			}
			.bys-added-list {
				display: flex;
				flex-direction: column;
				gap: 6px;
			}
			.bys-added-item {
				display: flex;
				align-items: center;
				justify-content: space-between;
				background: var(--white);
				border: 1px solid var(--light);
				border-radius: 8px;
				padding: 10px 12px;
				animation: bysSlideIn 0.25s ease;
			}
			@keyframes bysSlideIn {
				from {
					opacity: 0;
					transform: translateX(12px);
				}
				to {
					opacity: 1;
					transform: translateX(0);
				}
			}
			.bys-added-left {
				display: flex;
				align-items: center;
				gap: 10px;
				min-width: 0;
			}
			.bys-added-icon {
				width: 24px;
				height: 24px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: var(--mono);
				font-size: 8px;
				font-weight: 700;
				color: #fff;
				flex-shrink: 0;
			}
			.bys-added-name {
				font-size: 12px;
				font-weight: 600;
				color: var(--ink);
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.bys-added-right {
				display: flex;
				align-items: center;
				gap: 8px;
				flex-shrink: 0;
			}
			.bys-added-cost {
				font-family: var(--mono);
				font-size: 11px;
				color: #c0392b;
				font-weight: 600;
			}
			.bys-remove-btn {
				width: 22px;
				height: 22px;
				border-radius: 50%;
				border: 1px solid var(--light);
				background: none;
				cursor: pointer;
				display: flex;
				align-items: center;
				justify-content: center;
				transition:
					background 0.15s,
					border-color 0.15s;
				color: var(--mid);
				font-size: 14px;
				line-height: 1;
				padding: 0;
			}
			.bys-remove-btn:hover {
				background: rgba(192, 57, 43, 0.08);
				border-color: rgba(192, 57, 43, 0.3);
				color: #c0392b;
			}
			.bys-totals {
				margin-top: 14px;
				padding-top: 14px;
				border-top: 1px solid var(--light);
			}
			.bys-total-row {
				display: flex;
				justify-content: space-between;
				align-items: center;
				padding: 4px 0;
			}
			.bys-total-label {
				font-size: 12px;
				color: var(--mid);
			}
			.bys-total-cost {
				font-family: var(--mono);
				font-size: 14px;
				font-weight: 700;
				color: #c0392b;
				transition: opacity 0.2s;
			}
			.bys-total-annual {
				font-family: var(--mono);
				font-size: 11px;
				color: var(--mid);
			}
			.bys-db-card {
				margin-top: 16px;
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.25);
				border-radius: 12px;
				padding: 18px 16px;
			}
			.bys-db-header {
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
				margin-bottom: 12px;
			}
			.bys-db-title {
				font-size: 14px;
				font-weight: 700;
				color: var(--teal);
			}
			.bys-db-total {
				font-family: var(--mono);
				font-size: 15px;
				font-weight: 700;
				color: var(--teal);
			}
			.bys-db-breakdown {
				display: flex;
				flex-direction: column;
				gap: 4px;
				margin-bottom: 14px;
			}
			.bys-db-line {
				display: flex;
				justify-content: space-between;
				align-items: center;
				font-size: 11px;
			}
			.bys-db-line-name {
				color: var(--mid);
			}
			.bys-db-line-cost {
				font-family: var(--mono);
				color: var(--teal);
				font-weight: 500;
			}
			.bys-db-range {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				text-align: center;
				margin-bottom: 14px;
				opacity: 0.7;
			}
			.bys-savings {
				padding-top: 14px;
				border-top: 1px solid rgba(8, 122, 107, 0.15);
			}
			.bys-savings-row {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-bottom: 4px;
			}
			.bys-savings-label {
				font-size: 12px;
				font-weight: 600;
				color: var(--teal);
			}
			.bys-savings-value {
				font-family: var(--mono);
				font-size: 15px;
				font-weight: 700;
				color: var(--teal);
			}
			.bys-savings-annual {
				display: flex;
				justify-content: space-between;
				align-items: center;
				font-size: 11px;
				color: var(--mid);
			}
			.bys-savings-bar {
				height: 6px;
				border-radius: 3px;
				background: rgba(8, 122, 107, 0.12);
				margin-top: 10px;
				overflow: hidden;
			}
			.bys-savings-bar-fill {
				height: 100%;
				border-radius: 3px;
				background: var(--teal);
				transition: width 0.5s ease;
				min-width: 0;
			}
			.bys-savings-pct {
				font-family: var(--mono);
				font-size: 18px;
				font-weight: 700;
				color: var(--teal);
				text-align: center;
				margin-top: 8px;
				transition: opacity 0.3s;
			}
			.bys-caps {
				margin-top: 16px;
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				padding: 14px;
				overflow: hidden;
			}
			.bys-caps-title {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 10px;
			}
			.bys-caps-grid {
				display: grid;
				grid-template-columns: 1fr 1fr;
				gap: 6px;
			}
			.bys-cap-row {
				display: flex;
				align-items: center;
				gap: 6px;
				font-size: 11px;
				color: var(--mid);
				min-width: 0;
			}
			.bys-cap-dot {
				width: 8px;
				height: 8px;
				border-radius: 50%;
				flex-shrink: 0;
				border: 1.5px solid var(--light);
				transition:
					background 0.2s,
					border-color 0.2s;
			}
			.bys-cap-dot.covered {
				background: var(--teal);
				border-color: var(--teal);
			}
			.bys-cap-dot.db {
				background: var(--teal);
				border-color: var(--teal);
			}
			.bys-cap-label {
				white-space: normal;
				font-size: 10px;
				line-height: 1.3;
			}
			.bys-note {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				margin-top: 16px;
				letter-spacing: 0.02em;
				opacity: 0.5;
				line-height: 1.6;
				text-align: center;
			}
			@media (max-width: 1100px) {
				.bys-section .bys-inner {
					padding-left: 24px;
					padding-right: 24px;
				}
				.bys-layout {
					grid-template-columns: 1fr;
					gap: 24px;
				}
				.bys-sidebar {
					position: static;
				}
				.bys-tool-grid {
					grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
				}
			}
			@media (max-width: 600px) {
				.bys-tool-grid {
					grid-template-columns: 1fr;
				}
				.bys-caps-grid {
					grid-template-columns: 1fr;
				}
			}

			/* ============================================================
   DARK PORTAL OVERRIDES
   ============================================================ */
			.hero-label {
				background: rgba(8, 122, 107, 0.1);
				border-color: rgba(8, 122, 107, 0.2);
				color: var(--teal);
			}
			.hero-h1 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.hero-sub {
				color: rgba(255, 255, 255, 0.5);
			}
			.hero-tag {
				color: rgba(255, 255, 255, 0.35);
				background: rgba(255, 255, 255, 0.04);
				border-color: rgba(255, 255, 255, 0.08);
			}
			.hero-tag.teal {
				color: var(--teal);
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.18);
			}
			.stack-audit {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.stack-audit-title {
				color: rgba(255, 255, 255, 0.25);
			}
			.stack-line {
				background: #1e1e1e;
				border-color: rgba(255, 255, 255, 0.08);
			}
			.stack-line-name {
				color: rgba(255, 255, 255, 0.8);
			}
			.stack-line-role {
				color: rgba(255, 255, 255, 0.3);
			}
			.stack-line-cost {
				color: #e87060;
			}
			.stack-line-dot.active {
				background: #e74c3c;
			}
			.stack-divider {
				border-top-color: rgba(255, 255, 255, 0.07);
			}
			.stack-total-label {
				color: rgba(255, 255, 255, 0.35);
			}
			.stack-total-cost {
				color: #e87060;
			}
			.stack-replace {
				background: rgba(8, 122, 107, 0.08);
				border-color: rgba(8, 122, 107, 0.25);
			}
			.stack-replace-label {
				color: var(--teal);
			}
			.stack-replace-cost {
				color: var(--teal);
			}
			.stack-note {
				color: rgba(255, 255, 255, 0.2);
			}
			.mono-tag {
				color: var(--teal);
			}
			.section-h2 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.section-sub {
				color: rgba(255, 255, 255, 0.45);
			}
			.leaks-section {
				border-top-color: var(--dark-border);
			}
			.leak-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.leak-num {
				color: rgba(255, 255, 255, 0.08);
			}
			.leak-icon {
				border-color: rgba(255, 255, 255, 0.08);
			}
			.leak-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.leak-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.leak-body strong {
				color: rgba(255, 255, 255, 0.65);
			}
			.leak-cost {
				color: #e87060;
				background: rgba(231, 76, 60, 0.07);
				border-color: rgba(231, 76, 60, 0.15);
			}
			.tool-table-section {
				border-top-color: var(--dark-border);
			}
			.tool-table th {
				color: rgba(255, 255, 255, 0.25);
				border-bottom-color: var(--dark-border);
			}
			.tool-table td {
				border-bottom-color: rgba(255, 255, 255, 0.04);
			}
			.tool-name {
				color: rgba(255, 255, 255, 0.92);
			}
			.tool-role {
				color: rgba(255, 255, 255, 0.25);
			}
			.tool-cost-cell {
				color: #e87060;
			}
			.tool-why {
				color: rgba(255, 255, 255, 0.4);
			}
			.tool-why strong {
				color: rgba(255, 255, 255, 0.7);
			}
			.tool-replaces {
				color: var(--teal);
			}
			.overlap-tag {
				color: rgba(255, 255, 255, 0.3);
				background: rgba(255, 255, 255, 0.04);
				border-color: rgba(255, 255, 255, 0.07);
			}
			.tool-table-total {
				background: #181818;
				border-color: rgba(255, 255, 255, 0.1);
			}
			.tool-table-total-label {
				color: rgba(255, 255, 255, 0.55);
			}
			.tool-table-total-cost {
				color: #e87060;
			}
			.tool-table-databasin {
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.25);
			}
			.tool-table-databasin-label {
				color: rgba(255, 255, 255, 0.92);
			}
			.tool-table-databasin-sub {
				color: rgba(255, 255, 255, 0.35);
			}
			.tool-table-databasin-cost {
				color: var(--teal);
			}
			.bys-section {
				border-top-color: var(--dark-border);
			}
			.bys-cat-label {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-tool-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.bys-tool-card:hover {
				border-color: rgba(8, 122, 107, 0.35);
			}
			.bys-tool-card.selected {
				border-color: var(--teal);
				box-shadow: 0 0 0 2px rgba(8, 122, 107, 0.15);
			}
			.bys-tool-name {
				color: rgba(255, 255, 255, 0.85);
			}
			.bys-tool-cost {
				color: #e87060;
			}
			.bys-tool-tag {
				color: rgba(255, 255, 255, 0.3);
				background: rgba(255, 255, 255, 0.04);
				border-color: rgba(255, 255, 255, 0.08);
			}
			.bys-drop-zone {
				background: rgba(255, 255, 255, 0.02);
				border-color: rgba(255, 255, 255, 0.08);
			}
			.bys-drop-zone.has-items {
				border-color: rgba(255, 255, 255, 0.08);
			}
			.bys-drop-zone.drag-over {
				border-color: var(--teal);
				background: rgba(8, 122, 107, 0.04);
			}
			.bys-drop-title {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-clear-btn {
				color: rgba(255, 255, 255, 0.3);
				border-color: rgba(255, 255, 255, 0.1);
			}
			.bys-clear-btn:hover {
				color: #e87060;
				border-color: rgba(231, 76, 60, 0.3);
			}
			.bys-empty-msg {
				color: rgba(255, 255, 255, 0.3);
			}
			.bys-added-item {
				background: #1e1e1e;
				border-color: rgba(255, 255, 255, 0.08);
			}
			.bys-added-name {
				color: rgba(255, 255, 255, 0.8);
			}
			.bys-added-cost {
				color: #e87060;
			}
			.bys-remove-btn {
				border-color: rgba(255, 255, 255, 0.1);
				color: rgba(255, 255, 255, 0.3);
			}
			.bys-remove-btn:hover {
				background: rgba(231, 76, 60, 0.08);
				border-color: rgba(231, 76, 60, 0.3);
				color: #e87060;
			}
			.bys-totals {
				border-top-color: rgba(255, 255, 255, 0.07);
			}
			.bys-total-label {
				color: rgba(255, 255, 255, 0.35);
			}
			.bys-total-cost {
				color: #e87060;
			}
			.bys-total-annual {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-db-card {
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.25);
			}
			.bys-db-title {
				color: var(--teal);
			}
			.bys-db-total {
				color: var(--teal);
			}
			.bys-db-line-name {
				color: rgba(255, 255, 255, 0.35);
			}
			.bys-db-line-cost {
				color: var(--teal);
			}
			.bys-db-range {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-savings {
				border-top-color: rgba(8, 122, 107, 0.2);
			}
			.bys-savings-label {
				color: var(--teal);
			}
			.bys-savings-value {
				color: var(--teal);
			}
			.bys-savings-annual {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-savings-bar {
				background: rgba(8, 122, 107, 0.1);
			}
			.bys-savings-pct {
				color: var(--teal);
			}
			.bys-caps {
				background: rgba(255, 255, 255, 0.02);
				border-color: rgba(255, 255, 255, 0.07);
			}
			.bys-caps-title {
				color: rgba(255, 255, 255, 0.25);
			}
			.bys-cap-row {
				color: rgba(255, 255, 255, 0.35);
			}
			.bys-cap-dot {
				border-color: rgba(255, 255, 255, 0.12);
			}
			.bys-cap-dot.covered {
				background: var(--teal);
				border-color: var(--teal);
			}
			.bys-cap-dot.db {
				background: var(--teal);
				border-color: var(--teal);
			}
			.bys-note {
				color: rgba(255, 255, 255, 0.2);
			}
			.arch-section {
				border-top-color: var(--dark-border);
			}
			.ba-tool {
				background: #1e1e1e;
				border-color: rgba(255, 255, 255, 0.08);
			}
			.ba-tool-name {
				color: rgba(255, 255, 255, 0.75);
			}
			.ba-tool-role {
				color: rgba(255, 255, 255, 0.28);
			}
			.ba-tool-cost {
				color: #e87060;
			}
			.ba-module {
				background: rgba(8, 122, 107, 0.06);
				border-color: rgba(8, 122, 107, 0.2);
			}
			.ba-module-name {
				color: rgba(255, 255, 255, 0.92);
			}
			.ba-module-role {
				color: rgba(8, 122, 107, 0.7);
			}
			.ba-module-replaces {
				color: rgba(255, 255, 255, 0.3);
			}
			.ba-col-label.before {
				color: rgba(231, 76, 60, 0.7);
			}
			.ba-total.cost {
				color: #e87060;
				background: rgba(231, 76, 60, 0.07);
				border-color: rgba(231, 76, 60, 0.15);
			}
			.ba-total.save {
				color: var(--teal);
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.2);
			}
			.migration-section {
				border-top-color: var(--dark-border);
			}
			.migration-step {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.migration-step.active {
				border-color: rgba(8, 122, 107, 0.3);
			}
			.migration-step-num {
				background: #232323;
				border-color: rgba(255, 255, 255, 0.1);
				color: rgba(255, 255, 255, 0.4);
			}
			.migration-step.active .migration-step-num {
				background: rgba(8, 122, 107, 0.12);
				border-color: rgba(8, 122, 107, 0.35);
				color: var(--teal);
			}
			.migration-step-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.migration-step-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.migration-step-tag {
				color: rgba(255, 255, 255, 0.25);
			}
			.migration-step.active .migration-step-tag {
				color: var(--teal);
			}
			.migration-note {
				background: rgba(255, 255, 255, 0.02);
				border-color: var(--dark-border);
			}
			.migration-note strong {
				color: rgba(255, 255, 255, 0.65);
			}
			.decisions-section {
				border-top-color: var(--dark-border);
			}
			.decision-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.decision-card-problem {
				color: rgba(231, 76, 60, 0.7);
				opacity: 1;
			}
			.decision-card-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.decision-card-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.decision-card-solution {
				color: var(--teal);
				border-top-color: rgba(8, 122, 107, 0.15);
			}
			.byo-section {
				border-top-color: var(--dark-border);
			}
			.byo-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.byo-card.featured {
				background: rgba(8, 122, 107, 0.05);
				border-color: rgba(8, 122, 107, 0.25);
			}
			.byo-card-label {
				color: rgba(255, 255, 255, 0.25);
			}
			.byo-card.featured .byo-card-label {
				color: var(--teal);
			}
			.byo-card-platform {
				color: rgba(255, 255, 255, 0.92);
			}
			.byo-card-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.byo-gain {
				color: rgba(255, 255, 255, 0.45);
			}
			.byo-note {
				background: rgba(8, 122, 107, 0.04);
				border-color: rgba(8, 122, 107, 0.12);
			}
			.byo-note strong {
				color: rgba(255, 255, 255, 0.7);
			}
			.proof-strip {
				border-top-color: var(--dark-border);
			}
			.proof-strip-inner {
				background: var(--dark-border);
				border-color: var(--dark-border);
			}
			.proof-item {
				background: var(--dark-bg);
			}
			.proof-num {
				color: rgba(255, 255, 255, 0.92);
			}
			.proof-label {
				color: rgba(255, 255, 255, 0.35);
			}
			.cta {
				border-top-color: var(--dark-border);
			}
			.cta-h2 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.cta-sub {
				color: rgba(255, 255, 255, 0.35);
			}
			.btn-ghost {
				color: rgba(255, 255, 255, 0.6);
				border-color: rgba(255, 255, 255, 0.12);
			}
			.btn-ghost:hover {
				border-color: rgba(255, 255, 255, 0.3);
				color: #fff;
			}
			.page-nav-outer {
				border-top-color: var(--dark-border);
			}
			.page-nav-label {
				color: rgba(255, 255, 255, 0.2);
			}
			.page-nav-title {
				color: rgba(255, 255, 255, 0.5);
			}
			.page-nav-link:hover .page-nav-title {
				color: #fff;
			}