* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.swesite-theme-body {
	background:
		radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--swesite-primary) 16%, transparent), transparent 32rem),
		radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--swesite-secondary) 18%, transparent), transparent 28rem),
		var(--swesite-bg);
	color: var(--swesite-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	margin: 0;
	min-height: 100vh;
}

.swesite-theme-body.swesite-mode-dark {
	--swesite-bg: #0c1220;
	--swesite-text: #edf4ff;
	--swesite-card-bg: rgba(15, 23, 42, .72);
	background:
		radial-gradient(circle at 16% 10%, rgba(37, 99, 235, .24), transparent 30rem),
		radial-gradient(circle at 82% 6%, rgba(20, 184, 166, .16), transparent 28rem),
		#0c1220;
}

.swesite-theme--preset-standard {
	--swesite-theme-section-gap: 72px;
}

.swesite-theme--preset-premium-3d {
	--swesite-theme-section-gap: 88px;
	background:
		radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--swesite-primary) 22%, transparent), transparent 34rem),
		radial-gradient(circle at 84% 12%, color-mix(in srgb, var(--swesite-secondary) 24%, transparent), transparent 32rem),
		var(--swesite-bg);
}

.swesite-theme--preset-minimal {
	--swesite-card-bg: #fff;
	--swesite-shadow: none;
	background: var(--swesite-bg);
}

.swesite-theme--preset-modern-business {
	--swesite-theme-section-gap: 80px;
}

.swesite-theme--width-boxed .swesite-theme-main,
.swesite-theme--width-boxed .swesite-theme-header,
.swesite-theme--width-boxed .swesite-theme-footer {
	max-width: 1180px;
}

.swesite-theme--width-fullwidth .swesite-theme-main {
	max-width: none;
}

.swesite-theme--cards-clean-white {
	--swesite-card-bg: #fff;
}

.swesite-theme--cards-minimal {
	--swesite-card-bg: #fff;
	--swesite-shadow: none;
}

.swesite-theme--cards-premium-3d {
	--swesite-shadow: 0 34px 90px rgba(15, 23, 42, .22);
}

.swesite-theme--radius-small {
	--swesite-radius: 10px;
}

.swesite-theme--radius-medium {
	--swesite-radius: 18px;
}

.swesite-theme--radius-large {
	--swesite-radius: 26px;
}

.swesite-theme-body a {
	color: inherit;
	text-decoration: none;
}

.swesite-skip-link {
	background: var(--swesite-primary);
	color: #fff;
	left: 20px;
	padding: 10px 14px;
	position: fixed;
	top: -60px;
	z-index: 1000;
}

.swesite-skip-link:focus {
	top: 20px;
}

.swesite-theme-header {
	align-items: center;
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: calc(var(--swesite-radius) + 4px);
	box-shadow: 0 16px 44px rgba(15, 23, 42, .10);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	left: 50%;
	max-width: 1180px;
	padding: 14px 16px;
	position: sticky;
	top: 18px;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	z-index: 50;
}

.header-transparent .swesite-theme-header,
.swesite-theme--header-transparent .swesite-theme-header {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.header-solid .swesite-theme-header,
.swesite-theme--header-white .swesite-theme-header {
	backdrop-filter: none;
	background: #fff;
}

.swesite-theme--header-sticky .swesite-theme-header {
	position: sticky;
}

.swesite-theme--header-off .swesite-theme-header {
	display: none;
}

.swesite-mode-dark .swesite-theme-header {
	background: rgba(15, 23, 42, .76);
	border-color: rgba(148, 163, 184, .18);
}

.swesite-theme-logo,
.swesite-header-actions,
.swesite-theme-nav {
	align-items: center;
	display: flex;
}

.swesite-theme-logo {
	color: var(--swesite-text);
	font-size: 18px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0;
	white-space: nowrap;
}

.swesite-theme-logo-img {
	display: block;
	max-height: 42px;
	max-width: 180px;
	object-fit: contain;
}

.swesite-theme-logo-mark {
	align-items: center;
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	border-radius: 14px;
	box-shadow: 0 14px 30px color-mix(in srgb, var(--swesite-primary) 30%, transparent);
	color: #fff;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.swesite-theme-nav {
	background: rgba(255, 255, 255, .55);
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 999px;
	gap: 6px;
	padding: 5px;
}

.swesite-mode-dark .swesite-theme-nav {
	background: rgba(15, 23, 42, .48);
}

.swesite-theme-nav a {
	border-radius: 999px;
	color: color-mix(in srgb, var(--swesite-text) 74%, transparent);
	font-weight: 700;
	padding: 9px 13px;
}

.swesite-theme-nav a:hover,
.swesite-theme-nav a:focus {
	background: rgba(255, 255, 255, .78);
	color: var(--swesite-text);
}

.swesite-mode-dark .swesite-theme-nav a:hover,
.swesite-mode-dark .swesite-theme-nav a:focus {
	background: rgba(255, 255, 255, .10);
}

.swesite-header-actions {
	gap: 10px;
}

.swesite-theme-cta,
.swesite-button,
.swesite-mode-toggle,
.swesite-cookie-actions button,
.swesite-cookie-actions a {
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
}

.swesite-theme-cta,
.swesite-button-primary,
.swesite-cookie-accept {
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	box-shadow: 0 16px 38px color-mix(in srgb, var(--swesite-primary) 28%, transparent);
	color: #fff;
	padding: 12px 18px;
}

.swesite-button-secondary,
.swesite-cookie-deny,
.swesite-cookie-actions a,
.swesite-mode-toggle {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(148, 163, 184, .22);
	color: var(--swesite-text);
	padding: 12px 18px;
}

.swesite-mode-dark .swesite-button-secondary,
.swesite-mode-dark .swesite-cookie-deny,
.swesite-mode-dark .swesite-cookie-actions a,
.swesite-mode-dark .swesite-mode-toggle {
	background: rgba(255, 255, 255, .10);
	border-color: rgba(148, 163, 184, .22);
}

.swesite-mode-toggle {
	align-items: center;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.swesite-mobile-toggle {
	background: transparent;
	border: 0;
	display: none;
	padding: 8px;
}

.swesite-mobile-toggle span:not(.screen-reader-text) {
	background: var(--swesite-text);
	border-radius: 999px;
	display: block;
	height: 2px;
	margin: 5px 0;
	width: 24px;
}

.swesite-theme-main {
	margin: 0 auto;
	max-width: 1180px;
	padding: 70px 16px 42px;
	width: 100%;
}

.swesite-hero {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .88fr);
	min-height: 620px;
}

.swesite-kicker {
	color: var(--swesite-primary);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.swesite-hero h1,
.swesite-page-hero h1,
.swesite-section-heading h2,
.swesite-split h2,
.swesite-cta-section h2 {
	color: var(--swesite-text);
	font-size: 58px;
	line-height: 1.03;
	margin: 0;
	max-width: 850px;
}

.swesite-hero p,
.swesite-page-hero p,
.swesite-section-heading p,
.swesite-cta-section p {
	color: color-mix(in srgb, var(--swesite-text) 70%, transparent);
	font-size: 18px;
	margin: 20px 0 0;
	max-width: 690px;
}

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

.swesite-hero-panel {
	min-height: 440px;
	perspective: 900px;
	position: relative;
}

.swesite-app-card,
.swesite-service-card,
.swesite-price-card,
.swesite-content-card,
.swesite-cta-section {
	backdrop-filter: blur(22px);
	background: var(--swesite-card-bg);
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: var(--swesite-radius);
	box-shadow: var(--swesite-shadow);
}

.swesite-app-card {
	display: grid;
	gap: 8px;
	padding: 26px;
	position: absolute;
	transform-style: preserve-3d;
	width: min(310px, 86%);
}

.swesite-app-card strong {
	font-size: 52px;
	line-height: 1;
}

.swesite-app-card span,
.swesite-app-card small {
	color: color-mix(in srgb, var(--swesite-text) 72%, transparent);
	font-weight: 800;
}

.swesite-app-card.primary {
	left: 8%;
	top: 8%;
	transform: rotateY(-12deg) rotateX(8deg);
}

.swesite-app-card.secondary {
	right: 0;
	top: 36%;
	transform: rotateY(10deg) rotateX(-4deg);
}

.swesite-app-card.glass {
	bottom: 0;
	left: 16%;
	transform: rotateY(-7deg) rotateX(8deg);
}

.design-3d-no .swesite-hero-panel {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	min-height: auto;
	perspective: none;
}

.design-3d-no .swesite-app-card {
	position: static;
	transform: none;
	width: 100%;
}

.swesite-section,
.swesite-page-hero,
.swesite-split {
	margin-top: 76px;
}

.swesite-section-heading {
	margin-bottom: 28px;
}

.swesite-service-grid,
.swesite-pricing-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swesite-service-card,
.swesite-price-card,
.swesite-content-card {
	padding: 28px;
}

.swesite-service-card h2,
.swesite-service-card h3,
.swesite-price-card h3,
.swesite-content-card h2 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.swesite-service-card p,
.swesite-price-card p,
.swesite-content-card p,
.swesite-feature-list p {
	color: color-mix(in srgb, var(--swesite-text) 70%, transparent);
	margin: 0;
}

.swesite-service-dot {
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	border-radius: 16px;
	box-shadow: 0 14px 28px color-mix(in srgb, var(--swesite-secondary) 24%, transparent);
	display: block;
	height: 44px;
	margin-bottom: 22px;
	width: 44px;
}

.swesite-split {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: .9fr 1.1fr;
}

.swesite-feature-list {
	display: grid;
	gap: 14px;
}

.swesite-feature-list p {
	background: rgba(255, 255, 255, .62);
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: calc(var(--swesite-radius) - 8px);
	padding: 18px;
}

.swesite-mode-dark .swesite-feature-list p {
	background: rgba(255, 255, 255, .08);
}

.swesite-price-card.featured {
	border-color: color-mix(in srgb, var(--swesite-primary) 34%, white);
	transform: translateY(-12px);
}

.swesite-cta-section {
	margin-top: 78px;
	padding: 48px;
	text-align: center;
}

.swesite-cta-section h2,
.swesite-cta-section p {
	margin-left: auto;
	margin-right: auto;
}

.swesite-cta-section .swesite-button {
	display: inline-flex;
	margin-top: 26px;
}

.swesite-page-hero {
	padding: 48px 0 18px;
}

.swesite-content-card {
	margin-top: 24px;
}

.swesite-content-card a {
	color: var(--swesite-primary);
	font-weight: 800;
}

body.swesite-shop-template {
	overflow-x: hidden;
}

html:has(body.swesite-shop-template) {
	overflow-x: hidden;
}

.swesite-shop-template .swesite-theme-main {
	max-width: none;
	padding-inline: 0;
}

.swesite-shop-page {
	--swesite-shop-card: color-mix(in srgb, var(--swesite-card-bg, #fff) 92%, transparent);
	--swesite-shop-muted: color-mix(in srgb, var(--swesite-text, #0f172a) 66%, transparent);
	background:
		radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--swesite-secondary, #14b8a6) 16%, transparent), transparent 30rem),
		radial-gradient(circle at 90% 6%, color-mix(in srgb, var(--swesite-primary, #2563eb) 14%, transparent), transparent 34rem);
	color: var(--swesite-text, #0f172a);
	margin-top: -24px;
	min-height: 70vh;
	padding: 0 0 clamp(56px, 7vw, 96px);
}

.swesite-shop-page__inner {
	margin-inline: auto;
	max-width: 1500px;
	width: min(100% - 40px, 1500px);
}

.swesite-shop-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(236, 254, 255, .56)),
		radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--swesite-secondary, #14b8a6) 22%, transparent), transparent 22rem);
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: calc(var(--swesite-radius, 24px) + 10px);
	box-shadow: 0 26px 76px rgba(15, 23, 42, .10);
	margin-top: clamp(10px, 2vw, 28px);
	overflow: hidden;
	padding: clamp(28px, 5vw, 60px);
	position: relative;
}

.swesite-shop-hero::after {
	background: linear-gradient(135deg, color-mix(in srgb, var(--swesite-primary, #2563eb) 14%, transparent), transparent 58%);
	border-radius: 999px;
	content: "";
	height: 280px;
	position: absolute;
	right: -90px;
	top: -100px;
	width: 280px;
}

.swesite-shop-hero__inner {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.swesite-shop-hero__badge {
	background: color-mix(in srgb, var(--swesite-primary, #2563eb) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 18%, transparent);
	border-radius: 999px;
	color: var(--swesite-primary, #2563eb);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 14px;
	padding: 8px 12px;
}

.swesite-shop-hero__title {
	color: var(--swesite-text, #0f172a);
	font-size: clamp(38px, 5vw, 68px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.swesite-shop-hero__text {
	color: var(--swesite-shop-muted);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.6;
	margin: 18px 0 0;
	max-width: 640px;
}

.swesite-shop-toolbar {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.swesite-shop-search {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
	padding: 8px;
}

.swesite-shop-search__input {
	background: transparent;
	border: 0;
	color: var(--swesite-text, #0f172a);
	font-size: 16px;
	min-height: 48px;
	outline: none;
	padding: 0 16px;
	width: 100%;
}

.swesite-shop-search__input::placeholder {
	color: color-mix(in srgb, var(--swesite-text, #0f172a) 48%, transparent);
}

.swesite-shop-search__button,
.swesite-shop-product-card__button {
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4)));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 30px color-mix(in srgb, var(--swesite-primary, #2563eb) 22%, transparent);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	min-height: 48px;
	padding: 13px 24px;
	text-decoration: none;
	transition: box-shadow .2s ease, transform .2s ease;
}

.swesite-shop-search__button:hover,
.swesite-shop-search__button:focus,
.swesite-shop-product-card__button:hover,
.swesite-shop-product-card__button:focus {
	box-shadow: 0 18px 40px color-mix(in srgb, var(--swesite-primary, #2563eb) 30%, transparent);
	transform: translateY(-1px);
}

.swesite-shop-services-menu {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
}

.swesite-shop-services-menu::-webkit-scrollbar {
	display: none;
}

.swesite-shop-services-menu__list {
	display: flex;
	gap: 10px;
	min-width: max-content;
	padding: 2px 2px 8px;
}

.swesite-shop-services-menu__link {
	background: rgba(255, 255, 255, .70);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	color: var(--swesite-text, #0f172a);
	font-size: 14px;
	font-weight: 850;
	padding: 10px 15px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	white-space: nowrap;
}

.swesite-shop-services-menu__link:hover,
.swesite-shop-services-menu__link:focus {
	transform: translateY(-1px);
}

.swesite-shop-services-menu__link.is-active {
	background: linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 14px 30px color-mix(in srgb, var(--swesite-primary, #2563eb) 20%, transparent);
}

.swesite-shop-mobile-controls {
	display: none;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.swesite-shop-mobile-filter__dropdown {
	min-width: 0;
	position: relative;
}

.swesite-shop-mobile-filter__summary {
	align-items: center;
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
	color: var(--swesite-text, #0f172a);
	cursor: pointer;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	min-height: 56px;
	min-width: 0;
	padding: 12px 16px;
	user-select: none;
}

.swesite-shop-mobile-filter__summary::-webkit-details-marker {
	display: none;
}

.swesite-shop-mobile-filter__summary span:first-child {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.swesite-shop-mobile-filter__summary small {
	color: var(--swesite-shop-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.swesite-shop-mobile-filter__summary strong {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swesite-shop-mobile-filter__chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	flex: 0 0 10px;
	height: 10px;
	margin-right: 3px;
	transform: rotate(45deg);
	transition: transform .18s ease;
	width: 10px;
}

.swesite-shop-mobile-filter__dropdown[open] .swesite-shop-mobile-filter__chevron {
	transform: rotate(225deg);
}

.swesite-shop-mobile-filter__menu {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 22px;
	box-shadow: 0 20px 48px rgba(15, 23, 42, .12);
	display: grid;
	gap: 6px;
	margin-top: 10px;
	max-height: min(62vh, 440px);
	overflow-y: auto;
	padding: 10px;
}

.swesite-shop-mobile-filter__group {
	color: var(--swesite-shop-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	padding: 10px 10px 4px;
	text-transform: uppercase;
}

.swesite-shop-mobile-filter__option {
	border-radius: 16px;
	color: var(--swesite-text, #0f172a);
	display: block;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
	min-height: 44px;
	padding: 13px 12px;
	text-decoration: none;
}

.swesite-shop-mobile-filter__option:hover,
.swesite-shop-mobile-filter__option:focus {
	background: rgba(37, 99, 235, .08);
}

.swesite-shop-mobile-filter__option.is-active {
	background: linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4));
	color: #fff;
}

.swesite-shop-products {
	margin-top: clamp(28px, 5vw, 58px);
}

.swesite-shop-products__heading {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.swesite-shop-products__heading h2 {
	color: var(--swesite-text, #0f172a);
	font-size: clamp(30px, 3.6vw, 48px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.swesite-shop-products__heading > span {
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	color: var(--swesite-shop-muted);
	font-size: 14px;
	font-weight: 850;
	padding: 10px 14px;
	white-space: nowrap;
}

.swesite-shop-products__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swesite-shop-product-card {
	background: var(--swesite-shop-card);
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: calc(var(--swesite-radius, 24px) + 2px);
	box-shadow: 0 18px 48px rgba(15, 23, 42, .09);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 14px;
	transition: box-shadow .22s ease, transform .22s ease;
}

.swesite-shop-product-card:hover,
.swesite-shop-product-card:focus-within {
	box-shadow: 0 24px 64px rgba(15, 23, 42, .13);
	transform: translateY(-3px);
}

.swesite-shop-product-card__image {
	align-items: center;
	background:
		radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .95), transparent 34%),
		linear-gradient(135deg, rgba(239, 246, 255, .88), rgba(236, 254, 255, .74));
	border-radius: calc(var(--swesite-radius, 24px) - 4px);
	display: flex;
	justify-content: center;
	min-height: 210px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.swesite-shop-product-card__badge {
	background: #c9f900;
	border-radius: 999px;
	color: #172033;
	font-size: 11px;
	font-weight: 900;
	left: 12px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	top: 12px;
	z-index: 1;
}

.swesite-shop-product-card__img {
	display: block;
	filter: drop-shadow(0 18px 34px rgba(15, 23, 42, .12));
	height: auto;
	max-height: 170px;
	max-width: 82%;
	object-fit: contain;
	width: auto;
}

.swesite-shop-product-card__body {
	display: grid;
	gap: 9px;
	padding: 16px 4px 2px;
}

.swesite-shop-product-card__saving {
	background: #c9f4cd;
	color: #166534;
	font-size: 12px;
	font-weight: 800;
	justify-self: start;
	line-height: 1;
	padding: 5px 7px;
}

.swesite-shop-product-card__category {
	color: var(--swesite-shop-muted);
	font-size: 13px;
	font-weight: 750;
}

.swesite-shop-product-card__title {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.swesite-shop-product-card__title a {
	color: var(--swesite-text, #0f172a);
	text-decoration: none;
}

.swesite-shop-product-card__price {
	color: var(--swesite-text, #0f172a);
	font-size: 21px;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 6px;
}

.swesite-shop-product-card__price del {
	color: color-mix(in srgb, var(--swesite-text, #0f172a) 44%, transparent);
	font-size: .76em;
	font-weight: 650;
	margin-right: 5px;
}

.swesite-shop-product-card__price ins {
	text-decoration: none;
}

.swesite-shop-product-card__excerpt {
	color: var(--swesite-shop-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	min-height: 2.8em;
}

.swesite-shop-product-card__button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-top: 8px;
	width: 100%;
}

.swesite-shop-pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.swesite-shop-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.swesite-shop-pagination a,
.swesite-shop-pagination span {
	align-items: center;
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	color: var(--swesite-text, #0f172a);
	display: inline-flex;
	font-weight: 850;
	min-height: 42px;
	padding: 9px 14px;
	text-decoration: none;
}

.swesite-shop-pagination .current {
	background: linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4));
	border-color: transparent;
	color: #fff;
}

.swesite-shop-empty {
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: calc(var(--swesite-radius, 24px) + 2px);
	box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
	margin-top: 28px;
	padding: clamp(24px, 4vw, 42px);
}

.swesite-shop-empty h2 {
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: 0;
	margin: 0;
}

.swesite-shop-empty p {
	color: var(--swesite-shop-muted);
	margin: 10px 0 0;
}

@media (max-width: 1180px) {
	.swesite-shop-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.swesite-shop-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-shop-products__heading {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.swesite-shop-toolbar {
		gap: 12px;
		margin-top: 22px;
	}

	.swesite-shop-mobile-controls {
		display: grid;
	}

	.swesite-shop-services-menu {
		display: none;
	}

	.swesite-shop-search {
		border-radius: 24px;
		grid-template-columns: 1fr;
	}

	.swesite-shop-search__button {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.swesite-shop-mobile-controls {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.swesite-shop-page__inner {
		width: min(100% - 28px, 1500px);
	}

	.swesite-shop-hero {
		border-radius: 24px;
		padding: 26px;
	}
}

@media (max-width: 520px) {
	.swesite-shop-products__grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-shop-product-card {
		border-radius: 18px;
		padding: 8px;
	}

	.swesite-shop-product-card__image {
		border-radius: 15px;
		min-height: 136px;
	}

	.swesite-shop-product-card__badge {
		font-size: 9px;
		left: 8px;
		padding: 6px 8px;
		top: 8px;
	}

	.swesite-shop-product-card__img {
		max-height: 108px;
		max-width: 86%;
	}

	.swesite-shop-product-card__body {
		gap: 7px;
		padding: 12px 2px 0;
	}

	.swesite-shop-product-card__saving,
	.swesite-shop-product-card__category,
	.swesite-shop-product-card__excerpt {
		font-size: 11px;
	}

	.swesite-shop-product-card__title {
		font-size: 14px;
	}

	.swesite-shop-product-card__price {
		font-size: 16px;
	}

	.swesite-shop-product-card__button {
		font-size: 12px;
		min-height: 38px;
		padding: 10px 12px;
	}
}

.swesite-theme-footer {
	margin: 40px auto 0;
	max-width: 1920px;
	padding: 24px 12px 38px;
	width: min(calc(100% - 24px), 1920px);
}

.swesite-footer-brand,
.swesite-footer-links,
.swesite-footer-bottom {
	backdrop-filter: blur(18px);
	background: var(--swesite-card-bg);
	border: 1px solid rgba(255, 255, 255, .55);
	box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.swesite-footer-brand {
	border-radius: var(--swesite-radius) var(--swesite-radius) 0 0;
	padding: 28px;
}

.swesite-footer-brand p {
	color: color-mix(in srgb, var(--swesite-text) 68%, transparent);
	margin: 14px 0 0;
	max-width: 520px;
}

.swesite-footer-links {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 28px;
}

.swesite-footer-links h2 {
	font-size: 14px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.swesite-footer-links a,
.swesite-footer-links span {
	color: color-mix(in srgb, var(--swesite-text) 70%, transparent);
	display: block;
	margin-top: 8px;
}

.swesite-footer-bottom {
	border-radius: 0 0 var(--swesite-radius) var(--swesite-radius);
	color: color-mix(in srgb, var(--swesite-text) 62%, transparent);
	padding: 18px 28px;
}

.swesite-cookie-banner {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(15, 23, 42, .92);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	bottom: 18px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
	color: #fff;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	left: 50%;
	max-width: 1040px;
	padding: 18px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	z-index: 80;
}

.swesite-cookie-banner[hidden] {
	display: none;
}

.swesite-cookie-banner p {
	margin: 0;
	max-width: 660px;
}

.swesite-cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.swesite-cookie-actions button,
.swesite-cookie-actions a {
	padding: 10px 13px;
}

.swesite-theme-body .swesite-animate-ready .swesite-service-card,
.swesite-theme-body .swesite-animate-ready .swesite-price-card,
.swesite-theme-body .swesite-animate-ready .swesite-content-card,
.swesite-theme-body .swesite-animate-ready .swesite-app-card {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .45s ease, transform .45s ease;
}

.swesite-theme-body .swesite-animate-ready .is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.swesite-theme-header {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.swesite-mobile-toggle {
		display: block;
		margin-left: auto;
	}

	.swesite-theme-nav,
	.swesite-header-actions {
		display: none;
		width: 100%;
	}

	.swesite-theme-header.is-open .swesite-theme-nav,
	.swesite-theme-header.is-open .swesite-header-actions {
		display: flex;
	}

	.swesite-theme-nav {
		align-items: stretch;
		border-radius: 18px;
		flex-direction: column;
	}

	.swesite-header-actions {
		justify-content: flex-start;
	}

	.swesite-hero,
	.swesite-split {
		grid-template-columns: 1fr;
	}

	.swesite-hero {
		min-height: auto;
		padding-top: 36px;
	}

	.swesite-service-grid,
	.swesite-pricing-grid,
	.swesite-footer-links {
		grid-template-columns: 1fr;
	}

	.swesite-price-card.featured {
		transform: none;
	}
}

@media (max-width: 700px) {
	.swesite-theme-header {
		top: 10px;
		width: calc(100% - 20px);
	}

	.swesite-theme-main {
		padding-top: 46px;
	}

	.swesite-hero h1,
	.swesite-page-hero h1,
	.swesite-section-heading h2,
	.swesite-split h2,
	.swesite-cta-section h2 {
		font-size: 38px;
	}

	.swesite-hero-panel {
		min-height: 500px;
	}

	.swesite-app-card {
		width: 88%;
	}

	.swesite-cta-section {
		padding: 30px 22px;
	}

	.swesite-cookie-banner {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.swesite-theme-body .swesite-animate-ready .swesite-service-card,
	.swesite-theme-body .swesite-animate-ready .swesite-price-card,
	.swesite-theme-body .swesite-animate-ready .swesite-content-card,
	.swesite-theme-body .swesite-animate-ready .swesite-app-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.swesite-header,
.header-transparent .swesite-header,
.header-solid .swesite-header {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: calc(var(--swesite-radius, 22px) + 8px);
	box-shadow: 0 18px 52px rgba(15, 23, 42, .12);
	display: block;
	left: auto;
	margin-inline: auto;
	max-width: none;
	padding: 8px;
	position: sticky;
	right: auto;
	top: 18px;
	transform: none;
	width: min(calc(100% - 24px), 1920px);
	z-index: 50;
	backdrop-filter: blur(24px);
}

.swesite-mode-dark .swesite-header {
	background: rgba(15, 23, 42, .76);
	border-color: rgba(148, 163, 184, .18);
}

.swesite-header-shell {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(280px, 520px) minmax(132px, 1fr);
	min-height: 58px;
}

.swesite-header-spacer {
	display: none;
}

.swesite-header-brand {
	justify-self: start;
	text-decoration: none;
}

.swesite-header-search {
	justify-self: stretch;
	position: relative;
}

.swesite-header-search::before {
	color: color-mix(in srgb, var(--swesite-text) 45%, transparent);
	content: "⌕";
	font-size: 20px;
	left: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.swesite-header-search input[type="search"] {
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 999px;
	color: var(--swesite-text);
	font: inherit;
	min-height: 46px;
	padding: 0 18px 0 48px;
	width: 100%;
}

.swesite-header-search input[type="search"]:focus {
	border-color: color-mix(in srgb, var(--swesite-primary) 42%, transparent);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--swesite-primary) 11%, transparent);
	outline: 0;
}

.swesite-header-brand .swesite-theme-logo-img {
	max-height: 42px;
	max-width: min(220px, 38vw);
}

.swesite-header-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	width: auto;
}

.swesite-header-support {
	align-items: center;
	color: var(--swesite-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	gap: 8px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
}

.swesite-header-support span {
	color: var(--swesite-primary);
	font-size: 15px;
}

.swesite-header-icon,
.swesite-header .swesite-mode-toggle {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 999px;
	color: var(--swesite-text);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	width: 46px;
}

.swesite-mode-dark .swesite-header-icon,
.swesite-mode-dark .swesite-header .swesite-mode-toggle {
	background: rgba(255, 255, 255, .10);
	border-color: rgba(148, 163, 184, .24);
}

.swesite-header-icon:hover,
.swesite-header-icon:focus,
.swesite-header .swesite-mode-toggle:hover,
.swesite-header .swesite-mode-toggle:focus {
	border-color: color-mix(in srgb, var(--swesite-primary) 48%, transparent);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--swesite-primary) 18%, transparent);
	transform: translateY(-1px);
}

.swesite-header-icon svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 22px;
}

.swesite-cart-count {
	align-items: center;
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	box-shadow: 0 8px 18px color-mix(in srgb, var(--swesite-primary) 28%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: -3px;
	top: -4px;
}

.swesite-cart-count[hidden] {
	display: none;
}

.swesite-header .swesite-theme-nav,
.swesite-header .swesite-mobile-toggle,
.swesite-header .swesite-theme-cta {
	display: none;
}

@media (max-width: 900px) {
	.swesite-header {
		align-items: center;
		flex-wrap: nowrap;
		top: 10px;
		width: min(calc(100% - 20px), 1920px);
	}

	.swesite-header .swesite-header-actions {
		display: flex;
		justify-content: flex-end;
		width: auto;
	}

	.swesite-header-shell {
		grid-template-columns: auto minmax(104px, 1fr);
		min-height: 52px;
	}

	.swesite-header-spacer {
		display: none;
	}

	.swesite-header-search,
	.swesite-header-support {
		display: none;
	}
}

@media (max-width: 520px) {
	.swesite-header {
		padding: 6px;
	}

	.swesite-header-shell {
		gap: 6px;
		grid-template-columns: auto minmax(98px, 1fr);
	}

	.swesite-header-spacer {
		min-width: 24px;
	}

	.swesite-header-brand {
		font-size: 16px;
		gap: 8px;
	}

	.swesite-header-brand .swesite-theme-logo-mark {
		border-radius: 12px;
		height: 36px;
		width: 36px;
	}

	.swesite-header-icon,
	.swesite-header .swesite-mode-toggle {
		height: 40px;
		width: 40px;
	}

	.swesite-header-icon svg {
		height: 20px;
		width: 20px;
	}
}

.swesite-home {
	--swesite-home-primary: var(--swesite-primary, #2563eb);
	--swesite-home-secondary: var(--swesite-secondary, #14b8a6);
	--swesite-home-bg: var(--swesite-bg, #f6f8fc);
	--swesite-home-text: var(--swesite-text, #172033);
	--swesite-home-card: var(--swesite-card-bg, rgba(255, 255, 255, .76));
	--swesite-home-radius: var(--swesite-radius, 24px);
	--swesite-home-shadow: var(--swesite-shadow, 0 24px 60px rgba(15, 23, 42, .16));
	--swesite-gold-light: #fff2b8;
	--swesite-gold: #f5b301;
	--swesite-gold-bright: #f7c948;
	--swesite-gold-deep: #d99500;
	isolation: isolate;
	max-width: none;
	position: relative;
	width: 100%;
}

body.swesite-home-template {
	max-width: 100%;
	overflow-x: hidden;
}

html:has(body.swesite-home-template) {
	overflow-x: hidden;
}

.swesite-home::before {
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 18%, transparent), transparent 34%),
		radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--swesite-home-secondary) 22%, transparent), transparent 24rem);
	border-radius: 999px;
	content: "";
	filter: blur(18px);
	height: 520px;
	pointer-events: none;
	position: absolute;
	right: -180px;
	top: 20px;
	width: 520px;
	z-index: -1;
}

.swesite-mobile-video-hero {
	background: var(--swesite-mobile-video-bg, transparent);
	display: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: var(--swesite-mobile-video-offset, 0px);
	overflow: hidden;
	padding-top: var(--swesite-mobile-video-safe-top, 0px);
	position: relative;
	width: 100vw;
	z-index: 1;
}

.swesite-mobile-video-hero__video {
	background: transparent;
	display: block;
	object-position: var(--swesite-mobile-video-object-position, center center);
	pointer-events: none;
	width: 100%;
}

.swesite-mobile-video-hero.is-auto {
	height: auto;
	min-height: 0;
}

.swesite-mobile-video-hero.is-auto .swesite-mobile-video-hero__video {
	height: auto;
	object-fit: contain;
}

.swesite-mobile-video-hero.is-cover,
.swesite-mobile-video-hero.is-custom {
	height: var(--swesite-mobile-video-height, 90vh);
}

.swesite-mobile-video-hero.is-cover .swesite-mobile-video-hero__video,
.swesite-mobile-video-hero.is-custom .swesite-mobile-video-hero__video {
	height: 100%;
	object-fit: var(--swesite-mobile-video-fit, cover);
}

.swesite-mobile-video-hero__overlay {
	background: rgba(0, 0, 0, var(--swesite-mobile-video-overlay, 0));
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.swesite-mobile-video-hero .wp-video,
.swesite-mobile-video-hero .mejs-container,
.swesite-mobile-video-hero .mejs-overlay,
.swesite-mobile-video-hero .mejs-overlay-play,
.swesite-mobile-video-hero .mejs-overlay-button,
.swesite-mobile-video-hero .mejs-controls,
.swesite-mobile-video-hero .video-play-button,
.swesite-mobile-video-hero .play-button,
.swesite-mobile-video-hero [class*="play"] {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.swesite-floating-logo-ball {
	height: auto;
	opacity: .12;
	pointer-events: none;
	position: fixed;
	right: -160px;
	top: 140px;
	transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	transition: opacity .25s ease;
	width: clamp(460px, 38vw, 760px);
	will-change: transform;
	z-index: 1;
}

.swesite-floating-logo-ball img {
	animation: swesiteLogoBallIdle 10s ease-in-out infinite;
	display: block;
	filter: drop-shadow(0 30px 70px rgba(0, 0, 0, .18));
	height: auto;
	width: 100%;
}

.swesite-home-marquee,
.swesite-menu-hero-section,
.swesite-home-popular-products,
.swesite-home-services,
.swesite-home-website-cta,
.swesite-home-stats,
.swesite-home-categories,
.swesite-home-section,
.swesite-home-cta {
	position: relative;
	z-index: 2;
}

.swesite-home-hero {
	background:
		linear-gradient(180deg, rgba(249, 247, 242, .96) 0%, rgba(241, 244, 243, .92) 58%, rgba(246, 248, 252, .96) 100%);
	border-radius: 0;
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	overflow: hidden;
	padding: clamp(22px, 3vw, 34px) max(20px, env(safe-area-inset-left)) clamp(16px, 2vw, 24px) max(20px, env(safe-area-inset-right));
	position: relative;
	width: 100vw;
}

.swesite-home-hero::before {
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .78) 0%, rgba(238, 231, 219, .58) 38%, rgba(218, 232, 231, .52) 70%, rgba(255, 255, 255, .66) 100%);
	content: "";
	filter: blur(42px);
	inset: -56px;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.swesite-home-hero__inner,
.swesite-home-benefits {
	margin-inline: auto;
	max-width: 1500px;
	position: relative;
	width: min(100%, calc(100vw - 48px));
	z-index: 2;
}

.swesite-home-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
	min-height: clamp(190px, 18vw, 236px);
}

.swesite-home-hero__content {
	max-width: 650px;
}

.swesite-home-hero__title {
	color: #151515;
	font-size: clamp(34px, 3.2vw, 44px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 560px;
}

.swesite-home-hero__text {
	color: rgba(21, 21, 21, .72);
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.5;
	margin: 12px 0 0;
	max-width: 650px;
}

.swesite-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.swesite-home-hero__button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.swesite-home-hero__button:hover {
	transform: translateY(-2px);
}

.swesite-theme-body .swesite-home-hero__button--primary {
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-home-primary, #2563eb), var(--swesite-home-secondary, #14b8a6)));
	box-shadow: 0 16px 34px color-mix(in srgb, var(--swesite-home-primary, #2563eb) 26%, transparent);
	color: #fff;
}

.swesite-theme-body .swesite-home-hero__button--primary:visited {
	color: #fff;
}

.swesite-theme-body .swesite-home-hero__button--primary:hover,
.swesite-theme-body .swesite-home-hero__button--primary:focus-visible {
	box-shadow: 0 20px 42px color-mix(in srgb, var(--swesite-home-primary, #2563eb) 32%, transparent);
	color: #fff;
}

.swesite-home-hero__button--secondary {
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(17, 17, 17, .15);
	color: #151515;
}

.swesite-home-hero__button--secondary:hover {
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 17, 17, .09);
}

.swesite-home-hero__media {
	align-items: center;
	aspect-ratio: auto;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, 0)),
		#f6efe3;
	border: 1px solid rgba(17, 17, 17, .06);
	border-radius: clamp(18px, 2vw, 24px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 18px 50px rgba(42, 35, 25, .08);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: clamp(160px, 16vw, 210px);
	overflow: hidden;
	position: relative;
}

.swesite-home-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-home-benefits {
	border-top: 1px solid rgba(17, 17, 17, .11);
	display: grid;
	gap: clamp(14px, 2.4vw, 30px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(16px, 2.2vw, 24px);
	padding-top: clamp(13px, 1.7vw, 18px);
}

.swesite-home-benefits__item {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 40px minmax(0, 1fr);
}

.swesite-home-benefits__icon {
	align-items: center;
	background: #dbeafe;
	border-radius: 999px;
	color: #111827;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.swesite-home-benefits__icon svg {
	fill: currentColor;
	height: 19px;
	width: 19px;
}

.swesite-home-benefits__item strong,
.swesite-home-benefits__item small {
	display: block;
}

.swesite-home-benefits__item strong {
	color: #151515;
	font-size: 14px;
	line-height: 1.25;
}

.swesite-home-benefits__item small {
	color: rgba(21, 21, 21, .62);
	font-size: 12px;
	line-height: 1.45;
	margin-top: 2px;
}

.swesite-menu-hero-section {
	background:
		linear-gradient(90deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .92) 24%, rgba(255, 250, 242, .58) 43%, rgba(255, 250, 242, .12) 64%, rgba(255, 250, 242, 0) 100%),
		url("../images/swesite-menu-hero-bg.png") center right / cover no-repeat,
		linear-gradient(135deg, #fff8ed, #f8fbff);
	aspect-ratio: 2048 / 430;
	border-radius: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 430px;
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	max-height: 430px;
	min-height: 0;
	overflow: hidden;
	padding: clamp(24px, 2.2vw, 34px) max(20px, env(safe-area-inset-left));
	position: relative;
	width: 100vw;
}

.swesite-menu-hero-section::before {
	background:
		radial-gradient(circle at 14% 20%, rgba(255, 255, 255, .78), transparent 31%),
		linear-gradient(90deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.swesite-menu-hero-inner {
	margin-inline: auto;
	max-width: 1240px;
	position: relative;
	width: min(100%, calc(100vw - 48px));
	z-index: 1;
}

.swesite-menu-hero-content {
	max-width: 650px;
}

.swesite-menu-hero-title {
	color: #09112d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4.15vw, 60px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: .94;
	margin: 0;
	max-width: 610px;
	text-wrap: balance;
}

.swesite-menu-hero-description {
	color: #667085;
	font-size: clamp(13px, .92vw, 16px);
	font-weight: 550;
	line-height: 1.32;
	margin: clamp(8px, .9vw, 12px) 0 0;
	max-width: 560px;
}

.swesite-menu-hero-features {
	display: grid;
	gap: clamp(10px, 1vw, 14px);
	margin-top: clamp(15px, 1.6vw, 22px);
	max-width: 600px;
}

.swesite-menu-hero-feature {
	align-items: center;
	display: grid;
	gap: clamp(10px, 1vw, 14px);
	grid-template-columns: clamp(46px, 3.7vw, 56px) minmax(0, 1fr);
}

.swesite-menu-hero-feature-icon {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(232, 191, 126, .28);
	border-radius: 999px;
	box-shadow: 0 18px 44px rgba(85, 55, 22, .12);
	color: #d8a24a;
	display: inline-flex;
	height: clamp(46px, 3.7vw, 56px);
	justify-content: center;
	width: clamp(46px, 3.7vw, 56px);
}

.swesite-menu-hero-feature-icon svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.swesite-menu-hero-feature-copy strong,
.swesite-menu-hero-feature-copy small {
	display: block;
}

.swesite-menu-hero-feature-copy strong {
	color: #08112c;
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 850;
	line-height: 1.15;
}

.swesite-menu-hero-feature-copy small {
	color: #6b7280;
	font-size: clamp(12px, .78vw, 14px);
	font-weight: 520;
	line-height: 1.3;
	margin-top: 4px;
	max-width: 560px;
}

.swesite-menu-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(10px, 1.2vw, 18px);
	margin-top: clamp(14px, 1.5vw, 22px);
}

.swesite-menu-hero-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: clamp(12px, .82vw, 14px);
	font-weight: 850;
	gap: 12px;
	justify-content: center;
	min-height: clamp(42px, 3.1vw, 50px);
	min-width: clamp(148px, 10.5vw, 188px);
	padding: 0 clamp(16px, 1.5vw, 24px);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
	white-space: nowrap;
}

.swesite-menu-hero-button span {
	font-size: 19px;
	line-height: 1;
	transition: transform .18s ease;
}

.swesite-menu-hero-button:hover,
.swesite-menu-hero-button:focus-visible {
	transform: translateY(-2px);
}

.swesite-menu-hero-button:hover span,
.swesite-menu-hero-button:focus-visible span {
	transform: translateX(3px);
}

.swesite-theme-body .swesite-menu-hero-button-primary,
.swesite-theme-body .swesite-menu-hero-button-primary:visited {
	background: linear-gradient(135deg, #202ce8 0%, #2598ff 100%);
	box-shadow: 0 18px 42px rgba(0, 107, 255, .28);
	color: #fff;
}

.swesite-theme-body .swesite-menu-hero-button-primary:hover,
.swesite-theme-body .swesite-menu-hero-button-primary:focus-visible {
	box-shadow: 0 24px 54px rgba(0, 107, 255, .34);
	color: #fff;
}

.swesite-menu-hero-button-secondary,
.swesite-menu-hero-button-secondary:visited {
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(8, 17, 44, .08);
	box-shadow: 0 16px 38px rgba(36, 25, 10, .08);
	color: #08112c;
}

.swesite-menu-hero-button-secondary:hover,
.swesite-menu-hero-button-secondary:focus-visible {
	background: #fff;
	border-color: rgba(0, 107, 255, .22);
	box-shadow: 0 20px 46px rgba(36, 25, 10, .12);
	color: #08112c;
}

.swesite-home .swesite-hero {
	align-items: center;
	display: grid;
	gap: clamp(36px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
	min-height: min(760px, calc(100vh - 120px));
	padding: clamp(42px, 7vw, 92px) 0 58px;
}

.swesite-home-hero-content {
	max-width: 710px;
	transform: translateY(-44px);
}

.swesite-home .swesite-hero h1 {
	font-size: clamp(44px, 6.5vw, 76px);
	letter-spacing: 0;
	line-height: .96;
	max-width: 780px;
}

.swesite-home .swesite-hero p {
	color: color-mix(in srgb, var(--swesite-home-text) 72%, transparent);
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.65;
	margin-top: 24px;
	max-width: 700px;
}

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

.swesite-home .swesite-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	padding-left: 22px;
	padding-right: 22px;
}

.swesite-home-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.swesite-home-badges span {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, .62);
	border: 1px solid rgba(148, 163, 184, .20);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(15, 23, 42, .07);
	color: color-mix(in srgb, var(--swesite-home-text) 78%, transparent);
	font-size: 13px;
	font-weight: 800;
	padding: 9px 13px;
}

.swesite-mode-dark .swesite-home-badges span {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(148, 163, 184, .18);
}

.swesite-hero-showcase {
	isolation: isolate;
	min-height: 560px;
	perspective: 1400px;
	position: relative;
}

.swesite-hero-showcase-glow {
	background:
		radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--swesite-home-primary) 24%, transparent), transparent 34%),
		radial-gradient(circle at 72% 42%, color-mix(in srgb, var(--swesite-home-secondary) 24%, transparent), transparent 38%);
	border-radius: 999px;
	content: "";
	filter: blur(24px);
	height: 430px;
	inset: 54px 2% auto auto;
	opacity: .78;
	pointer-events: none;
	position: absolute;
	width: 520px;
	z-index: -1;
}

.swesite-hero-depth {
	transform-style: preserve-3d;
	will-change: transform;
}

.swesite-digital-screen {
	position: absolute;
	right: 0;
	top: 38px;
	transform: rotateX(7deg) rotateY(-16deg) rotateZ(3deg);
	width: min(64%, 440px);
	z-index: 1;
}

.swesite-digital-screen-frame {
	background: linear-gradient(145deg, #0f172a, #1e293b 54%, #020617);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 34px;
	box-shadow:
		0 42px 95px rgba(15, 23, 42, .28),
		inset 0 1px 0 rgba(255, 255, 255, .18);
	padding: 14px;
	position: relative;
}

.swesite-digital-screen-frame::after {
	background: rgba(15, 23, 42, .72);
	border-radius: 0 0 18px 18px;
	bottom: -44px;
	box-shadow: 0 26px 55px rgba(15, 23, 42, .20);
	content: "";
	height: 44px;
	left: 36%;
	position: absolute;
	width: 28%;
	z-index: -1;
}

.swesite-digital-screen-topbar {
	align-items: center;
	color: rgba(255, 255, 255, .72);
	display: flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0;
	padding: 2px 8px 12px;
	text-transform: uppercase;
}

.swesite-digital-screen-topbar strong {
	background: linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 999px;
	box-shadow: 0 12px 24px color-mix(in srgb, var(--swesite-home-secondary) 30%, transparent);
	color: #fff;
	font-size: 11px;
	padding: 5px 9px;
}

.swesite-digital-menu-screen {
	background:
		radial-gradient(circle at 78% 18%, rgba(20, 184, 166, .32), transparent 30%),
		linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(226, 232, 240, .92));
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
	display: grid;
	gap: 22px;
	min-height: 360px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.swesite-digital-menu-screen::after {
	background: linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 18%, transparent), transparent 60%);
	content: "";
	inset: auto -60px -70px auto;
	height: 190px;
	position: absolute;
	width: 190px;
}

.swesite-menu-badge {
	align-items: center;
	background: color-mix(in srgb, var(--swesite-home-primary) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--swesite-home-primary) 20%, transparent);
	border-radius: 999px;
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	padding: 7px 10px;
	text-transform: uppercase;
}

.swesite-digital-menu-screen h2,
.swesite-paper-menu h2 {
	color: var(--swesite-home-text);
	font-size: clamp(28px, 3.6vw, 42px);
	letter-spacing: 0;
	line-height: .95;
	margin: 14px 0 10px;
}

.swesite-digital-menu-screen p,
.swesite-paper-menu-header p {
	color: color-mix(in srgb, var(--swesite-home-text) 66%, transparent);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.swesite-digital-menu-list {
	display: grid;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.swesite-digital-menu-list div,
.swesite-digital-screen-footer,
.swesite-paper-menu-section {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(255, 255, 255, .74);
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
}

.swesite-digital-menu-list div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 13px 14px;
}

.swesite-digital-menu-list span,
.swesite-digital-screen-footer span {
	color: color-mix(in srgb, var(--swesite-home-text) 70%, transparent);
	font-size: 13px;
	font-weight: 850;
}

.swesite-digital-menu-list strong {
	color: var(--swesite-home-primary);
	font-size: 16px;
}

.swesite-digital-screen-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 12px 14px;
	position: relative;
	z-index: 1;
}

.swesite-digital-screen-footer i {
	background:
		linear-gradient(90deg, #0f172a 46%, transparent 46% 54%, #0f172a 54%) 0 0 / 10px 10px,
		linear-gradient(#0f172a 46%, transparent 46% 54%, #0f172a 54%) 0 0 / 10px 10px,
		#fff;
	border: 6px solid #fff;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
	display: block;
	height: 46px;
	width: 46px;
}

.swesite-paper-menu-card {
	bottom: 18px;
	left: 0;
	position: absolute;
	transform: rotateX(8deg) rotateY(14deg) rotateZ(-5deg) translateZ(70px);
	width: min(58%, 390px);
	z-index: 2;
}

.swesite-paper-menu {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, .04), transparent 14% 86%, rgba(15, 23, 42, .04)),
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .92));
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 28px;
	box-shadow:
		0 46px 110px rgba(15, 23, 42, .24),
		inset 0 1px 0 rgba(255, 255, 255, .90);
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.swesite-paper-menu::before {
	background: linear-gradient(180deg, color-mix(in srgb, var(--swesite-home-primary) 18%, transparent), transparent);
	content: "";
	height: 100%;
	left: 50%;
	opacity: .56;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
}

.swesite-paper-menu::after {
	background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .88), transparent 30%);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.swesite-paper-menu > * {
	position: relative;
	z-index: 1;
}

.swesite-paper-menu-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.swesite-paper-menu-section {
	display: grid;
	gap: 9px;
	padding: 14px;
}

.swesite-paper-menu-section strong {
	color: var(--swesite-home-primary);
	font-size: 13px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.swesite-paper-menu-section span {
	align-items: center;
	color: color-mix(in srgb, var(--swesite-home-text) 76%, transparent);
	display: flex;
	font-size: 12px;
	font-weight: 760;
	gap: 8px;
	justify-content: space-between;
}

.swesite-paper-menu-section em {
	color: var(--swesite-home-text);
	font-style: normal;
	font-weight: 950;
}

.swesite-paper-menu-footer {
	align-items: center;
	background: linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 18px;
	box-shadow: 0 18px 38px color-mix(in srgb, var(--swesite-home-primary) 24%, transparent);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	padding: 14px 16px;
}

.swesite-paper-menu-footer span {
	font-size: 12px;
	font-weight: 850;
	opacity: .82;
}

.swesite-paper-menu-footer strong {
	font-size: 17px;
}

.swesite-hero-showcase-note {
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(255, 255, 255, .74);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
	display: grid;
	gap: 4px;
	max-width: 250px;
	padding: 18px;
	position: absolute;
	right: 16px;
	top: 82px;
	transform: translateZ(100px);
	z-index: 3;
}

.swesite-hero-showcase-note strong {
	color: var(--swesite-home-text);
}

.swesite-hero-showcase-note span {
	color: color-mix(in srgb, var(--swesite-home-text) 68%, transparent);
	font-size: 13px;
}

.swesite-mode-dark .swesite-digital-menu-screen,
.swesite-mode-dark .swesite-paper-menu,
.swesite-mode-dark .swesite-hero-showcase-note {
	background:
		linear-gradient(145deg, rgba(30, 41, 59, .92), rgba(15, 23, 42, .78)),
		var(--swesite-home-card);
	border-color: rgba(148, 163, 184, .20);
}

.swesite-mode-dark .swesite-digital-menu-list div,
.swesite-mode-dark .swesite-digital-screen-footer,
.swesite-mode-dark .swesite-paper-menu-section {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(148, 163, 184, .18);
}
.swesite-home-section {
	margin-top: clamp(74px, 10vw, 130px);
}

.swesite-home-popular-products {
	left: 50%;
	margin: clamp(34px, 5vw, 64px) 0 clamp(36px, 5vw, 70px);
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-popular-products__inner {
	margin-inline: auto;
	max-width: 1920px;
	width: min(calc(100% - 24px), 1920px);
}

.swesite-home-popular-products__title {
	color: #151515;
	font-size: clamp(28px, 2.8vw, 38px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 clamp(18px, 3vw, 30px);
}

.swesite-home-popular-products__grid {
	display: grid;
	gap: clamp(16px, 1.25vw, 24px);
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.swesite-home-product-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #151515;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0 8px 4px;
	position: relative;
}

.swesite-home-product-card__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: clamp(210px, 14vw, 270px);
	position: relative;
}

.swesite-home-product-card__badge {
	background: #c9f900;
	color: #172033;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	padding: 9px 13px;
	position: absolute;
	right: 16px;
	top: 0;
	z-index: 2;
}

.swesite-home-product-card__image {
	align-items: center;
	display: flex;
	height: clamp(190px, 12vw, 240px);
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: clamp(190px, 12vw, 240px);
}

.swesite-home-product-card__img {
	display: block;
	filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .14));
	height: auto;
	max-height: clamp(178px, 11vw, 228px);
	max-width: clamp(178px, 11vw, 228px);
	object-fit: contain;
	width: auto;
}

.swesite-home-product-device {
	border: 2px solid rgba(15, 23, 42, .28);
	border-radius: 22px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, .14);
	display: block;
	position: absolute;
}

.swesite-home-product-device::before,
.swesite-home-product-device::after {
	content: "";
	position: absolute;
}

.swesite-home-product-device.is-back {
	background: linear-gradient(135deg, var(--swesite-device-back, #f1d7f0), var(--swesite-device-back-2, #c7c7dc));
	height: 150px;
	left: 34px;
	top: 16px;
	transform: rotate(-1deg);
	width: 78px;
}

.swesite-home-product-device.is-back::before {
	background: #141821;
	border-radius: 999px;
	box-shadow: 18px 0 0 #141821;
	height: 17px;
	left: 12px;
	top: 14px;
	width: 17px;
}

.swesite-home-product-device.is-front {
	background:
		radial-gradient(circle at 64% 62%, rgba(255, 255, 255, .78), transparent 24%),
		linear-gradient(135deg, var(--swesite-device-front, #f4e5ff), var(--swesite-device-front-2, #6f78c9));
	height: 150px;
	left: 88px;
	overflow: hidden;
	top: 16px;
	width: 78px;
}

.swesite-home-product-device.is-front::before {
	background: #111827;
	border-radius: 999px;
	height: 8px;
	left: 50%;
	top: 7px;
	transform: translateX(-50%);
	width: 28px;
}

.swesite-home-product-device.is-front::after {
	background: linear-gradient(140deg, rgba(255, 255, 255, .72), transparent 58%);
	height: 170px;
	left: -52px;
	top: -18px;
	transform: rotate(24deg);
	width: 90px;
}

.swesite-home-product-card--apple-lilac {
	--swesite-device-back: #efd9f0;
	--swesite-device-back-2: #f8eef9;
	--swesite-device-front: #f8f0ff;
	--swesite-device-front-2: #8b83d8;
}

.swesite-home-product-card--samsung-graphite {
	--swesite-device-back: #232632;
	--swesite-device-back-2: #7b817e;
	--swesite-device-front: #1f232d;
	--swesite-device-front-2: #9a8f83;
}

.swesite-home-product-card--apple-orange {
	--swesite-device-back: #f18334;
	--swesite-device-back-2: #f5a266;
	--swesite-device-front: #1a100b;
	--swesite-device-front-2: #d46c29;
}

.swesite-home-product-card--samsung-violet {
	--swesite-device-back: #393b55;
	--swesite-device-back-2: #70749a;
	--swesite-device-front: #7056c8;
	--swesite-device-front-2: #f0d8ff;
}

.swesite-home-product-card__body {
	display: grid;
	gap: 7px;
}

.swesite-home-product-card__saving {
	background: #c9f4cd;
	color: #166534;
	font-size: 13px;
	font-weight: 750;
	justify-self: start;
	line-height: 1;
	padding: 5px 7px;
}

.swesite-home-product-card__brand {
	color: rgba(21, 21, 21, .72);
	font-size: 14px;
	line-height: 1.2;
}

.swesite-home-product-card__name {
	color: #151515;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

.swesite-home-product-card__price {
	color: #151515;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 12px;
}

.swesite-home-product-card__price del {
	color: rgba(21, 21, 21, .44);
	font-size: .78em;
	font-weight: 650;
	margin-right: 5px;
}

.swesite-home-product-card__price ins {
	text-decoration: none;
}

.swesite-home-product-card__meta {
	color: rgba(21, 21, 21, .76);
	font-size: 14px;
	line-height: 1.25;
}

.swesite-home-product-card__button {
	align-items: center;
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4)));
	border-radius: 999px;
	box-shadow: 0 14px 30px color-mix(in srgb, var(--swesite-primary, #2563eb) 22%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 850;
	justify-content: center;
	margin-top: 16px;
	min-height: 44px;
	padding: 12px 22px;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
	width: 100%;
}

.swesite-home-product-card__button:hover,
.swesite-home-product-card__button:focus {
	box-shadow: 0 18px 38px color-mix(in srgb, var(--swesite-primary, #2563eb) 28%, transparent);
	transform: translateY(-1px);
}

.swesite-home-popular-products__footer {
	display: flex;
	justify-content: center;
	margin-top: clamp(24px, 4vw, 42px);
}

.swesite-home-popular-products__all-button {
	border: 1px solid rgba(21, 21, 21, .34);
	border-radius: 999px;
	color: #292233;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	padding: 13px 24px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.swesite-home-popular-products__all-button:hover,
.swesite-home-popular-products__all-button:focus {
	background: rgba(255, 255, 255, .72);
	border-color: rgba(21, 21, 21, .56);
	transform: translateY(-1px);
}

.swesite-home-services {
	left: 50%;
	margin: clamp(8px, 2vw, 18px) 0 clamp(42px, 6vw, 76px);
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-services,
.swesite-home-services * {
	box-sizing: border-box;
}

.swesite-home-services__inner {
	margin-inline: auto;
	max-width: 100%;
	width: min(calc(100% - 24px), 1920px);
}

.swesite-home-services__header {
	align-items: end;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(18px, 3vw, 28px);
}

.swesite-home-services__eyebrow {
	color: var(--swesite-primary, #2563eb);
	display: inline-block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.swesite-home-services__title {
	color: #151515;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.swesite-home-services__text {
	color: rgba(21, 21, 21, .68);
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.5;
	margin: 10px 0 0;
	max-width: 560px;
}

.swesite-home-services__nav {
	display: flex;
	gap: 10px;
}

.swesite-home-services__nav-button {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(21, 21, 21, .14);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
	color: #151515;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
	width: 44px;
}

.swesite-home-services__nav-button:hover,
.swesite-home-services__nav-button:focus-visible {
	box-shadow: 0 16px 36px color-mix(in srgb, var(--swesite-primary, #2563eb) 18%, transparent);
	transform: translateY(-2px);
}

.swesite-home-services__nav-button[aria-disabled="true"] {
	cursor: default;
	opacity: .38;
	transform: none;
}

.swesite-home-services__slider {
	margin-inline: -2px;
	max-width: 100%;
	overflow: hidden;
}

.swesite-home-services__track {
	display: grid;
	gap: clamp(16px, 1.3vw, 24px);
	grid-auto-columns: minmax(260px, 1fr);
	grid-auto-flow: column;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	padding: 4px 2px 18px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swesite-home-services__track::-webkit-scrollbar {
	display: none;
	height: 0;
	width: 0;
}

.swesite-home-service-card {
	--service-accent: var(--swesite-primary, #2563eb);
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 28px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
	color: #151515;
	display: block;
	overflow: hidden;
	scroll-snap-align: start;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.swesite-home-service-card:hover,
.swesite-home-service-card:focus-visible {
	border-color: color-mix(in srgb, var(--service-accent) 34%, transparent);
	box-shadow: 0 26px 60px rgba(15, 23, 42, .12);
	transform: translateY(-4px);
}

.swesite-home-service-card__image {
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .78), transparent 34%),
		linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 18%, #eff6ff), color-mix(in srgb, var(--swesite-secondary, #06b6d4) 18%, #ecfeff));
	display: block;
	overflow: hidden;
	width: 100%;
}

.swesite-home-service-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-home-service-card__placeholder {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.swesite-home-service-card__placeholder span {
	align-items: center;
	background: rgba(255, 255, 255, .86);
	border-radius: 999px;
	box-shadow: 0 18px 38px color-mix(in srgb, var(--swesite-primary, #2563eb) 18%, transparent);
	color: var(--service-accent);
	display: inline-flex;
	font-size: 30px;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	text-transform: uppercase;
	width: 40px;
}

.swesite-home-service-card__content {
	display: grid;
	gap: 8px;
	padding: 18px;
}

.swesite-home-service-card__title {
	color: #151515;
	font-size: 19px;
	line-height: 1.16;
}

.swesite-home-service-card__meta {
	color: rgba(21, 21, 21, .62);
	font-size: 14px;
	line-height: 1.35;
}

.swesite-home-service-card__description {
	color: rgba(21, 21, 21, .66);
	display: block;
	font-size: 14px;
	line-height: 1.45;
	min-height: 40px;
}

.swesite-home-service-card__link {
	color: var(--service-accent);
	font-size: 14px;
	font-weight: 850;
	margin-top: 4px;
}

.swesite-home-services__empty {
	background: rgba(255, 255, 255, .78);
	border: 1px dashed rgba(37, 99, 235, .26);
	border-radius: 24px;
	color: rgba(21, 21, 21, .70);
	display: grid;
	gap: 7px;
	grid-column: 1 / -1;
	padding: 22px;
	scroll-snap-align: start;
}

.swesite-home-services__empty strong {
	color: #151515;
	font-size: 16px;
}

.swesite-home-services__empty span {
	font-size: 14px;
	line-height: 1.45;
}

.swesite-service-category {
	--service-accent: var(--swesite-primary, #2563eb);
	background:
		radial-gradient(circle at 8% 8%, color-mix(in srgb, var(--service-accent) 14%, transparent), transparent 34rem),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 46%, #f8fafc 100%);
	color: #151515;
	padding: clamp(28px, 4vw, 64px) 12px clamp(54px, 7vw, 96px);
}

.swesite-service-category-hero,
.swesite-service-category-info,
.swesite-service-category-products,
.swesite-service-category-cta,
.swesite-service-domain-box {
	margin-inline: auto;
	max-width: 1320px;
	width: min(100%, 1320px);
}

.swesite-service-category-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(22px, 3vw, 42px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
	margin-bottom: clamp(34px, 5vw, 72px);
}

.swesite-service-category-hero__content,
.swesite-service-category-hero__media,
.swesite-service-domain-box,
.swesite-service-category-copy,
.swesite-service-category-extra article,
.swesite-service-product-card,
.swesite-service-category-cta,
.swesite-service-category-empty {
	background: rgba(255, 255, 255, .88);
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 28px;
	box-shadow: 0 22px 64px rgba(15, 23, 42, .08);
}

.swesite-service-category-hero__content {
	padding: clamp(28px, 4vw, 58px);
}

.swesite-service-category-hero__badge,
.swesite-service-domain-box span,
.swesite-service-category-section-head span {
	color: var(--service-accent);
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.swesite-service-category-hero h1 {
	font-size: clamp(42px, 6vw, 78px);
	letter-spacing: 0;
	line-height: .98;
	margin: 12px 0 16px;
}

.swesite-service-category-hero p {
	color: rgba(21, 21, 21, .68);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.swesite-service-category-hero__button,
.swesite-service-category-cta a,
.swesite-service-domain-search button {
	background: var(--service-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin-top: 26px;
	padding: 14px 22px;
	text-decoration: none;
}

.swesite-service-category-hero__media {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	min-height: 340px;
}

.swesite-service-category-hero__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-service-category-hero__media span {
	align-items: center;
	background: color-mix(in srgb, var(--service-accent) 14%, #ffffff);
	border-radius: 999px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 54px;
	font-weight: 950;
	height: 112px;
	justify-content: center;
	text-transform: uppercase;
	width: 112px;
}

.swesite-service-domain-box {
	display: grid;
	gap: 18px;
	margin-bottom: clamp(32px, 5vw, 62px);
	padding: clamp(24px, 3vw, 38px);
}

.swesite-service-domain-box h2,
.swesite-service-category-copy h2,
.swesite-service-category-section-head h2,
.swesite-service-category-cta h2 {
	font-size: clamp(26px, 3vw, 42px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 8px 0 0;
}

.swesite-service-domain-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.swesite-service-domain-options label {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	font-weight: 800;
	padding: 11px 14px;
}

.swesite-service-domain-search {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.swesite-service-domain-search input {
	border: 1px solid rgba(148, 163, 184, .32);
	border-radius: 999px;
	font: inherit;
	min-height: 52px;
	padding: 0 18px;
}

.swesite-service-domain-search button {
	cursor: pointer;
	margin: 0;
	min-height: 52px;
}

.swesite-service-domain-result {
	color: rgba(21, 21, 21, .64);
	font-weight: 750;
	margin: 0;
}

.swesite-service-category-info {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
	margin-bottom: clamp(32px, 5vw, 62px);
}

.swesite-service-category-copy,
.swesite-service-category-extra article {
	padding: clamp(22px, 2.4vw, 34px);
}

.swesite-service-category-copy p,
.swesite-service-category-extra p,
.swesite-service-category-cta p {
	color: rgba(21, 21, 21, .66);
	line-height: 1.65;
}

.swesite-service-category-extra {
	display: grid;
	gap: 14px;
}

.swesite-service-category-extra h3 {
	font-size: 18px;
	margin: 0 0 8px;
}

.swesite-service-category-section-head {
	margin-bottom: 20px;
}

.swesite-service-product-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swesite-service-product-card {
	overflow: hidden;
}

.swesite-service-product-card__image {
	aspect-ratio: 16 / 10;
	background: color-mix(in srgb, var(--service-accent) 12%, #f8fafc);
	display: grid;
	place-items: center;
	text-decoration: none;
}

.swesite-service-product-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-service-product-card__image span {
	color: var(--service-accent);
	font-size: 42px;
	font-weight: 950;
}

.swesite-service-product-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.swesite-service-product-card h3 {
	font-size: 20px;
	margin: 0;
}

.swesite-service-product-card h3 a,
.swesite-service-product-card__body div a {
	color: inherit;
	text-decoration: none;
}

.swesite-service-product-card p {
	color: rgba(21, 21, 21, .64);
	line-height: 1.5;
	margin: 0;
}

.swesite-service-product-card__body div {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 4px;
}

.swesite-service-product-card__body div strong {
	color: #151515;
}

.swesite-service-product-card__body div a {
	color: var(--service-accent);
	font-weight: 900;
}

.swesite-service-category-empty,
.swesite-service-category-cta {
	padding: clamp(24px, 3vw, 38px);
}

.swesite-service-category-cta {
	margin-top: clamp(34px, 5vw, 72px);
	text-align: center;
}

.swesite-account-template .swesite-theme-main {
	max-width: none;
	padding: 0;
}

.swesite-account-page {
	background:
		radial-gradient(circle at 10% 8%, rgba(219, 234, 254, .72), transparent 34rem),
		linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
	color: #101827;
	display: grid;
	gap: 28px;
	grid-template-columns: 300px minmax(0, 1fr);
	min-height: calc(100vh - 92px);
	padding: clamp(18px, 2vw, 28px);
}

.swesite-account-sidebar,
.swesite-account-card,
.swesite-account-stat,
.swesite-account-topbar,
.swesite-account-login__card {
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 24px;
	box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
}

.swesite-account-sidebar {
	align-self: start;
	padding: 18px;
	position: sticky;
	top: 96px;
}

.swesite-account-profile {
	align-items: center;
	border-bottom: 1px solid rgba(148, 163, 184, .18);
	display: flex;
	flex-direction: column;
	padding: 14px 10px 24px;
	text-align: center;
}

.swesite-account-profile img,
.swesite-account-mini-profile img {
	border-radius: 999px;
	object-fit: cover;
}

.swesite-account-profile img {
	height: 112px;
	width: 112px;
}

.swesite-account-profile h2 {
	font-size: 20px;
	margin: 14px 0 4px;
}

.swesite-account-profile p {
	color: #64748b;
	font-size: 13px;
	margin: 0 0 14px;
}

.swesite-account-profile a,
.swesite-account-outline-button,
.swesite-account-small-button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 10px;
	color: #1f2a44;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 8px;
	justify-content: center;
	padding: 10px 14px;
	text-decoration: none;
}

.swesite-account-nav {
	display: grid;
	gap: 8px;
	padding-top: 16px;
}

.swesite-account-nav a {
	align-items: center;
	border-radius: 14px;
	color: #25324d;
	display: flex;
	font-size: 15px;
	font-weight: 820;
	gap: 12px;
	padding: 13px 14px;
	text-decoration: none;
}

.swesite-account-nav a span {
	align-items: center;
	color: #49617f;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.swesite-account-nav a.is-active,
.swesite-account-nav a:hover {
	background: #eaf2ff;
	color: #2563eb;
}

.swesite-account-main {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.swesite-account-topbar {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 22px 26px;
}

.swesite-account-topbar h1 {
	font-size: clamp(30px, 3vw, 44px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 8px;
}

.swesite-account-topbar p {
	color: #53627a;
	margin: 0;
}

.swesite-account-top-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	white-space: nowrap;
}

.swesite-account-top-actions a,
.swesite-account-bell,
.swesite-account-mini-profile {
	align-items: center;
	color: #1f2a44;
	display: inline-flex;
	font-weight: 850;
	gap: 8px;
	text-decoration: none;
}

.swesite-account-bell {
	position: relative;
}

.swesite-account-bell em {
	align-items: center;
	background: #2563eb;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-style: normal;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 18px;
}

.swesite-account-mini-profile img {
	height: 32px;
	width: 32px;
}

.swesite-account-notice {
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	border-radius: 14px;
	color: #166534;
	font-weight: 850;
	padding: 13px 16px;
}

.swesite-account-stats {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swesite-account-stat {
	display: grid;
	gap: 4px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 20px;
	text-decoration: none;
}

.swesite-account-stat span {
	align-items: center;
	align-self: center;
	background: #2563eb;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 20px;
	grid-row: span 3;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.swesite-account-stat strong {
	color: #101827;
	font-size: 24px;
	line-height: 1;
}

.swesite-account-stat em {
	color: #1f2a44;
	font-style: normal;
	font-weight: 850;
}

.swesite-account-stat small {
	color: #2563eb;
	font-weight: 850;
}

.swesite-account-dashboard-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.8fr) minmax(340px, .9fr);
}

.swesite-account-side-panels {
	display: grid;
	gap: 20px;
}

.swesite-account-card {
	padding: 22px;
}

.swesite-account-section-head {
	align-items: start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.swesite-account-section-head h2 {
	font-size: 21px;
	line-height: 1.15;
	margin: 0;
}

.swesite-account-section-head p {
	color: #53627a;
	margin: 6px 0 0;
}

.swesite-account-section-head a {
	color: #2563eb;
	font-weight: 900;
	text-decoration: none;
}

.swesite-account-design-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}

.swesite-account-design-list {
	display: grid;
	gap: 14px;
}

.swesite-account-design-row {
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 16px;
	display: grid;
	gap: 14px;
	grid-template-columns: 150px minmax(0, 1fr);
	padding: 10px;
}

.swesite-account-design-thumb {
	aspect-ratio: 4 / 3;
	background: #f1f5f9;
	border-radius: 12px;
	display: grid;
	overflow: hidden;
	place-items: center;
	text-decoration: none;
}

.swesite-account-design-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-account-design-thumb span {
	background: #ef4444;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 7px;
}

.swesite-account-design-row strong,
.swesite-account-design-row small {
	display: block;
}

.swesite-account-design-row small {
	color: #64748b;
	margin-top: 4px;
}

.swesite-account-design-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.swesite-account-design-actions a,
.swesite-account-design-actions button {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 10px;
	color: #1f2a44;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
	padding: 9px 11px;
	text-decoration: none;
}

.swesite-account-design-row p {
	background: #eef4ff;
	border-radius: 12px;
	color: #53627a;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
	padding: 10px;
}

.swesite-account-design-editor {
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 16px;
	padding: 18px;
}

.swesite-account-design-editor h3 {
	font-size: 17px;
	margin: 0 0 8px;
}

.swesite-account-design-editor p {
	color: #53627a;
	margin: 0 0 18px;
}

.swesite-account-form,
.swesite-account-design-editor form,
.swesite-account-price-rows {
	display: grid;
	gap: 12px;
}

.swesite-account-form label,
.swesite-account-design-editor label {
	color: #1f2a44;
	display: grid;
	font-size: 13px;
	font-weight: 850;
	gap: 6px;
}

.swesite-account-form input,
.swesite-account-design-editor input,
.swesite-account-chat textarea {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .34);
	border-radius: 10px;
	color: #101827;
	font: inherit;
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.swesite-account-company-fields {
	border-top: 1px solid rgba(148, 163, 184, .22);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 8px;
	padding-top: 18px;
}

.swesite-account-company-fields .swesite-account-section-head {
	grid-column: 1 / -1;
	margin-bottom: 2px;
}

@media (max-width: 760px) {
	.swesite-account-company-fields {
		grid-template-columns: 1fr;
	}
}

.swesite-account-price-rows > div {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 110px;
}

.swesite-account-design-grid.is-pdf-center {
	grid-template-columns: 1fr;
}

.swesite-account-design-list.is-pdf-center {
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.swesite-account-design-row.is-pdf-card {
	background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
	border: 1px solid rgba(37, 99, 235, .12);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
	gap: 18px;
	grid-template-columns: 132px minmax(0, 1fr);
	padding: 16px;
}

.swesite-account-design-thumb.is-pdf {
	background:
		radial-gradient(circle at 35% 22%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 36%),
		linear-gradient(145deg, #eff6ff 0%, #dff7ff 100%);
	border: 1px solid rgba(37, 99, 235, .12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 14px 28px rgba(37, 99, 235, .14);
}

.swesite-account-design-thumb.is-pdf span {
	background: linear-gradient(135deg, #ef4444, #f97316);
	box-shadow: 0 10px 22px rgba(239, 68, 68, .22);
}

.swesite-account-design-content {
	min-width: 0;
}

.swesite-account-design-title-row,
.swesite-account-design-meta {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.swesite-account-design-title-row strong {
	color: #0f172a;
	font-size: 20px;
	line-height: 1.1;
}

.swesite-account-design-meta {
	color: #64748b;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	margin: 12px 0;
}

.swesite-account-status-pill {
	background: #e8fff8;
	border: 1px solid rgba(20, 184, 166, .2);
	border-radius: 999px;
	color: #0f766e;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
}

.swesite-account-design-row.is-pdf-card p {
	background: #f2f7ff;
	border: 1px solid rgba(37, 99, 235, .08);
}

.swesite-account-design-actions button {
	background: linear-gradient(135deg, #2563eb, #06b6d4);
	border: 0;
	box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
	color: #fff;
}

.swesite-pdf-modal-open {
	overflow: hidden;
}

.swesite-pdf-editor-modal[hidden] {
	display: none;
}

.swesite-pdf-editor-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.swesite-pdf-editor-backdrop {
	background: rgba(15, 23, 42, .58);
	inset: 0;
	position: absolute;
}

.swesite-pdf-editor-shell {
	background: #f8fbff;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 26px;
	box-shadow: 0 34px 100px rgba(15, 23, 42, .34);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	inset: 32px;
	overflow: hidden;
	position: absolute;
}

.swesite-pdf-editor-head {
	align-items: center;
	background: rgba(255, 255, 255, .88);
	border-bottom: 1px solid rgba(148, 163, 184, .2);
	display: flex;
	justify-content: space-between;
	padding: 18px 22px;
}

.swesite-pdf-editor-head small {
	color: #2563eb;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.swesite-pdf-editor-head h2 {
	font-size: 23px;
	margin: 4px 0 0;
}

.swesite-pdf-editor-head button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .26);
	border-radius: 999px;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.swesite-pdf-editor-body {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	min-height: 0;
	padding: 18px;
}

.swesite-pdf-stage {
	background:
		linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px),
		linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
		#eaf1fb;
	background-size: 28px 28px;
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 20px;
	overflow: auto;
	padding: 22px;
}

.swesite-pdf-page {
	background: #fff;
	box-shadow: 0 22px 58px rgba(15, 23, 42, .16);
	margin: 0 auto;
	position: relative;
}

.swesite-pdf-page canvas {
	display: block;
	height: auto;
	width: 100%;
}

.swesite-pdf-text-layer {
	inset: 0;
	position: absolute;
}

.swesite-pdf-text-item {
	background: rgba(37, 99, 235, .06);
	border: 1px solid transparent;
	border-radius: 4px;
	color: transparent;
	cursor: text;
	font: inherit;
	line-height: 1;
	padding: 1px 2px;
	position: absolute;
	text-align: left;
	white-space: pre;
}

.swesite-pdf-text-item:hover,
.swesite-pdf-text-item.is-selected {
	background: rgba(6, 182, 212, .18);
	border-color: rgba(37, 99, 235, .45);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
	color: #0f172a;
}

.swesite-pdf-tools {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 18px;
}

.swesite-pdf-tools h3 {
	font-size: 18px;
	margin: 0;
}

.swesite-pdf-tools p,
.swesite-pdf-editor-status {
	color: #53627a;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.swesite-pdf-tools textarea {
	border: 1px solid rgba(148, 163, 184, .34);
	border-radius: 14px;
	color: #0f172a;
	font: inherit;
	min-height: 122px;
	padding: 12px;
	resize: vertical;
	width: 100%;
}

.swesite-pdf-tools .swesite-account-primary-button {
	font-size: 16px;
	min-height: 54px;
	width: 100%;
}

.swesite-pdf-editor-status {
	background: #eef4ff;
	border-radius: 14px;
	padding: 12px;
}

.swesite-pdf-editor-status[data-status="success"] {
	background: #ecfdf5;
	color: #047857;
}

.swesite-pdf-editor-status[data-status="warning"],
.swesite-pdf-editor-status[data-status="error"] {
	background: #fff7ed;
	color: #c2410c;
}

.swesite-account-primary-button {
	align-items: center;
	background: #2563eb;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
}

.swesite-account-create {
	border-top: 1px solid rgba(148, 163, 184, .18);
	display: flex;
	justify-content: center;
	margin-top: 22px;
	padding-top: 22px;
}

.swesite-account-create .swesite-account-primary-button {
	min-width: 180px;
}

.swesite-register-account {
	background:
		radial-gradient(circle at 12% 10%, rgba(219, 234, 254, .72), transparent 34rem),
		linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
	color: #101827;
	display: grid;
	min-height: 70vh;
	padding: clamp(28px, 5vw, 72px) 16px;
	place-items: start center;
}

.swesite-register-account__card {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
	max-width: 920px;
	padding: clamp(24px, 4vw, 44px);
	width: min(100%, 920px);
}

.swesite-register-account__card h1 {
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.05;
	margin: 6px 0 10px;
}

.swesite-register-account__card > p {
	color: #64748b;
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 26px;
}

.swesite-register-form {
	display: grid;
	gap: 24px;
}

.swesite-register-form h2 {
	font-size: 18px;
	margin: 4px 0 -10px;
}

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

.swesite-register-grid label,
.swesite-password-form label {
	color: #334155;
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
}

.swesite-register-grid .is-wide {
	grid-column: 1 / -1;
}

.swesite-register-grid input,
.swesite-register-grid textarea,
.swesite-password-form input {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .3);
	border-radius: 12px;
	color: #101827;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.swesite-register-consent {
	align-items: flex-start;
	color: #475569;
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.5;
}

.swesite-register-consent a {
	color: #2563eb;
	font-weight: 800;
}

.swesite-password-hint {
	color: #64748b;
	font-size: 13px;
	margin: -6px 0 0;
}

.swesite-hp-field {
	height: 1px !important;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px !important;
}

.swesite-account-password-required {
	border-color: rgba(37, 99, 235, .26);
	margin-bottom: 22px;
}

.swesite-account-password-required .swesite-password-form {
	background: #f8fbff;
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 18px;
	margin-top: 18px;
	padding: 18px;
}

.swesite-account-notice.is-error {
	background: #fff7ed;
	color: #c2410c;
}

@media (max-width: 720px) {
	.swesite-register-grid,
	.swesite-password-form {
		grid-template-columns: 1fr;
	}
}

.swesite-account-table-wrap {
	overflow-x: auto;
}

.swesite-account-table {
	border-collapse: collapse;
	min-width: 560px;
	width: 100%;
}

.swesite-account-table th,
.swesite-account-table td {
	border-bottom: 1px solid rgba(148, 163, 184, .18);
	padding: 13px 10px;
	text-align: left;
}

.swesite-account-table th {
	color: #53627a;
	font-size: 12px;
	font-weight: 950;
}

.swesite-account-badge {
	background: #e8f7ee;
	border-radius: 7px;
	color: #166534;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 10px;
}

.swesite-account-badge.is-expiring,
.swesite-account-badge.is-overdue,
.swesite-account-badge.is-on-hold {
	background: #ffedd5;
	color: #c2410c;
}

.swesite-account-badge.is-processing,
.swesite-account-badge.is-unpaid {
	background: #dbeafe;
	color: #1d4ed8;
}

.swesite-account-badge.is-draft {
	background: #e0f2fe;
	color: #0369a1;
}

.swesite-account-badge.is-paid {
	background: #dcfce7;
	color: #166534;
}

.swesite-account-badge.is-cancelled {
	background: #f1f5f9;
	color: #475569;
}

.swesite-account-invoice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.swesite-account-small-button.is-primary {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.swesite-account-file-row {
	align-items: center;
	border-radius: 12px;
	color: #1f2a44;
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	padding: 10px 0;
	text-decoration: none;
}

.swesite-account-file-row span {
	color: #ef4444;
	font-size: 11px;
	font-weight: 950;
}

.swesite-account-file-row small {
	color: #64748b;
}

.swesite-account-info-box {
	align-items: center;
	background: #eef4ff;
	border-radius: 14px;
	color: #53627a;
	display: flex;
	gap: 12px;
	margin-top: 16px;
	padding: 13px;
}

.swesite-account-info-box p,
.swesite-account-empty {
	margin: 0;
}

.swesite-account-empty {
	background: #f8fafc;
	border: 1px dashed rgba(148, 163, 184, .4);
	border-radius: 14px;
	color: #64748b;
	padding: 18px;
}

.swesite-account-settings-grid,
.swesite-account-address-grid,
.swesite-account-chat-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swesite-account-address-grid article,
.swesite-account-chat-layout > div,
.swesite-account-chat-layout form {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 16px;
	padding: 18px;
}

.swesite-account-order-detail {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 18px;
}

.swesite-account-order-detail > div {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 14px;
	display: grid;
	gap: 8px;
	padding: 16px;
}

.swesite-account-order-detail strong {
	color: #53627a;
	font-size: 12px;
	text-transform: uppercase;
}

.swesite-account-chat textarea {
	min-height: 180px;
	resize: vertical;
}

.swesite-account-avatar-preview {
	border-radius: 999px;
	height: 110px;
	object-fit: cover;
	width: 110px;
}

.swesite-account-login {
	background:
		radial-gradient(circle at 14% 8%, rgba(219, 234, 254, .78), transparent 30rem),
		radial-gradient(circle at 84% 4%, rgba(204, 251, 241, .68), transparent 26rem),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	display: grid;
	min-height: calc(100vh - 92px);
	padding: clamp(28px, 5vw, 76px) 16px;
	place-items: start center;
}

.swesite-account-login__shell {
	display: grid;
	gap: clamp(20px, 3vw, 34px);
	max-width: 1120px;
	width: min(100%, 1120px);
}

.swesite-account-login__intro {
	max-width: 760px;
}

.swesite-account-login__intro h1 {
	color: #0f172a;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.02;
	margin: 8px 0 14px;
}

.swesite-account-login__intro p {
	color: #5f6f86;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.6;
	margin: 0;
}

.swesite-account-login__grid {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.swesite-account-login__grid.is-login-only {
	grid-template-columns: minmax(0, 720px);
}

.swesite-account-login__card {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: none;
	padding: clamp(22px, 3vw, 34px);
	width: 100%;
}

.swesite-account-login > .swesite-account-login__card {
	max-width: 720px;
}

.swesite-account-login__card.is-register {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .94)),
		#fff;
}

.swesite-account-login__card-head {
	align-items: center;
	display: flex;
	gap: 14px;
}

.swesite-account-login__card-head > span {
	align-items: center;
	background: linear-gradient(135deg, #2563eb, #10b8bd);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(37, 99, 235, .24);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.swesite-account-login__card h2 {
	color: #0f172a;
	font-size: 24px;
	line-height: 1.15;
	margin: 0;
}

.swesite-account-login__card-head p,
.swesite-account-login__card.is-register > p {
	color: #64748b;
	line-height: 1.6;
	margin: 4px 0 0;
}

.swesite-login-form {
	display: grid;
	gap: 12px;
}

.swesite-login-form label {
	color: #334155;
	font-size: 13px;
	font-weight: 850;
}

.swesite-login-form input[type="text"],
.swesite-login-form input[type="password"] {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .34);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(15, 23, 42, .02);
	color: #0f172a;
	font: inherit;
	min-height: 52px;
	padding: 0 15px;
	width: 100%;
}

.swesite-login-form input:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
	outline: 0;
}

.swesite-login-form__meta {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 4px 0 2px;
}

.swesite-login-form__remember {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.swesite-login-form__remember input {
	margin: 0;
}

.swesite-login-form__meta a {
	color: #2563eb;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.swesite-login-form .swesite-account-primary-button,
.swesite-account-login__card.is-register .swesite-account-primary-button {
	border-radius: 14px;
	min-height: 52px;
	width: 100%;
}

.swesite-account-login__benefits {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swesite-account-login__benefits article {
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
	padding: 18px;
}

.swesite-account-login__benefits span {
	align-items: center;
	background: #eef6ff;
	border: 1px solid rgba(37, 99, 235, .14);
	border-radius: 12px;
	color: #2563eb;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	margin-bottom: 12px;
	width: 34px;
}

.swesite-account-login__benefits h3 {
	color: #0f172a;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 6px;
}

.swesite-account-login__benefits p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 900px) {
	.swesite-account-login__grid,
	.swesite-account-login__benefits {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.swesite-account-login {
		padding-inline: 12px;
	}

	.swesite-account-login__intro h1 {
		font-size: 36px;
	}

	.swesite-account-login__card {
		border-radius: 20px;
		padding: 20px;
	}

	.swesite-login-form__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

.swesite-home-website-cta {
	left: 50%;
	margin: clamp(8px, 1.4vw, 18px) 0 clamp(44px, 6vw, 72px);
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-website-cta__inner {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: grid;
	gap: clamp(44px, 6vw, 112px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	justify-items: stretch;
	margin-inline: auto;
	max-width: 1920px;
	min-height: clamp(350px, 21vw, 430px);
	padding: clamp(28px, 3vw, 44px) clamp(56px, 6vw, 118px);
	position: relative;
	width: min(calc(100% - 24px), 1920px);
}

.swesite-home-website-cta__visual {
	align-self: stretch;
	background:
		radial-gradient(circle at 18% 18%, rgba(201, 249, 0, .14), transparent 34%),
		radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--swesite-primary, #2563eb) 9%, transparent), transparent 42%),
		linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0));
	border: 0;
	border-radius: 0;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.swesite-home-website-cta__visual::after {
	background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	position: absolute;
}

.swesite-home-website-cta__visual img,
.swesite-home-reference-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-home-website-cta__content {
	justify-self: center;
	max-width: 680px;
	width: 100%;
}

.swesite-home-website-cta__badge {
	background: #c9f900;
	border-radius: 7px;
	color: #10141d;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .06em;
	line-height: 1;
	padding: 12px 15px;
	text-transform: uppercase;
}

.swesite-home-website-cta__content h2 {
	color: #151515;
	font-size: clamp(34px, 3.2vw, 50px);
	letter-spacing: 0;
	line-height: .98;
	margin: 26px 0 18px;
	white-space: nowrap;
}

.swesite-home-website-cta__content p {
	color: rgba(21, 21, 21, .74);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.55;
	margin: 0;
}

.swesite-home-website-cta__benefits {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.swesite-home-website-cta__benefits li {
	align-items: center;
	color: #151515;
	display: flex;
	font-size: 17px;
	gap: 12px;
}

.swesite-home-website-cta__benefits li::before {
	align-items: center;
	background: #c9f900;
	border-radius: 999px;
	color: #10141d;
	content: "\2713";
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.swesite-home-website-cta__price {
	display: grid;
	gap: 4px;
	margin-bottom: 22px;
}

.swesite-home-website-cta__price span {
	color: rgba(21, 21, 21, .78);
	font-size: 16px;
}

.swesite-home-website-cta__price strong {
	color: #151515;
	font-size: clamp(40px, 3.8vw, 58px);
	letter-spacing: 0;
	line-height: .95;
}

.swesite-home-website-cta__price small {
	color: rgba(21, 21, 21, .62);
	font-size: 15px;
	line-height: 1.45;
	max-width: 420px;
}

.swesite-home-website-cta__button {
	align-items: center;
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4)));
	border-radius: 999px;
	box-shadow: 0 16px 38px color-mix(in srgb, var(--swesite-primary, #2563eb) 28%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 900;
	gap: 12px;
	min-height: 52px;
	padding: 12px 22px;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.swesite-home-website-cta__button:hover,
.swesite-home-website-cta__button:focus-visible {
	box-shadow: 0 20px 46px color-mix(in srgb, var(--swesite-primary, #2563eb) 34%, transparent);
	filter: saturate(1.08);
	transform: translateY(-2px);
}

.swesite-home-website-cta--reversed .swesite-home-website-cta__content {
	order: 1;
}

.swesite-home-website-cta--reversed .swesite-home-website-cta__visual {
	order: 2;
}

.swesite-home-packages {
	box-sizing: border-box;
	left: 50%;
	margin: clamp(36px, 5vw, 72px) 0 clamp(46px, 6vw, 84px);
	overflow: hidden;
	padding: clamp(58px, 6vw, 84px) max(24px, calc((100vw - 1920px) / 2 + 64px)) clamp(46px, 5vw, 68px);
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-packages::before,
.swesite-home-packages::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.swesite-home-packages::before {
	background:
		radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--swesite-primary, #2563eb) 18%, transparent), transparent 10%),
		radial-gradient(circle at 90% 22%, color-mix(in srgb, var(--swesite-primary, #2563eb) 14%, transparent), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, .08), color-mix(in srgb, var(--swesite-primary, #2563eb) 5%, transparent));
	inset: 0;
	opacity: .82;
}

.swesite-home-packages::after {
	border: 1px solid rgba(37, 99, 235, .08);
	border-radius: 999px;
	height: 380px;
	left: -120px;
	top: 86px;
	width: 380px;
}

.swesite-home-packages__inner {
	margin-inline: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.swesite-home-packages__header {
	margin: 0 auto clamp(34px, 4vw, 52px);
	max-width: 980px;
	text-align: center;
}

.swesite-home-packages__badge {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 20%, transparent);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(37, 99, 235, .10);
	color: var(--swesite-primary, #2563eb);
	display: inline-flex;
	font-size: 16px;
	font-weight: 950;
	gap: 10px;
	letter-spacing: .12em;
	line-height: 1;
	margin-bottom: 24px;
	padding: 13px 22px;
	text-transform: uppercase;
}

.swesite-home-packages__badge svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.swesite-home-packages__header h2 {
	color: #09122e;
	font-size: clamp(46px, 5.2vw, 82px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .96;
	margin: 0;
}

.swesite-home-packages__header p {
	color: #4f5d78;
	font-size: clamp(19px, 1.55vw, 26px);
	line-height: 1.36;
	margin: 22px auto 0;
	max-width: 860px;
}

.swesite-home-packages__grid {
	display: grid;
	gap: clamp(18px, 1.55vw, 30px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swesite-home-package-price-card {
	backdrop-filter: blur(20px);
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .92), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78));
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 28px;
	box-shadow: 0 24px 58px rgba(15, 23, 42, .12);
	color: #0f1b3a;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(26px, 2vw, 34px);
	position: relative;
	text-align: center;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.swesite-home-package-price-card:nth-child(2),
.swesite-home-package-price-card:nth-child(4) {
	border-color: color-mix(in srgb, var(--swesite-primary, #2563eb) 72%, transparent);
}

.swesite-home-package-price-card:hover {
	border-color: color-mix(in srgb, var(--swesite-primary, #2563eb) 22%, rgba(148, 163, 184, .22));
	box-shadow: 0 28px 70px rgba(15, 23, 42, .11);
	transform: translateY(-4px);
}

.swesite-home-package-price-card__top {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 18px;
	min-height: 70px;
	position: relative;
}

.swesite-home-package-price-card__icon {
	align-items: center;
	background: linear-gradient(180deg, color-mix(in srgb, var(--swesite-primary, #2563eb) 9%, #ffffff), rgba(255, 255, 255, .86));
	border: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 16%, transparent);
	border-radius: 20px;
	box-shadow: 0 16px 32px rgba(37, 99, 235, .10);
	color: var(--swesite-primary, #2563eb);
	display: inline-flex;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.swesite-home-package-price-card__icon svg {
	fill: currentColor;
	height: 48px;
	width: 48px;
}

.swesite-home-package-price-card__badge {
	align-items: center;
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4)));
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	left: 50%;
	line-height: 1;
	padding: 10px 18px;
	position: absolute;
	top: -36px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swesite-home-package-price-card h3 {
	color: #09122e;
	font-size: clamp(24px, 1.65vw, 32px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 auto 14px;
}

.swesite-home-package-price-card > p {
	color: #35435e;
	font-size: clamp(15px, .95vw, 18px);
	line-height: 1.45;
	margin: 0 auto 24px;
	max-width: 330px;
}

.swesite-home-package-price-card__list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 auto 24px;
	max-width: 310px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.swesite-home-package-price-card__list li {
	align-items: flex-start;
	color: #24324c;
	display: flex;
	font-size: clamp(14px, .95vw, 17px);
	gap: 10px;
	line-height: 1.3;
}

.swesite-home-package-price-card__list li::before {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 2px solid var(--swesite-primary, #2563eb);
	border-radius: 999px;
	color: var(--swesite-primary, #2563eb);
	content: "\2713";
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 12px;
	font-weight: 950;
	height: 22px;
	justify-content: center;
	margin-top: 0;
	width: 22px;
}

.swesite-home-package-price-card__footer {
	border-top: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 17%, rgba(15, 23, 42, .08));
	display: grid;
	gap: 18px;
	margin-top: auto;
	padding-top: 24px;
}

.swesite-home-package-price-card__footer strong {
	color: var(--swesite-primary, #2563eb);
	font-size: clamp(38px, 3vw, 54px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .92;
}

.swesite-home-package-price-card__footer strong span {
	color: #24324c;
	display: block;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.1;
	margin-bottom: 4px;
}

.swesite-home-package-price-card__saving {
	align-items: center;
	background: color-mix(in srgb, var(--swesite-primary, #2563eb) 8%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 16%, transparent);
	border-radius: 999px;
	color: #32405b;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.25;
	padding: 8px 12px;
}

.swesite-home-package-price-card__button {
	align-items: center;
	background: var(--swesite-primary-gradient, linear-gradient(135deg, var(--swesite-primary, #2563eb), var(--swesite-secondary, #06b6d4)));
	border-radius: 12px;
	box-shadow: 0 14px 30px color-mix(in srgb, var(--swesite-primary, #2563eb) 26%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: clamp(16px, 1vw, 22px);
	font-weight: 900;
	justify-content: center;
	min-height: 58px;
	padding: 14px 22px;
	text-decoration: none;
	transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
	width: 100%;
}

.swesite-home-package-price-card__button:hover,
.swesite-home-package-price-card__button:focus-visible {
	box-shadow: 0 18px 40px color-mix(in srgb, var(--swesite-primary, #2563eb) 30%, transparent);
	filter: saturate(1.08);
	transform: translateY(-2px);
}

.swesite-home-packages__note {
	align-items: center;
	color: #4f5d78;
	display: flex;
	font-size: clamp(15px, 1.1vw, 18px);
	gap: 12px;
	justify-content: center;
	line-height: 1.5;
	margin: clamp(26px, 3vw, 38px) auto 0;
	max-width: 940px;
	text-align: center;
}

.swesite-home-packages__note span {
	align-items: center;
	background: color-mix(in srgb, var(--swesite-primary, #2563eb) 10%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--swesite-primary, #2563eb) 22%, transparent);
	border-radius: 999px;
	color: var(--swesite-primary, #2563eb);
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 17px;
	font-weight: 950;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.swesite-home-section-heading {
	margin-bottom: 32px;
	max-width: 760px;
}

.swesite-home-section-heading h2,
.swesite-home-cta h2 {
	color: var(--swesite-home-text);
	font-size: clamp(34px, 4vw, 54px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.swesite-home-section-heading p:not(.swesite-kicker),
.swesite-home-cta p {
	color: color-mix(in srgb, var(--swesite-home-text) 68%, transparent);
	font-size: 18px;
}

.swesite-card {
	backdrop-filter: blur(22px);
	background:
		linear-gradient(var(--swesite-home-card), var(--swesite-home-card)) padding-box,
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 46%, transparent), color-mix(in srgb, var(--swesite-home-secondary) 34%, transparent), rgba(255, 255, 255, .34)) border-box;
	border: 1px solid transparent;
	border-radius: var(--swesite-home-radius);
	box-shadow: var(--swesite-home-shadow);
	position: relative;
	transform-style: preserve-3d;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.swesite-card::after {
	background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .72), transparent 34%);
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: .55;
	pointer-events: none;
	position: absolute;
}

.swesite-card:hover {
	box-shadow: 0 34px 90px rgba(15, 23, 42, .20);
	transform: translateY(-8px) rotateX(2deg);
}

.swesite-home-service-grid,
.swesite-home-package-grid,
.swesite-home-review-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swesite-home-service-card,
.swesite-home-package-card,
.swesite-home-review-card,
.swesite-home-reason-item,
.swesite-home-step {
	overflow: hidden;
	padding: 28px;
}

.swesite-home-service-card h3,
.swesite-home-package-card h3,
.swesite-home-step h3 {
	color: var(--swesite-home-text);
	font-size: 23px;
	line-height: 1.2;
	margin: 18px 0 10px;
	position: relative;
	z-index: 1;
}

.swesite-home-service-card p,
.swesite-home-package-card p,
.swesite-home-review-card p,
.swesite-home-step p {
	color: color-mix(in srgb, var(--swesite-home-text) 68%, transparent);
	margin: 0;
	position: relative;
	z-index: 1;
}

.swesite-home-service-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 18px;
	box-shadow: 0 18px 36px color-mix(in srgb, var(--swesite-home-primary) 26%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	height: 52px;
	justify-content: center;
	position: relative;
	width: 52px;
	z-index: 1;
}

.swesite-home-reasons {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: grid;
	gap: clamp(42px, 4vw, 60px);
	grid-template-columns: .65fr 1.55fr;
	align-items: center;
	left: 50%;
	margin-top: clamp(58px, 6vw, 86px);
	max-width: none;
	overflow: hidden;
	padding: clamp(64px, 5vw, 84px) max(28px, calc((100vw - 1920px) / 2 + 64px));
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-reasons::before {
	animation: swesiteReasonsOrbit 18s ease-in-out infinite;
	background:
		radial-gradient(circle at 50% 50%, transparent 42%, rgba(255, 255, 255, .55) 43%, transparent 45%),
		radial-gradient(circle at 50% 50%, transparent 58%, rgba(255, 255, 255, .34) 59%, transparent 61%);
	border-radius: 999px;
	content: "";
	height: 460px;
	opacity: 0;
	position: absolute;
	right: -130px;
	top: 34px;
	width: 460px;
}

.swesite-home-reasons::after {
	animation: swesiteReasonsAngle 12s ease-in-out infinite;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .34), color-mix(in srgb, var(--swesite-home-primary) 12%, transparent), transparent);
	content: "";
	height: 135%;
	left: 48%;
	opacity: 0;
	position: absolute;
	top: -20%;
	transform: rotate(-12deg);
	width: 160px;
}

.swesite-home-reasons__intro,
.swesite-home-reason-list {
	position: relative;
	z-index: 1;
}

.swesite-home-reasons__intro {
	align-content: center;
	display: grid;
	max-width: 480px;
}

.swesite-home-reasons__intro .swesite-kicker {
	background: color-mix(in srgb, var(--swesite-home-primary) 10%, #fff);
	border-radius: 999px;
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	justify-self: start;
	letter-spacing: .04em;
	padding: 9px 16px;
	text-transform: uppercase;
}

.swesite-home-reasons__intro h2 {
	color: var(--swesite-home-text);
	font-size: clamp(44px, 4.1vw, 58px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 24px 0 18px;
}

.swesite-home-reasons__intro h2 span {
	background: linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.swesite-home-reasons__intro > p {
	color: color-mix(in srgb, var(--swesite-home-text) 70%, transparent);
	font-size: 16px;
	line-height: 1.58;
	margin: 0;
	max-width: 480px;
}

.swesite-home-reasons__promise {
	align-items: center;
	border-top: 1px solid rgba(148, 163, 184, .20);
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	margin-top: 24px;
	padding-top: 20px;
}

.swesite-home-reasons__promise span,
.swesite-home-reason-item__icon {
	align-items: center;
	color: var(--swesite-home-primary);
	display: inline-flex;
	justify-content: center;
}

.swesite-home-reasons__promise span {
	height: 38px;
	width: 38px;
}

.swesite-home-reasons__promise svg,
.swesite-home-reason-item__icon svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.swesite-home-reasons__promise strong {
	color: var(--swesite-home-text);
	font-size: 16px;
	line-height: 1.45;
}

.swesite-home-reasons__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.swesite-home-reasons__badges span {
	color: var(--swesite-home-text);
	font-size: 12px;
	font-weight: 900;
	position: relative;
	padding-left: 22px;
}

.swesite-home-reasons__badges span::before {
	background: linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 999px;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.swesite-home-reason-list {
	display: grid;
	gap: clamp(16px, 1.3vw, 20px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swesite-home-reason-item {
	align-items: start;
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 24px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .055);
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr;
	min-height: 122px;
	padding: 20px;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.swesite-home-reason-item:hover {
	border-color: color-mix(in srgb, var(--swesite-home-primary) 22%, rgba(255, 255, 255, .8));
	box-shadow: 0 22px 54px rgba(15, 23, 42, .09);
	transform: translateY(-2px);
}

.swesite-home-reason-item__number,
.swesite-home-step__number {
	align-items: center;
	background: color-mix(in srgb, var(--swesite-home-primary) 12%, transparent);
	border: 1px solid color-mix(in srgb, var(--swesite-home-primary) 20%, transparent);
	border-radius: 999px;
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 34px;
	z-index: 1;
}

.swesite-home-reason-item__number {
	grid-row: span 2;
}

.swesite-home-reason-item__icon {
	background: rgba(255, 255, 255, .58);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(37, 99, 235, .08);
	height: 42px;
	grid-column: 1;
	grid-row: 2;
	padding: 11px;
	width: 42px;
}

.swesite-home-reason-item__content {
	display: grid;
	gap: 8px;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.swesite-home-reason-item strong {
	color: var(--swesite-home-text);
	font-size: clamp(16px, 1.15vw, 19px);
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

.swesite-home-reason-item small {
	color: color-mix(in srgb, var(--swesite-home-text) 68%, transparent);
	font-size: 13.5px;
	line-height: 1.45;
}

.swesite-home-timeline {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
}

.swesite-home-timeline::before {
	background: linear-gradient(90deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	content: "";
	height: 2px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 48px;
	z-index: 0;
}

.swesite-home-step {
	min-height: 230px;
	z-index: 1;
}

.swesite-home-process {
	background: transparent;
	border-radius: 0;
	box-shadow: 0 22px 70px rgba(15, 23, 42, .055);
	box-sizing: border-box;
	left: 50%;
	max-width: none;
	overflow: hidden;
	padding: clamp(58px, 5vw, 82px) max(28px, calc((100vw - 1920px) / 2 + 64px));
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-process::before,
.swesite-home-process::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.swesite-home-process::before {
	background:
		radial-gradient(circle at 50% 50%, transparent 54%, rgba(255, 255, 255, .72) 55%, transparent 57%),
		radial-gradient(circle at 50% 50%, transparent 68%, rgba(255, 255, 255, .48) 69%, transparent 71%);
	border-radius: 999px;
	height: 420px;
	opacity: 0;
	right: -140px;
	top: -150px;
	width: 420px;
}

.swesite-home-process::after {
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--swesite-home-primary) 16%, transparent), transparent);
	height: 1px;
	left: 8%;
	opacity: 0;
	right: 8%;
	top: 54%;
}

.swesite-home-process__heading {
	margin-bottom: clamp(26px, 3vw, 34px);
	max-width: 740px;
	position: relative;
	z-index: 1;
}

.swesite-home-process__heading .swesite-kicker {
	letter-spacing: .14em;
}

.swesite-home-process__heading h2 {
	font-size: clamp(42px, 4.3vw, 64px);
}

.swesite-home-process .swesite-home-timeline {
	gap: clamp(16px, 1.6vw, 24px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.swesite-home-process .swesite-home-timeline::before {
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--swesite-home-primary) 55%, transparent), color-mix(in srgb, var(--swesite-home-secondary) 52%, transparent), transparent);
	box-shadow: 0 0 20px color-mix(in srgb, var(--swesite-home-primary) 22%, transparent);
	height: 3px;
	left: 11%;
	right: 11%;
	top: 72px;
}

.swesite-home-process .swesite-home-step {
	align-content: start;
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 26px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, .07);
	display: grid;
	gap: 26px;
	min-height: 250px;
	padding: 34px;
	position: relative;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.swesite-home-process .swesite-home-step:hover {
	border-color: color-mix(in srgb, var(--swesite-home-primary) 20%, rgba(255, 255, 255, .8));
	box-shadow: 0 22px 60px rgba(15, 23, 42, .10);
	transform: translateY(-4px);
}

.swesite-home-process .swesite-home-step:not(:last-child)::after {
	background:
		radial-gradient(circle, #fff 0 32%, transparent 34%),
		linear-gradient(90deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 999px;
	box-shadow: 0 0 18px color-mix(in srgb, var(--swesite-home-primary) 34%, transparent);
	content: "";
	height: 12px;
	position: absolute;
	right: calc(clamp(16px, 1.6vw, 24px) / -2 - 6px);
	top: 67px;
	width: 12px;
	z-index: 2;
}

.swesite-home-step__top {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.swesite-home-step__number {
	height: 54px;
	width: 54px;
}

.swesite-home-step__icon {
	color: var(--swesite-home-primary);
	display: inline-flex;
	height: 58px;
	opacity: .96;
	width: 58px;
}

.swesite-home-step__icon svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.swesite-home-step__content {
	position: relative;
	z-index: 1;
}

.swesite-home-process .swesite-home-step h3 {
	font-size: clamp(19px, 1.4vw, 23px);
	line-height: 1.2;
	margin: 0 0 14px;
}

.swesite-home-process .swesite-home-step p {
	font-size: 16px;
	line-height: 1.55;
}

.swesite-home-references {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), color-mix(in srgb, var(--swesite-home-primary) 5%, #f8fbff)),
		linear-gradient(90deg, transparent, color-mix(in srgb, var(--swesite-home-primary) 6%, transparent), transparent);
	box-sizing: border-box;
	left: 50%;
	margin-top: clamp(58px, 6vw, 86px);
	overflow: hidden;
	padding: clamp(76px, 7vw, 96px) max(22px, calc((100vw - 1500px) / 2 + 40px));
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-references::before {
	background:
		linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, .62) 43% 44%, transparent 45%),
		linear-gradient(38deg, transparent 0 58%, color-mix(in srgb, var(--swesite-home-primary) 10%, transparent) 59% 60%, transparent 61%);
	content: "";
	inset: 0;
	opacity: .55;
	pointer-events: none;
	position: absolute;
}

.swesite-home-references__inner {
	margin-inline: auto;
	max-width: 1500px;
	position: relative;
	z-index: 1;
}

.swesite-home-references__header {
	margin: 0 auto clamp(34px, 4vw, 52px);
	max-width: 860px;
	text-align: center;
}

.swesite-home-references__header h2 {
	color: var(--swesite-home-text);
	font-size: clamp(38px, 4.7vw, 66px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 10px 0 16px;
}

.swesite-home-references__header > p {
	color: color-mix(in srgb, var(--swesite-home-text) 66%, transparent);
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.55;
	margin: 0 auto;
	max-width: 740px;
}

.swesite-home-references__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: clamp(24px, 3vw, 34px);
}

.swesite-home-references__filters button {
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(148, 163, 184, .16);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
	color: var(--swesite-home-text);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 48px;
	padding: 0 26px;
	transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}

.swesite-home-references__filters button:hover,
.swesite-home-references__filters button:focus-visible,
.swesite-home-references__filters button.is-active {
	border-color: color-mix(in srgb, var(--swesite-home-primary) 32%, transparent);
	box-shadow: 0 18px 38px color-mix(in srgb, var(--swesite-home-primary) 14%, transparent);
	color: var(--swesite-home-primary);
	transform: translateY(-2px);
}

.swesite-home-references__slider {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 58px minmax(0, 1fr) 58px;
}

.swesite-home-references__track {
	display: grid;
	gap: 26px;
	grid-auto-columns: calc((100% - 52px) / 3);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 6px 2px 24px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.swesite-home-references__track::-webkit-scrollbar {
	display: none;
}

.swesite-home-reference-card {
	background: rgba(255, 255, 255, .90);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 28px;
	box-shadow: 0 22px 58px rgba(15, 23, 42, .09);
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.swesite-home-reference-card[hidden] {
	display: none;
}

.swesite-home-reference-card:hover {
	border-color: color-mix(in srgb, var(--swesite-home-primary) 20%, rgba(255, 255, 255, .84));
	box-shadow: 0 30px 72px rgba(15, 23, 42, .13);
	transform: translateY(-5px);
}

.swesite-home-reference-card__media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #eef5ff, #f8fbff);
	overflow: hidden;
	position: relative;
}

.swesite-home-reference-card__label {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	left: 18px;
	min-height: 42px;
	padding: 0 18px;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.swesite-home-reference-card__mockup {
	height: 100%;
	position: relative;
	width: 100%;
}

.swesite-home-reference-card__media--paper .swesite-home-reference-card__mockup,
.swesite-home-reference-card__media--paper-alt .swesite-home-reference-card__mockup {
	background:
		linear-gradient(104deg, transparent 0 24%, rgba(20, 24, 36, .10) 25% 26%, transparent 27%),
		linear-gradient(145deg, #d9c4a6, #f8f0e4 42%, #8e775f);
}

.swesite-home-reference-card__media--paper .swesite-home-reference-card__mockup::before,
.swesite-home-reference-card__media--paper-alt .swesite-home-reference-card__mockup::before {
	background:
		repeating-linear-gradient(0deg, transparent 0 18px, rgba(15, 23, 42, .22) 19px 21px),
		linear-gradient(135deg, #fff, #f3eee8);
	border-radius: 6px;
	box-shadow: 0 24px 42px rgba(15, 23, 42, .26);
	content: "";
	height: 72%;
	left: 26%;
	position: absolute;
	top: 17%;
	transform: rotate(-11deg);
	width: 48%;
}

.swesite-home-reference-card__media--website .swesite-home-reference-card__mockup,
.swesite-home-reference-card__media--website-alt .swesite-home-reference-card__mockup {
	background:
		linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .28)),
		linear-gradient(135deg, #2b211b, #a16f43 46%, #1d2533);
}

.swesite-home-reference-card__media--website .swesite-home-reference-card__mockup::before,
.swesite-home-reference-card__media--website-alt .swesite-home-reference-card__mockup::before {
	background:
		linear-gradient(#0f172a 0 12%, transparent 12%),
		linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .46));
	border: 10px solid #111827;
	border-radius: 16px;
	box-shadow: 0 24px 44px rgba(0, 0, 0, .32);
	content: "";
	height: 56%;
	left: 18%;
	position: absolute;
	top: 22%;
	width: 64%;
}

.swesite-home-reference-card__media--digital .swesite-home-reference-card__mockup,
.swesite-home-reference-card__media--digital-alt .swesite-home-reference-card__mockup {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .88) 0 55%, rgba(36, 68, 45, .92) 55%),
		linear-gradient(135deg, #d8c1a3, #ecfdf5);
}

.swesite-home-reference-card__media--digital .swesite-home-reference-card__mockup::before,
.swesite-home-reference-card__media--digital-alt .swesite-home-reference-card__mockup::before {
	background:
		repeating-linear-gradient(0deg, transparent 0 24px, rgba(15, 23, 42, .16) 25px 27px),
		linear-gradient(90deg, #fff 0 58%, #2f523b 58%);
	border: 10px solid #1f2937;
	border-radius: 12px;
	box-shadow: 0 24px 46px rgba(15, 23, 42, .28);
	content: "";
	height: 68%;
	left: 16%;
	position: absolute;
	top: 18%;
	width: 68%;
}

.swesite-home-reference-card__content {
	display: grid;
	gap: 16px;
	padding: 26px 28px 30px;
}

.swesite-home-reference-card h3 {
	color: var(--swesite-home-text);
	font-size: clamp(23px, 1.8vw, 30px);
	line-height: 1.1;
	margin: 0;
}

.swesite-home-reference-card p {
	color: color-mix(in srgb, var(--swesite-home-text) 64%, transparent);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.swesite-home-reference-card a {
	align-items: center;
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
	justify-self: start;
	text-decoration: none;
}

.swesite-home-references__arrow {
	align-items: center;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(148, 163, 184, .15);
	border-radius: 999px;
	box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
	color: var(--swesite-home-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
	width: 58px;
}

.swesite-home-references__arrow:hover,
.swesite-home-references__arrow:focus-visible {
	box-shadow: 0 22px 46px rgba(15, 23, 42, .12);
	transform: translateY(-2px);
}

.swesite-home-references__arrow[aria-disabled="true"] {
	cursor: default;
	opacity: .38;
}

.swesite-home-references__dots {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 12px;
}

.swesite-home-references__dots button {
	background: rgba(148, 163, 184, .28);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 12px;
	padding: 0;
	transition: background .2s ease, transform .2s ease, width .2s ease;
	width: 12px;
}

.swesite-home-references__dots button.is-active {
	background: var(--swesite-home-primary);
	transform: scale(1.08);
	width: 28px;
}

.swesite-home-testimonials {
	background:
		radial-gradient(circle at 10% 18%, rgba(255, 255, 255, .88), transparent 18%),
		radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--swesite-home-primary) 18%, transparent), transparent 18%),
		linear-gradient(135deg, #f8fbff, color-mix(in srgb, var(--swesite-home-primary) 7%, #ffffff));
	box-sizing: border-box;
	left: 50%;
	overflow: hidden;
	padding: clamp(78px, 7vw, 98px) max(28px, calc((100vw - 1920px) / 2 + 64px));
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-testimonials::before,
.swesite-home-testimonials::after {
	border-radius: 999px;
	content: "";
	pointer-events: none;
	position: absolute;
}

.swesite-home-testimonials::before {
	background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .95), color-mix(in srgb, var(--swesite-home-primary) 16%, transparent) 48%, transparent 70%);
	box-shadow: inset -18px -24px 38px rgba(255, 255, 255, .62), 0 26px 50px rgba(37, 99, 235, .11);
	height: 132px;
	right: 7vw;
	top: 70px;
	width: 132px;
}

.swesite-home-testimonials::after {
	background: radial-gradient(circle at 42% 32%, rgba(255, 255, 255, .88), color-mix(in srgb, var(--swesite-home-primary) 10%, transparent) 46%, transparent 72%);
	box-shadow: inset -12px -18px 30px rgba(255, 255, 255, .72), 0 22px 44px rgba(37, 99, 235, .08);
	bottom: 62px;
	height: 86px;
	left: 8vw;
	width: 86px;
}

.swesite-home-testimonials__inner {
	margin-inline: auto;
	max-width: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

.swesite-home-testimonials__header {
	margin: 0 auto clamp(34px, 4vw, 52px);
	max-width: 880px;
	text-align: center;
}

.swesite-home-testimonials__badge {
	align-items: center;
	background: rgba(255, 255, 255, .78);
	border: 1px solid color-mix(in srgb, var(--swesite-home-primary) 20%, transparent);
	border-radius: 999px;
	box-shadow: 0 14px 32px color-mix(in srgb, var(--swesite-home-primary) 14%, transparent);
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	gap: 10px;
	letter-spacing: .08em;
	margin: 0 0 24px;
	padding: 12px 22px;
	text-transform: uppercase;
}

.swesite-home-testimonials__header h2 {
	color: var(--swesite-home-text);
	font-size: clamp(38px, 4.6vw, 68px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 16px;
}

.swesite-home-testimonials__header > p {
	color: color-mix(in srgb, var(--swesite-home-text) 66%, transparent);
	font-size: clamp(16px, 1.45vw, 21px);
	line-height: 1.55;
	margin: 0 auto;
	max-width: 760px;
}

.swesite-home-testimonials__slider {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 58px minmax(0, 1fr) 58px;
}

.swesite-home-testimonials__track {
	display: grid;
	gap: 28px;
	grid-auto-columns: calc((100% - 56px) / 3);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 6px 2px 26px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.swesite-home-testimonials__track::-webkit-scrollbar {
	display: none;
}

.swesite-home-testimonial-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .72)) padding-box,
		linear-gradient(135deg, rgba(255, 255, 255, .88), color-mix(in srgb, var(--swesite-home-primary) 20%, transparent)) border-box;
	border: 1px solid transparent;
	border-radius: 30px;
	box-shadow: 0 24px 62px rgba(15, 23, 42, .10);
	min-height: 290px;
	min-width: 0;
	overflow: hidden;
	padding: clamp(24px, 2.2vw, 34px);
	position: relative;
	scroll-snap-align: start;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.swesite-home-testimonial-card:hover {
	box-shadow: 0 32px 76px rgba(15, 23, 42, .14);
	transform: translateY(-5px);
}

.swesite-home-testimonial-card__top {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 92px minmax(0, 1fr);
}

.swesite-home-testimonial-card__avatar {
	align-items: center;
	background:
		radial-gradient(circle at 35% 22%, rgba(255, 255, 255, .92), transparent 36%),
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 24%, #e8f1ff), #ffffff);
	border: 3px solid color-mix(in srgb, var(--swesite-home-primary) 22%, #ffffff);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(37, 99, 235, .16);
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 24px;
	font-weight: 950;
	height: 92px;
	justify-content: center;
	width: 92px;
}

.swesite-home-testimonial-card h3 {
	color: var(--swesite-home-text);
	font-size: clamp(21px, 1.65vw, 28px);
	line-height: 1.1;
	margin: 0;
}

.swesite-home-testimonial-card__top p {
	color: color-mix(in srgb, var(--swesite-home-text) 70%, transparent);
	font-size: 17px;
	line-height: 1.35;
	margin: 6px 0 10px;
}

.swesite-home-testimonial-card__stars {
	color: var(--swesite-gold, #f5b301);
	display: flex;
	font-size: 22px;
	gap: 5px;
	letter-spacing: .02em;
	line-height: 1;
	text-shadow:
		0 1px 0 var(--swesite-gold-deep, #d99500),
		0 2px 4px rgba(0, 0, 0, .18),
		0 0 10px rgba(247, 201, 72, .44);
}

.swesite-home-testimonial-card__stars span {
	background: linear-gradient(180deg, var(--swesite-gold-light, #fff2b8) 0%, var(--swesite-gold-bright, #f7c948) 36%, var(--swesite-gold, #f5b301) 66%, var(--swesite-gold-deep, #d99500) 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .16));
}

.swesite-gold-stars,
.swesite-stars,
.swesite-rating-stars,
.swesite-testimonial-stars,
.swesite-product-stars,
.woocommerce .star-rating,
.woocommerce .star-rating span {
	color: #f5b301;
	text-shadow:
		0 1px 0 #d99500,
		0 2px 4px rgba(0, 0, 0, .18),
		0 0 9px rgba(247, 201, 72, .4);
}

.swesite-gold-stars svg,
.swesite-stars svg,
.swesite-rating-stars svg,
.swesite-testimonial-stars svg {
	fill: #f5b301;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .18));
	stroke: #d99500;
}

.swesite-home-testimonial-card__quote {
	border-top: 1px solid rgba(148, 163, 184, .20);
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr;
	margin-top: 28px;
	padding-top: 26px;
}

.swesite-home-testimonial-card__quote > span {
	color: var(--swesite-home-primary);
	font-size: 46px;
	font-weight: 950;
	line-height: .9;
}

.swesite-home-testimonial-card__quote p {
	color: var(--swesite-home-text);
	font-size: clamp(17px, 1.25vw, 21px);
	line-height: 1.45;
	margin: 0;
}

.swesite-home-testimonial-card__mark {
	align-items: center;
	background: rgba(255, 255, 255, .86);
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 14px 28px rgba(15, 23, 42, .10);
	color: var(--swesite-home-primary);
	display: inline-flex;
	font-size: 30px;
	font-weight: 950;
	height: 52px;
	justify-content: center;
	position: absolute;
	right: 24px;
	width: 52px;
}

.swesite-home-testimonials__arrow {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(148, 163, 184, .15);
	border-radius: 999px;
	box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
	color: var(--swesite-home-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
	width: 58px;
}

.swesite-home-testimonials__arrow:hover,
.swesite-home-testimonials__arrow:focus-visible {
	box-shadow: 0 22px 46px rgba(15, 23, 42, .12);
	transform: translateY(-2px);
}

.swesite-home-testimonials__arrow[aria-disabled="true"] {
	cursor: default;
	opacity: .38;
}

.swesite-home-testimonials__dots {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 12px;
}

.swesite-home-testimonials__dots button {
	background: rgba(148, 163, 184, .30);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 12px;
	padding: 0;
	transition: background .2s ease, transform .2s ease, width .2s ease;
	width: 12px;
}

.swesite-home-testimonials__dots button.is-active {
	background: var(--swesite-home-primary);
	transform: scale(1.08);
	width: 28px;
}

.swesite-home-package-card {
	display: flex;
	flex-direction: column;
	min-height: 320px;
}

.swesite-home-package-card strong {
	color: var(--swesite-home-primary);
	font-size: 32px;
	line-height: 1;
	margin: 8px 0 18px;
	position: relative;
	z-index: 1;
}

.swesite-home-package-card .swesite-button {
	margin-top: auto;
	position: relative;
	z-index: 1;
}

.swesite-home-trust {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: .86fr 1.14fr;
}

.swesite-home-review-grid {
	grid-template-columns: 1fr;
}

.swesite-home-review-card {
	min-height: 132px;
}

.swesite-home-review-card p {
	font-size: 18px;
	line-height: 1.55;
}

.swesite-home-review-card strong {
	color: var(--swesite-home-text);
	display: block;
	margin-top: 18px;
	position: relative;
	z-index: 1;
}

.swesite-home-cta {
	align-items: center;
	backdrop-filter: blur(26px);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 18%, transparent), color-mix(in srgb, var(--swesite-home-secondary) 14%, transparent)),
		var(--swesite-home-card);
	border: 1px solid rgba(255, 255, 255, .64);
	border-radius: calc(var(--swesite-home-radius) + 8px);
	box-shadow: var(--swesite-home-shadow);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto;
	margin-top: clamp(80px, 10vw, 140px);
	overflow: hidden;
	padding: clamp(32px, 5vw, 56px);
	position: relative;
}

.swesite-home-cta::before {
	background: radial-gradient(circle, rgba(255, 255, 255, .54), transparent 60%);
	content: "";
	height: 260px;
	position: absolute;
	right: -90px;
	top: -120px;
	width: 260px;
}

.swesite-home-cta > * {
	position: relative;
	z-index: 1;
}

.swesite-home-cta p:not(.swesite-kicker) {
	margin: 18px 0 0;
	max-width: 720px;
}

.swesite-hero-showcase.is-floating .swesite-digital-screen {
	animation: swesite-hero-digital-float 8s ease-in-out infinite;
}

.swesite-hero-showcase.is-floating .swesite-paper-menu-card {
	animation: swesite-hero-paper-float 7.4s ease-in-out infinite;
}

.swesite-hero-showcase.is-floating .swesite-hero-showcase-note {
	animation: swesite-home-note 5.8s ease-in-out infinite;
}

.swesite-home .swesite-home-animate {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .55s ease, transform .55s ease;
}

.swesite-home .swesite-home-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.swesite-home-marquee {
	box-sizing: border-box;
	margin: clamp(6px, 1vw, 12px) 0 0;
	margin-left: calc(50% - 50vw);
	padding-inline: max(24px, calc((100vw - 1500px) / 2));
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.swesite-home-marquee::before,
.swesite-home-marquee::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 2;
}

.swesite-home-marquee::before {
	background: linear-gradient(90deg, var(--swesite-home-bg), transparent);
	left: 0;
}

.swesite-home-marquee::after {
	background: linear-gradient(270deg, var(--swesite-home-bg), transparent);
	right: 0;
}

.swesite-marquee-track {
	animation: swesite-marquee-scroll 34s linear infinite;
	display: flex;
	gap: 12px;
	width: max-content;
	will-change: transform;
}

.swesite-marquee-item {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, .64);
	border: 1px solid rgba(148, 163, 184, .20);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
	color: color-mix(in srgb, var(--swesite-home-text) 76%, transparent);
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	gap: 9px;
	padding: 11px 16px;
	white-space: nowrap;
}

.swesite-marquee-item i {
	color: var(--swesite-home-primary);
	font-style: normal;
}

.swesite-home-stats {
	align-items: stretch;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: grid;
	gap: clamp(18px, 2vw, 34px);
	grid-template-columns: .95fr 1.1fr .9fr;
	left: 50%;
	margin: 0 0 clamp(42px, 6vw, 84px);
	max-width: 100vw;
	overflow: hidden;
	padding: clamp(30px, 4vw, 58px) max(32px, calc((100vw - 1920px) / 2 + 56px));
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.swesite-home-stats::before {
	animation: swesiteStatsGlow 10s ease-in-out infinite;
	background: radial-gradient(circle, rgba(255, 255, 255, .42), transparent 62%);
	content: "";
	height: 360px;
	opacity: 0;
	position: absolute;
	right: 4vw;
	top: -150px;
	width: 360px;
}

.swesite-home-stats::after {
	animation: swesiteStatsAngle 14s ease-in-out infinite;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .28), color-mix(in srgb, var(--swesite-home-secondary) 14%, transparent), transparent);
	content: "";
	height: 140%;
	left: 46%;
	opacity: 0;
	position: absolute;
	top: -20%;
	transform: translateX(-50%) rotate(-12deg);
	width: 18vw;
	min-width: 220px;
}

.swesite-home-stats > * {
	position: relative;
	z-index: 1;
}

.swesite-stats-main {
	align-content: center;
	display: grid;
	gap: 16px;
}

.swesite-stats-main h2 {
	color: var(--swesite-home-text);
	font-size: clamp(32px, 4vw, 52px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.swesite-stats-main p {
	color: color-mix(in srgb, var(--swesite-home-text) 68%, transparent);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.swesite-stats-main .swesite-button {
	justify-self: start;
	margin-top: 4px;
}

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

.swesite-stat-card,
.swesite-sales-breakdown {
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, .66);
	border: 1px solid rgba(255, 255, 255, .70);
	border-radius: calc(var(--swesite-home-radius) - 2px);
	box-shadow: 0 18px 44px rgba(15, 23, 42, .10);
}

.swesite-stat-card {
	align-content: end;
	display: grid;
	min-height: 136px;
	padding: 18px;
	transform-style: preserve-3d;
}

.swesite-stat-card:hover {
	transform: translateY(-6px) rotateX(2deg) rotateZ(-.35deg);
}

.swesite-stat-number {
	color: var(--swesite-home-text);
	font-size: clamp(34px, 4.8vw, 58px);
	letter-spacing: 0;
	line-height: .9;
}

.swesite-stat-label {
	color: color-mix(in srgb, var(--swesite-home-text) 62%, transparent);
	font-size: 13px;
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
}

.swesite-sales-breakdown {
	align-content: center;
	display: grid;
	gap: 16px;
	padding: 20px;
}

.swesite-sales-breakdown > div:first-child strong {
	color: var(--swesite-home-text);
	display: block;
	font-size: 22px;
	line-height: 1.1;
}

.swesite-stat-chart {
	display: grid;
	gap: 12px;
}

.swesite-stat-bar {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr auto;
}

.swesite-stat-bar span {
	color: color-mix(in srgb, var(--swesite-home-text) 72%, transparent);
	font-size: 13px;
	font-weight: 850;
}

.swesite-stat-bar strong {
	color: var(--swesite-home-primary);
	font-size: 13px;
}

.swesite-stat-bar i {
	background: rgba(148, 163, 184, .18);
	border-radius: 999px;
	display: block;
	grid-column: 1 / -1;
	height: 9px;
	overflow: hidden;
	position: relative;
}

.swesite-stat-bar i::before {
	background: linear-gradient(90deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: inherit;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--swesite-home-primary) 20%, transparent);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: var(--swesite-stat-width);
}

.swesite-home-categories {
	margin: clamp(8px, 2vw, 18px) 0 clamp(28px, 5vw, 54px);
	padding: clamp(18px, 3vw, 26px);
	position: relative;
}

.swesite-home-categories::before {
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 10%, transparent), transparent 42%),
		color-mix(in srgb, var(--swesite-home-card) 88%, transparent);
	border: 1px solid color-mix(in srgb, var(--swesite-home-primary) 16%, transparent);
	border-radius: calc(var(--swesite-home-radius) + 12px);
	box-shadow: 0 22px 56px rgba(15, 23, 42, .10);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.swesite-categories-header {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 18px;
}

.swesite-categories-header h2 {
	color: var(--swesite-home-text);
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.swesite-categories-header p:not(.swesite-section-kicker) {
	color: color-mix(in srgb, var(--swesite-home-text) 66%, transparent);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 560px;
}

.swesite-category-controls {
	display: flex;
	gap: 8px;
}

.swesite-category-controls button {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
	color: var(--swesite-home-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
	width: 42px;
}

.swesite-category-controls button:hover,
.swesite-category-controls button:focus-visible {
	box-shadow: 0 16px 34px color-mix(in srgb, var(--swesite-home-primary) 18%, transparent);
	transform: translateY(-2px);
}

.swesite-category-controls button[aria-disabled="true"] {
	cursor: default;
	opacity: .38;
	transform: none;
}

.swesite-category-slider {
	display: grid;
	gap: 14px;
	grid-auto-columns: clamp(190px, 21vw, 260px);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 4px 2px 12px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.swesite-category-slider::-webkit-scrollbar {
	display: none;
}

.swesite-category-card {
	background:
		linear-gradient(var(--swesite-home-card), var(--swesite-home-card)) padding-box,
		linear-gradient(135deg, color-mix(in srgb, var(--swesite-home-primary) 32%, transparent), color-mix(in srgb, var(--swesite-home-secondary) 26%, transparent), rgba(255, 255, 255, .42)) border-box;
	border: 1px solid transparent;
	border-radius: calc(var(--swesite-home-radius) - 2px);
	box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
	color: var(--swesite-home-text);
	display: grid;
	gap: 12px;
	min-height: 210px;
	overflow: hidden;
	padding: 12px;
	scroll-snap-align: start;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.swesite-category-card:hover,
.swesite-category-card:focus-visible {
	box-shadow: 0 24px 56px color-mix(in srgb, var(--swesite-home-primary) 17%, transparent);
	transform: translateY(-4px);
}

.swesite-category-image {
	aspect-ratio: 1.55;
	background:
		radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .52), transparent 34%),
		linear-gradient(135deg, var(--swesite-home-primary), var(--swesite-home-secondary));
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .46);
	display: grid;
	overflow: hidden;
	place-items: center;
	position: relative;
}

.swesite-category-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-category-placeholder {
	align-items: center;
	background: rgba(255, 255, 255, .20);
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 18px;
	color: #fff;
	display: inline-flex;
	font-size: 34px;
	font-weight: 950;
	height: 64px;
	justify-content: center;
	text-transform: uppercase;
	width: 64px;
}

.swesite-category-content {
	display: grid;
	gap: 7px;
}

.swesite-category-content strong {
	font-size: 18px;
	line-height: 1.15;
}

.swesite-category-count {
	color: var(--swesite-home-primary);
	font-size: 13px;
	font-weight: 900;
}

.swesite-category-content small {
	color: color-mix(in srgb, var(--swesite-home-text) 64%, transparent);
	font-size: 13px;
	line-height: 1.45;
}

.swesite-section-kicker {
	color: var(--swesite-home-primary);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

@keyframes swesite-home-float {
	0%,
	100% {
		transform: rotateX(8deg) rotateY(-14deg) rotateZ(2deg) translateY(0);
	}

	50% {
		transform: rotateX(10deg) rotateY(-10deg) rotateZ(1deg) translateY(-14px);
	}
}

@keyframes swesite-hero-digital-float {
	0%,
	100% {
		transform: rotateX(7deg) rotateY(-16deg) rotateZ(3deg) translateY(0);
	}

	50% {
		transform: rotateX(8deg) rotateY(-13deg) rotateZ(2deg) translateY(-12px);
	}
}

@keyframes swesite-hero-paper-float {
	0%,
	100% {
		transform: rotateX(8deg) rotateY(14deg) rotateZ(-5deg) translateY(0) translateZ(70px);
	}

	50% {
		transform: rotateX(9deg) rotateY(11deg) rotateZ(-4deg) translateY(-10px) translateZ(70px);
	}
}

@keyframes swesite-marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes swesite-home-note {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes swesiteLogoBallIdle {
	0%,
	100% {
		transform: translateY(0) rotate(-1deg);
	}

	50% {
		transform: translateY(-18px) rotate(1deg);
	}
}

@keyframes swesiteStatsAngle {
	0%,
	100% {
		transform: translate3d(-42%, 0, 0) rotate(-12deg);
	}

	50% {
		transform: translate3d(-18%, 18px, 0) rotate(-8deg);
	}
}

@keyframes swesiteStatsGlow {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(-36px, 24px, 0) scale(1.08);
	}
}

@keyframes swesiteReasonsOrbit {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}

	50% {
		transform: translate3d(-34px, 18px, 0) rotate(8deg) scale(1.04);
	}
}

@keyframes swesiteReasonsAngle {
	0%,
	100% {
		transform: translate3d(-18px, 0, 0) rotate(-12deg);
	}

	50% {
		transform: translate3d(42px, 18px, 0) rotate(-8deg);
	}
}

@media (max-width: 1500px) {
	.swesite-home-popular-products__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 1280px) {
	.swesite-home-popular-products__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.swesite-menu-hero-section {
		background-position: center right 36%;
		height: 430px;
		max-height: 430px;
		min-height: 0;
	}

	.swesite-menu-hero-content {
		max-width: 540px;
	}

	.swesite-menu-hero-title {
		font-size: clamp(34px, 5vw, 46px);
	}

	.swesite-menu-hero-description {
		max-width: 500px;
	}

	.swesite-menu-hero-button {
		min-width: 145px;
	}

	.swesite-home-popular-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 34px;
	}

	.swesite-home-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .88fr);
		min-height: auto;
	}

	.swesite-home-hero__title {
		font-size: clamp(32px, 4.6vw, 42px);
	}

	.swesite-home-benefits {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.swesite-home .swesite-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.swesite-home-hero-content {
		transform: translateY(-18px);
	}

	.swesite-hero-showcase {
		margin: 0 auto;
		max-width: 660px;
		width: 100%;
	}

	.swesite-home-service-grid,
	.swesite-home-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-home-packages {
		padding-inline: 30px;
	}

	.swesite-home-packages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-home-packages__header h2 {
		font-size: clamp(42px, 7vw, 62px);
	}

	.swesite-home-website-cta__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-inline: clamp(28px, 5vw, 54px);
		width: min(calc(100% - 32px), 1920px);
	}

	.swesite-home-website-cta__visual {
		min-height: 260px;
		order: 1;
	}

	.swesite-home-website-cta__content {
		max-width: none;
		order: 2;
	}

	.swesite-home-stats {
		grid-template-columns: 1fr;
		padding-inline: max(24px, calc((100vw - 1920px) / 2 + 40px));
	}

	.swesite-home-process {
		padding: 54px 30px;
		width: 100vw;
	}

	.swesite-home-process .swesite-home-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-home-process .swesite-home-timeline::before,
	.swesite-home-process .swesite-home-step:not(:last-child)::after {
		display: none;
	}

	.swesite-home-process .swesite-home-step {
		min-height: 220px;
	}

	.swesite-home-references {
		padding-inline: 28px;
	}

	.swesite-home-references__slider {
		gap: 16px;
		grid-template-columns: 52px minmax(0, 1fr) 52px;
	}

	.swesite-home-references__track {
		grid-auto-columns: calc((100% - 26px) / 2);
	}

	.swesite-home-references__arrow {
		height: 52px;
		width: 52px;
	}

	.swesite-home-testimonials {
		padding-inline: 28px;
	}

	.swesite-home-testimonials__slider {
		gap: 16px;
		grid-template-columns: 52px minmax(0, 1fr) 52px;
	}

	.swesite-home-testimonials__track {
		grid-auto-columns: calc((100% - 28px) / 2);
	}

	.swesite-home-testimonials__arrow {
		height: 52px;
		width: 52px;
	}

	.swesite-categories-header {
		align-items: start;
		grid-template-columns: 1fr auto;
	}

	.swesite-home-reasons,
	.swesite-home-trust,
	.swesite-home-cta {
		grid-template-columns: 1fr;
	}

	.swesite-home-reasons {
		padding: 56px 30px;
		width: 100vw;
	}

	.swesite-home-reasons__intro {
		max-width: 560px;
	}

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

	.swesite-home-cta .swesite-home-actions {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.swesite-floating-logo-ball {
		opacity: .09;
		right: -120px;
		top: 160px;
		width: clamp(260px, 40vw, 420px);
	}
}

@media (max-width: 760px) {
	.swesite-menu-hero-section {
		background:
			linear-gradient(180deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .94) 48%, rgba(255, 250, 242, .72) 72%, rgba(255, 250, 242, .44) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .54) 56%, rgba(255, 255, 255, .18) 100%),
			url("../images/swesite-menu-hero-bg.png") center right 42% / cover no-repeat,
			linear-gradient(135deg, #fff8ed, #f8fbff);
		aspect-ratio: auto;
		height: auto;
		max-height: none;
		min-height: 0;
		padding: 20px max(16px, env(safe-area-inset-left)) 16px max(16px, env(safe-area-inset-right));
	}

	.swesite-menu-hero-inner {
		width: min(100%, calc(100vw - 32px));
	}

	.swesite-menu-hero-title {
		font-size: clamp(31px, 10.2vw, 40px);
		line-height: 1;
		max-width: 100%;
	}

	.swesite-menu-hero-description {
		font-size: 13px;
		line-height: 1.32;
		max-width: 100%;
	}

	.swesite-menu-hero-features {
		gap: 10px;
		margin-top: 14px;
	}

	.swesite-menu-hero-feature {
		align-items: flex-start;
		gap: 12px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.swesite-menu-hero-feature-icon {
		height: 54px;
		width: 54px;
	}

	.swesite-menu-hero-feature-icon svg {
		height: 25px;
		width: 25px;
	}

	.swesite-menu-hero-feature-copy strong {
		font-size: 15px;
	}

	.swesite-menu-hero-feature-copy small {
		font-size: 12px;
		line-height: 1.28;
	}

	.swesite-menu-hero-actions {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.swesite-menu-hero-button {
		font-size: 11px;
		gap: 6px;
		justify-content: center;
		min-height: 42px;
		min-width: 0;
		padding-inline: 8px;
		width: 100%;
	}

	.swesite-menu-hero-button span {
		font-size: 15px;
	}

	.swesite-floating-logo-ball {
		display: none;
	}

	.swesite-home-marquee {
		margin-top: 4px;
		padding-inline: 16px;
	}

	.swesite-home-hero {
		margin-top: 8px;
		padding: 28px max(16px, env(safe-area-inset-left)) 20px max(16px, env(safe-area-inset-right));
	}

	.swesite-home-popular-products__inner {
		width: min(calc(100% - 32px), 1920px);
	}

	.swesite-home-popular-products__grid {
		gap: 20px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-home-product-card {
		padding-inline: 0;
		width: 100%;
	}

	.swesite-home-product-card__media {
		min-height: 165px;
	}

	.swesite-home-product-card__badge {
		font-size: 10px;
		padding: 7px 9px;
		right: 6px;
	}

	.swesite-home-product-card__image {
		height: 150px;
		width: 150px;
	}

	.swesite-home-product-card__img {
		max-height: 142px;
		max-width: 144px;
	}

	.swesite-home-product-card__saving {
		font-size: 11px;
		padding: 4px 6px;
	}

	.swesite-home-product-card__brand,
	.swesite-home-product-card__meta {
		font-size: 12px;
	}

	.swesite-home-product-card__name {
		font-size: 15px;
	}

	.swesite-home-product-card__price {
		font-size: 17px;
		margin-top: 8px;
	}

	.swesite-home-product-card__button {
		font-size: 13px;
		margin-top: 10px;
		min-height: 38px;
		padding: 10px 14px;
	}

	.swesite-home-services {
		margin-bottom: 42px;
	}

	.swesite-home-services__inner {
		width: min(100%, calc(100vw - 32px));
	}

	.swesite-home-services__header {
		align-items: start;
		grid-template-columns: 1fr;
		margin-bottom: 16px;
	}

	.swesite-home-services__nav {
		display: none;
	}

	.swesite-home-services__track {
		gap: 14px;
		grid-auto-columns: minmax(190px, 72vw);
		padding-bottom: 12px;
		scrollbar-width: none;
	}

	.swesite-home-services__track::-webkit-scrollbar {
		display: none;
	}

	.swesite-home-service-card {
		border-radius: 22px;
	}

	.swesite-home-service-card__content {
		padding: 14px;
	}

	.swesite-home-service-card__title {
		font-size: 16px;
	}

	.swesite-home-service-card__meta,
	.swesite-home-service-card__link {
		font-size: 13px;
	}

	.swesite-service-category {
		padding-inline: 14px;
	}

	.swesite-service-category-hero,
	.swesite-service-category-info,
	.swesite-service-product-grid,
	.swesite-service-domain-search {
		grid-template-columns: 1fr;
	}

	.swesite-service-category-hero__media {
		min-height: 240px;
	}

	.swesite-service-domain-options {
		align-items: stretch;
		flex-direction: column;
	}

	.swesite-service-product-card__body div {
		align-items: flex-start;
		flex-direction: column;
	}

	.swesite-account-page {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.swesite-account-sidebar {
		position: static;
	}

	.swesite-account-profile {
		align-items: center;
		display: grid;
		gap: 10px;
		grid-template-columns: 72px minmax(0, 1fr);
		text-align: left;
	}

	.swesite-account-profile img {
		grid-row: span 3;
		height: 72px;
		width: 72px;
	}

	.swesite-account-profile h2,
	.swesite-account-profile p {
		margin: 0;
	}

	.swesite-account-profile a {
		justify-self: start;
	}

	.swesite-account-nav {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.swesite-account-nav a {
		flex: 0 0 auto;
	}

	.swesite-account-topbar,
	.swesite-account-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.swesite-account-top-actions {
		flex-wrap: wrap;
	}

	.swesite-account-stats,
	.swesite-account-dashboard-grid,
	.swesite-account-design-grid,
	.swesite-account-settings-grid,
	.swesite-account-address-grid,
	.swesite-account-chat-layout {
		grid-template-columns: 1fr;
	}

	.swesite-account-design-row {
		grid-template-columns: 1fr;
	}

	.swesite-account-design-list.is-pdf-center {
		grid-template-columns: 1fr;
	}

	.swesite-account-design-row.is-pdf-card {
		grid-template-columns: 1fr;
	}

	.swesite-account-design-thumb {
		max-height: 220px;
	}

	.swesite-pdf-editor-shell {
		border-radius: 0;
		inset: 0;
	}

	.swesite-pdf-editor-body {
		grid-template-columns: 1fr;
		overflow: auto;
	}

	.swesite-pdf-stage {
		padding: 12px;
	}

	.swesite-pdf-tools {
		position: sticky;
		bottom: 0;
	}

	.swesite-account-price-rows > div {
		grid-template-columns: 1fr;
	}

	.swesite-account-order-detail {
		grid-template-columns: 1fr;
	}

	.swesite-home-website-cta {
		margin: 4px 0 42px;
	}

	.swesite-home-website-cta__inner {
		gap: 20px;
		padding: 24px;
		width: min(calc(100% - 24px), 1920px);
	}

	.swesite-home-website-cta__visual {
		min-height: 190px;
	}

	.swesite-home-website-cta__badge {
		font-size: 10px;
		padding: 9px 10px;
	}

	.swesite-home-website-cta__content h2 {
		font-size: clamp(30px, 11vw, 42px);
		margin: 18px 0 12px;
		white-space: normal;
	}

	.swesite-home-website-cta__content p {
		font-size: 15px;
	}

	.swesite-home-website-cta__benefits {
		gap: 10px;
		margin: 20px 0;
	}

	.swesite-home-website-cta__benefits li {
		font-size: 14px;
	}

	.swesite-home-website-cta__price strong {
		font-size: 44px;
	}

	.swesite-home-website-cta__button {
		justify-content: center;
		min-height: 50px;
		width: 100%;
	}

	.swesite-home-packages {
		margin: 24px 0 44px;
		padding: 46px 20px 42px;
	}

	.swesite-home-packages__header {
		margin-bottom: 28px;
	}

	.swesite-home-packages__badge {
		font-size: 12px;
		margin-bottom: 18px;
		padding: 10px 16px;
	}

	.swesite-home-packages__badge svg {
		height: 18px;
		width: 18px;
	}

	.swesite-home-packages__header h2 {
		font-size: clamp(34px, 11vw, 46px);
	}

	.swesite-home-packages__header p {
		font-size: 15px;
		line-height: 1.45;
	}

	.swesite-home-packages__grid {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		overflow-y: visible;
		padding: 0 16px 12px;
		scroll-padding-inline: 16px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.swesite-home-packages__grid::-webkit-scrollbar {
		display: none;
	}

	.swesite-home-package-price-card {
		border-radius: 24px;
		flex: 0 0 88%;
		min-width: 0;
		padding: 22px;
		scroll-snap-align: center;
	}

	.swesite-home-package-price-card__top {
		min-height: 62px;
	}

	.swesite-home-package-price-card__icon {
		border-radius: 16px;
		height: 62px;
		width: 62px;
	}

	.swesite-home-package-price-card__icon svg {
		height: 36px;
		width: 36px;
	}

	.swesite-home-package-price-card__badge {
		font-size: 12px;
		top: -32px;
	}

	.swesite-home-package-price-card h3 {
		font-size: 25px;
	}

	.swesite-home-package-price-card__footer strong {
		font-size: 38px;
	}

	.swesite-home-package-price-card__button {
		width: 100%;
	}

	.swesite-home-hero__inner,
	.swesite-home-benefits {
		width: min(100%, calc(100vw - 32px));
	}

	.swesite-home-hero__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.swesite-home-hero__title {
		font-size: clamp(30px, 9vw, 36px);
	}

	.swesite-home-hero__text {
		font-size: 15px;
	}

	.swesite-home-hero__actions,
	.swesite-home-hero__button {
		width: 100%;
	}

	.swesite-home-hero__media {
		aspect-ratio: auto;
		border-radius: 18px;
		min-height: 160px;
	}

	.swesite-home-benefits {
		margin-top: 18px;
	}

	.swesite-home .swesite-hero {
		padding-top: 28px;
	}

	.swesite-home-hero-content {
		transform: none;
	}

	.swesite-home .swesite-hero h1 {
		font-size: clamp(38px, 12vw, 48px);
	}

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

	.swesite-home-badges span,
	.swesite-home .swesite-button {
		justify-content: center;
		text-align: center;
	}

	.swesite-hero-showcase {
		display: grid;
		gap: 18px;
		min-height: auto;
		padding-bottom: 0;
	}

	.swesite-digital-screen,
	.swesite-paper-menu-card,
	.swesite-hero-showcase-note {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: 100%;
	}

	.swesite-digital-screen {
		order: 2;
	}

	.swesite-paper-menu-card {
		order: 1;
	}

	.swesite-hero-showcase-note {
		max-width: none;
		order: 3;
	}

	.swesite-paper-menu-grid,
	.swesite-home-service-grid,
	.swesite-home-package-grid,
	.swesite-home-review-grid,
	.swesite-home-timeline {
		grid-template-columns: 1fr;
	}

	.swesite-home-process {
		border-radius: 0;
		padding: 48px 20px;
		width: 100vw;
	}

	.swesite-home-process::before {
		height: 300px;
		right: -160px;
		top: -90px;
		width: 300px;
	}

	.swesite-home-process::after {
		display: none;
	}

	.swesite-home-process__heading {
		margin-bottom: 22px;
	}

	.swesite-home-process__heading h2 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.swesite-home-process .swesite-home-timeline {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.swesite-home-process .swesite-home-step {
		gap: 18px;
		min-height: auto;
		padding: 22px;
	}

	.swesite-home-step__number {
		height: 44px;
		width: 44px;
	}

	.swesite-home-step__icon {
		height: 46px;
		width: 46px;
	}

	.swesite-home-process .swesite-home-step h3 {
		font-size: 19px;
		margin-bottom: 9px;
	}

	.swesite-home-process .swesite-home-step p {
		font-size: 14.5px;
	}

	.swesite-home-references {
		padding: 60px 20px;
	}

	.swesite-home-references__header {
		margin-bottom: 28px;
	}

	.swesite-home-references__header h2 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.swesite-home-references__filters {
		gap: 9px;
		margin-top: 22px;
	}

	.swesite-home-references__filters button {
		font-size: 13px;
		min-height: 42px;
		padding: 0 16px;
	}

	.swesite-home-references__slider {
		grid-template-columns: minmax(0, 1fr);
	}

	.swesite-home-references__track {
		gap: 18px;
		grid-auto-columns: 100%;
		padding-bottom: 18px;
	}

	.swesite-home-references__arrow {
		display: none;
	}

	.swesite-home-reference-card {
		border-radius: 24px;
	}

	.swesite-home-reference-card__content {
		padding: 22px;
	}

	.swesite-home-reference-card__label {
		font-size: 12px;
		left: 14px;
		min-height: 36px;
		padding: 0 14px;
		top: 14px;
	}

	.swesite-home-testimonials {
		padding: 62px 20px;
	}

	.swesite-home-testimonials::before {
		height: 86px;
		right: -16px;
		top: 56px;
		width: 86px;
	}

	.swesite-home-testimonials::after {
		display: none;
	}

	.swesite-home-testimonials__header {
		margin-bottom: 28px;
	}

	.swesite-home-testimonials__badge {
		font-size: 12px;
		margin-bottom: 18px;
		padding: 10px 16px;
	}

	.swesite-home-testimonials__header h2 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.swesite-home-testimonials__slider {
		grid-template-columns: minmax(0, 1fr);
	}

	.swesite-home-testimonials__track {
		gap: 18px;
		grid-auto-columns: 100%;
		padding-bottom: 18px;
	}

	.swesite-home-testimonials__arrow {
		display: none;
	}

	.swesite-home-testimonial-card {
		border-radius: 24px;
		min-height: 260px;
		padding: 22px;
	}

	.swesite-home-testimonial-card__top {
		gap: 14px;
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.swesite-home-testimonial-card__avatar {
		font-size: 19px;
		height: 72px;
		width: 72px;
	}

	.swesite-home-testimonial-card__stars {
		font-size: 18px;
	}

	.swesite-home-testimonial-card__quote {
		margin-top: 22px;
		padding-top: 20px;
	}

	.swesite-home-testimonial-card__mark {
		bottom: 18px;
		height: 44px;
		right: 18px;
		width: 44px;
	}

	.swesite-home-reasons {
		border-radius: 22px;
		padding: 48px 20px;
		width: 100vw;
	}

	.swesite-home-reasons::before {
		height: 420px;
		right: -160px;
		top: 20%;
		width: 420px;
	}

	.swesite-home-reasons__intro h2 {
		font-size: clamp(34px, 10vw, 40px);
		margin: 18px 0 14px;
	}

	.swesite-home-reasons__intro > p {
		font-size: 15px;
		line-height: 1.55;
	}

	.swesite-home-reasons__promise {
		margin-top: 20px;
		padding-top: 18px;
	}

	.swesite-home-reasons__badges {
		gap: 12px;
		margin-top: 22px;
	}

	.swesite-home-reason-list {
		grid-template-columns: 1fr;
	}

	.swesite-home-reason-item {
		border-radius: 20px;
		gap: 12px;
		grid-template-columns: auto 1fr;
		min-height: auto;
		padding: 18px;
	}

	.swesite-home-reason-item__icon {
		grid-row: span 2;
	}

	.swesite-home-reason-item__number {
		display: none;
	}

	.swesite-home-reason-item strong {
		font-size: 17px;
	}

	.swesite-home-reason-item small {
		font-size: 13.5px;
	}

	.swesite-home-categories {
		margin-bottom: 32px;
		padding: 16px;
	}

	.swesite-home-marquee::before,
	.swesite-home-marquee::after {
		width: 42px;
	}

	.swesite-marquee-track {
		animation-duration: 24s;
	}

	.swesite-marquee-item {
		font-size: 13px;
		padding: 10px 13px;
	}

	.swesite-home-stats {
		padding: 28px 16px;
	}

	.swesite-stats-grid {
		grid-template-columns: 1fr;
	}

	.swesite-stat-card {
		min-height: 112px;
	}

	.swesite-categories-header {
		grid-template-columns: 1fr;
		margin-bottom: 12px;
	}

	.swesite-category-controls {
		display: none;
	}

	.swesite-category-slider {
		grid-auto-columns: minmax(178px, 72vw);
		padding-bottom: 6px;
	}

	.swesite-category-card {
		min-height: 196px;
	}

	.swesite-digital-menu-screen {
		min-height: 320px;
	}

	.swesite-home-timeline::before {
		bottom: 8%;
		height: auto;
		left: 19px;
		right: auto;
		top: 48px;
		width: 2px;
	}

	.swesite-home-step {
		min-height: auto;
	}

	.swesite-home-service-card,
	.swesite-home-package-card,
	.swesite-home-review-card,
	.swesite-home-step,
	.swesite-home-cta {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.swesite-marquee-track,
	.swesite-floating-logo-ball img,
	.swesite-home-stats::before,
	.swesite-home-stats::after,
	.swesite-home-reasons::before,
	.swesite-home-reasons::after {
		animation: none;
	}

	.swesite-hero-showcase.is-floating .swesite-digital-screen,
	.swesite-hero-showcase.is-floating .swesite-paper-menu-card,
	.swesite-hero-showcase.is-floating .swesite-hero-showcase-note {
		animation: none;
	}

	.swesite-home .swesite-home-animate,
	.swesite-home .swesite-home-animate.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.swesite-about-page {
	--swesite-about-dark: #020817;
	--swesite-about-dark-2: #050b18;
	--swesite-about-blue: #007bff;
	--swesite-about-blue-2: #006bff;
	--swesite-about-light: #f8fbff;
	--swesite-about-text: #07111f;
	--swesite-about-muted: #5b6472;
	--swesite-about-border: rgba(0, 107, 255, .16);
	background: #fff;
	color: var(--swesite-about-text);
	margin: -70px calc(50% - 50vw) -42px;
	overflow: hidden;
	width: 100vw;
}

.swesite-about-page *,
.swesite-about-page *::before,
.swesite-about-page *::after {
	box-sizing: border-box;
}

.swesite-about-shell {
	margin-inline: auto;
	max-width: 1240px;
	width: min(100% - 40px, 1240px);
}

.swesite-about-label {
	color: var(--swesite-about-blue);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.swesite-about-hero {
	background:
		radial-gradient(circle at 56% 24%, rgba(0, 123, 255, .24), transparent 21rem),
		radial-gradient(circle at 87% 14%, rgba(0, 107, 255, .18), transparent 24rem),
		linear-gradient(135deg, var(--swesite-about-dark) 0%, var(--swesite-about-dark-2) 58%, #001a36 100%);
	color: #fff;
	min-height: 690px;
	padding: 118px 0 54px;
	position: relative;
}

.swesite-about-hero::before,
.swesite-about-hero::after {
	border: 1px dashed rgba(0, 123, 255, .32);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.swesite-about-hero::before {
	height: 180px;
	right: 6%;
	top: 110px;
	width: 180px;
}

.swesite-about-hero::after {
	height: 142px;
	left: 49%;
	top: 150px;
	width: 142px;
}

.swesite-about-hero__inner {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
	position: relative;
	z-index: 1;
}

.swesite-about-hero__content {
	min-width: 0;
}

.swesite-about-hero h1 {
	color: #fff;
	font-size: 78px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: .95;
	margin: 0;
	text-shadow: 0 18px 44px rgba(0, 0, 0, .35);
}

.swesite-about-hero__lead {
	color: rgba(255, 255, 255, .94);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 610px;
}

.swesite-about-hero__text {
	color: rgba(255, 255, 255, .78);
	font-size: 15.5px;
	line-height: 1.75;
	margin: 16px 0 0;
	max-width: 640px;
}

.swesite-about-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
}

.swesite-about-feature {
	min-width: 0;
}

.swesite-about-icon,
.swesite-about-card-icon,
.swesite-about-service-card__icon,
.swesite-about-final-cta__icon,
.swesite-about-quote-icon {
	align-items: center;
	color: var(--swesite-about-blue);
	display: inline-flex;
	justify-content: center;
}

.swesite-about-icon {
	border: 1px solid rgba(0, 123, 255, .82);
	border-radius: 999px;
	height: 58px;
	margin-bottom: 16px;
	width: 58px;
}

.swesite-about-icon svg,
.swesite-about-card-icon svg,
.swesite-about-service-card__icon svg,
.swesite-about-final-cta__icon svg,
.swesite-about-quote-icon svg {
	fill: none;
	height: 30px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 30px;
}

.swesite-about-feature h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.swesite-about-feature p {
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.swesite-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 34px;
}

.swesite-about-button {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 56px;
	min-width: 190px;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.swesite-about-button--primary {
	background: linear-gradient(135deg, var(--swesite-about-blue), var(--swesite-about-blue-2));
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 18px 42px rgba(0, 123, 255, .33);
	color: #fff;
}

.swesite-about-button--ghost {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .58);
	color: #fff;
}

.swesite-about-button:hover,
.swesite-about-button:focus {
	transform: translateY(-2px);
}

.swesite-about-button--primary:hover,
.swesite-about-button--primary:focus {
	box-shadow: 0 22px 50px rgba(0, 123, 255, .45);
}

.swesite-about-button--ghost:hover,
.swesite-about-button--ghost:focus {
	background: rgba(255, 255, 255, .1);
	border-color: #fff;
}

.swesite-about-hero__visual {
	min-height: 510px;
	position: relative;
}

.swesite-about-orbit {
	border: 1px dashed rgba(0, 123, 255, .34);
	border-radius: 999px;
	position: absolute;
}

.swesite-about-orbit--one {
	height: 184px;
	left: 4%;
	top: 120px;
	width: 184px;
}

.swesite-about-orbit--two {
	bottom: 42px;
	height: 126px;
	right: -18px;
	width: 126px;
}

.swesite-about-phone {
	background: linear-gradient(145deg, #f8fbff, #0b1220 8%, #05080f 92%, #f8fbff);
	border: 2px solid rgba(255, 255, 255, .62);
	border-radius: 36px;
	box-shadow: 0 28px 72px rgba(0, 0, 0, .48), inset 0 0 0 6px #0a0e17;
	height: 520px;
	left: 88px;
	padding: 14px;
	position: absolute;
	top: 0;
	width: 260px;
	z-index: 2;
}

.swesite-about-phone__speaker {
	background: #05070c;
	border-radius: 0 0 16px 16px;
	height: 19px;
	left: 50%;
	position: absolute;
	top: 13px;
	transform: translateX(-50%);
	width: 88px;
	z-index: 3;
}

.swesite-about-phone__screen {
	background: #05070c;
	border-radius: 27px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 13px;
	height: 100%;
	overflow: hidden;
	padding: 20px 15px 0;
	position: relative;
}

.swesite-about-phone__top,
.swesite-about-phone__heading,
.swesite-about-phone__nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.swesite-about-phone__top {
	font-size: 10px;
	font-weight: 800;
	margin-bottom: 4px;
}

.swesite-about-phone__hello strong,
.swesite-about-phone__hello span {
	display: block;
}

.swesite-about-phone__hello strong {
	font-size: 15px;
	line-height: 1.2;
}

.swesite-about-phone__hello span {
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	margin-top: 3px;
}

.swesite-about-search {
	background: #fff;
	border-radius: 999px;
	color: #6a7280;
	font-size: 11px;
	padding: 9px 13px;
}

.swesite-about-categories {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swesite-about-categories span {
	align-items: center;
	color: rgba(255, 255, 255, .82);
	display: flex;
	flex-direction: column;
	font-size: 9px;
	font-weight: 700;
	gap: 6px;
	min-width: 0;
}

.swesite-about-categories i {
	border-radius: 999px;
	display: block;
	height: 30px;
	width: 30px;
}

.swesite-about-categories .is-pizza,
.swesite-about-food-img.is-margherita {
	background: radial-gradient(circle at 50% 50%, #f04438 0 9%, transparent 10%), radial-gradient(circle at 35% 32%, #28a745 0 7%, transparent 8%), radial-gradient(circle, #facc15 0 48%, #f97316 49% 100%);
}

.swesite-about-categories .is-kebab,
.swesite-about-food-img.is-kebab {
	background: linear-gradient(135deg, #7c2d12, #f97316 42%, #fef3c7 43% 57%, #16a34a 58%);
}

.swesite-about-categories .is-salad {
	background: radial-gradient(circle at 30% 30%, #bbf7d0 0 18%, transparent 19%), radial-gradient(circle at 70% 45%, #fef08a 0 15%, transparent 16%), #16a34a;
}

.swesite-about-categories .is-burger {
	background: linear-gradient(#fbbf24 0 30%, #7c2d12 31% 48%, #22c55e 49% 64%, #f59e0b 65%);
}

.swesite-about-phone__heading strong {
	font-size: 13px;
}

.swesite-about-phone__heading a {
	color: var(--swesite-about-blue);
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.swesite-about-food-card {
	align-items: center;
	background: #fff;
	border-radius: 15px;
	color: var(--swesite-about-text);
	display: grid;
	gap: 10px;
	grid-template-columns: 54px minmax(0, 1fr) 26px;
	padding: 9px;
}

.swesite-about-food-img {
	border-radius: 14px;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .32);
	height: 54px;
	width: 54px;
}

.swesite-about-food-card strong,
.swesite-about-food-card span,
.swesite-about-food-card b {
	display: block;
}

.swesite-about-food-card strong {
	font-size: 12px;
	line-height: 1.2;
}

.swesite-about-food-card span {
	color: #667085;
	font-size: 9px;
	line-height: 1.35;
	margin-top: 3px;
}

.swesite-about-food-card b {
	font-size: 11px;
	margin-top: 6px;
}

.swesite-about-food-card button {
	background: var(--swesite-about-blue);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 800;
	height: 26px;
	line-height: 1;
	width: 26px;
}

.swesite-about-phone__nav {
	background: #fff;
	bottom: 0;
	color: #8a93a3;
	font-size: 8px;
	font-weight: 700;
	gap: 6px;
	left: 0;
	padding: 10px 22px 17px;
	position: absolute;
	right: 0;
}

.swesite-about-phone__nav span {
	min-width: 0;
	text-align: center;
}

.swesite-about-phone__nav .is-active {
	color: var(--swesite-about-blue);
}

.swesite-about-stat-card {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .86);
	border-radius: 18px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
	color: var(--swesite-about-text);
	padding: 28px 23px 22px;
	position: absolute;
	right: 0;
	top: 120px;
	width: 260px;
	z-index: 3;
}

.swesite-about-stat-card h2 {
	color: var(--swesite-about-text);
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.swesite-about-stat-card > span {
	color: var(--swesite-about-muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
}

.swesite-about-stat-card > strong {
	color: var(--swesite-about-text);
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-top: 17px;
}

.swesite-about-stat-card > p {
	color: #14a46c;
	font-size: 11px;
	font-weight: 800;
	margin: 7px 0 0;
}

.swesite-about-chart {
	display: block;
	height: auto;
	margin-top: 18px;
	width: 100%;
}

.swesite-about-stat-list {
	border-top: 1px solid #e7eef8;
	display: grid;
	gap: 14px;
	margin-top: 14px;
	padding-top: 15px;
}

.swesite-about-stat-list p {
	align-items: center;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin: 0;
}

.swesite-about-stat-list span {
	color: #5b6472;
}

.swesite-about-stat-list b {
	color: var(--swesite-about-text);
}

.swesite-about-story,
.swesite-about-difference,
.swesite-about-services,
.swesite-about-final-cta {
	background: #fff;
}

.swesite-about-story {
	padding: 76px 0 40px;
}

.swesite-about-story__grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
}

.swesite-about-story__content h2,
.swesite-about-section-heading h2,
.swesite-about-dark-card h2,
.swesite-about-final-cta h2 {
	color: var(--swesite-about-text);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.swesite-about-story__content h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.swesite-about-story__content p {
	color: var(--swesite-about-text);
	font-size: 15px;
	line-height: 1.68;
	margin: 0 0 14px;
}

.swesite-about-story__content p:last-child {
	font-weight: 900;
	margin-bottom: 0;
}

.swesite-about-story-card {
	aspect-ratio: 1.47 / 1;
	border-radius: 22px;
	box-shadow: 0 26px 62px rgba(7, 17, 31, .16);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.swesite-about-story-card img,
.swesite-about-story-placeholder {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swesite-about-story-placeholder {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(2, 8, 23, .06), rgba(2, 8, 23, .72)),
		radial-gradient(circle at 54% 28%, rgba(255, 255, 255, .18), transparent 10rem),
		linear-gradient(135deg, #121826 0%, #1f2937 42%, #0b1220 100%);
	color: rgba(255, 255, 255, .72);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	overflow: hidden;
	padding: 28px;
	text-align: center;
}

.swesite-about-story-person {
	background:
		radial-gradient(circle at 50% 18%, #f8d2aa 0 8%, transparent 8.5%),
		linear-gradient(90deg, transparent 0 38%, #111827 38% 62%, transparent 62%),
		linear-gradient(120deg, transparent 0 42%, #007bff 42% 58%, transparent 58%),
		linear-gradient(180deg, transparent 0 34%, #111827 34% 78%, transparent 78%);
	inset: 0;
	position: absolute;
}

.swesite-about-story-card::after {
	background: linear-gradient(180deg, transparent 42%, rgba(2, 8, 23, .9));
	content: "";
	inset: 0;
	position: absolute;
}

.swesite-about-story-card figcaption {
	align-items: flex-start;
	bottom: 0;
	color: #fff;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	left: 0;
	padding: 0 34px 34px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.swesite-about-story-card figcaption strong {
	font-size: 23px;
	line-height: 1.3;
	max-width: 430px;
}

.swesite-about-quote-icon svg {
	height: 36px;
	stroke-width: 2.2;
	width: 36px;
}

.swesite-about-difference {
	padding: 40px 0 18px;
}

.swesite-about-section-heading {
	margin-bottom: 24px;
	text-align: center;
}

.swesite-about-section-heading h2 {
	font-size: 28px;
}

.swesite-about-difference .swesite-about-section-heading h2 {
	color: var(--swesite-about-blue);
	font-size: 18px;
	text-transform: uppercase;
}

.swesite-about-difference__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.swesite-about-info-card,
.swesite-about-service-card {
	background: #fff;
	border: 1px solid rgba(0, 107, 255, .16);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.swesite-about-info-card {
	align-items: center;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 194px;
	padding: 26px 20px 24px;
	text-align: center;
}

.swesite-about-info-card:hover,
.swesite-about-info-card:focus-within,
.swesite-about-service-card:hover,
.swesite-about-service-card:focus {
	border-color: rgba(0, 123, 255, .36);
	box-shadow: 0 18px 44px rgba(0, 107, 255, .13);
	transform: translateY(-3px);
}

.swesite-about-card-icon {
	margin-bottom: 16px;
}

.swesite-about-card-icon svg {
	height: 42px;
	stroke-width: 1.7;
	width: 42px;
}

.swesite-about-info-card h3 {
	color: var(--swesite-about-text);
	font-size: 15px;
	line-height: 1.25;
	margin: 0 0 12px;
}

.swesite-about-info-card p {
	color: var(--swesite-about-text);
	font-size: 13px;
	line-height: 1.48;
	margin: 0;
}

.swesite-about-services {
	padding: 8px 0 58px;
}

.swesite-about-services .swesite-about-label {
	margin-bottom: 8px;
}

.swesite-about-services__grid {
	border: 1px solid rgba(0, 107, 255, .16);
	border-radius: 9px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	overflow: hidden;
}

.swesite-about-service-card {
	align-items: center;
	border-left: 0;
	border-radius: 0;
	border-top: 0;
	color: var(--swesite-about-text);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 96px;
	padding: 18px 10px;
	text-align: center;
	text-decoration: none;
}

.swesite-about-service-card:nth-child(6n) {
	border-right: 0;
}

.swesite-about-service-card:nth-child(n+7) {
	border-bottom: 0;
}

.swesite-about-service-card__icon svg {
	height: 34px;
	width: 34px;
}

.swesite-about-service-card strong {
	font-size: 13px;
	line-height: 1.25;
}

.swesite-about-service-link {
	color: var(--swesite-about-blue);
	display: table;
	font-size: 13px;
	font-weight: 900;
	margin: 22px auto 0;
	text-decoration: none;
}

.swesite-about-dark-info {
	background:
		radial-gradient(circle at 18% 4%, rgba(0, 123, 255, .24), transparent 28rem),
		radial-gradient(circle at 90% 20%, rgba(0, 107, 255, .18), transparent 26rem),
		linear-gradient(135deg, var(--swesite-about-dark), var(--swesite-about-dark-2));
	color: #fff;
	padding: 74px 0;
}

.swesite-about-dark-info__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(320px, .9fr);
}

.swesite-about-dark-card {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 24px;
	box-shadow: 0 24px 72px rgba(0, 0, 0, .24);
	min-width: 0;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.swesite-about-dark-card__label {
	color: #67b7ff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.swesite-about-dark-card h2 {
	color: #fff;
	font-size: 24px;
}

.swesite-about-dark-card p:not(.swesite-about-dark-card__label) {
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.6;
	margin: 14px 0 0;
}

.swesite-about-price-pair {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.swesite-about-price-pair div,
.swesite-about-number-grid div {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	padding: 18px;
}

.swesite-about-price-pair strong,
.swesite-about-terminal-price,
.swesite-about-number-grid strong {
	color: #fff;
	display: block;
	font-weight: 950;
	line-height: 1.05;
}

.swesite-about-price-pair strong {
	font-size: 24px;
}

.swesite-about-price-pair span,
.swesite-about-number-grid span {
	color: rgba(255, 255, 255, .68);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-top: 7px;
}

.swesite-about-check-list {
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.swesite-about-check-list li {
	align-items: center;
	color: rgba(255, 255, 255, .84);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	line-height: 1.35;
}

.swesite-about-check-list li::before {
	background: var(--swesite-about-blue);
	border-radius: 999px;
	color: #fff;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.swesite-about-terminal-price {
	font-size: 28px;
	margin-top: 20px;
}

.swesite-about-terminal {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-top: 22px;
}

.swesite-about-terminal__screen {
	background: linear-gradient(135deg, #f8fbff, #dceeff);
	border: 8px solid #0b1220;
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .28);
	display: grid;
	gap: 8px;
	height: 112px;
	padding: 18px;
	width: 156px;
}

.swesite-about-terminal__screen span {
	background: rgba(0, 123, 255, .24);
	border-radius: 999px;
	display: block;
	height: 10px;
}

.swesite-about-terminal__screen span:first-child {
	background: var(--swesite-about-blue);
	width: 58%;
}

.swesite-about-terminal__screen span:nth-child(2) {
	width: 82%;
}

.swesite-about-terminal__screen span:nth-child(3) {
	width: 68%;
}

.swesite-about-terminal__base {
	background: linear-gradient(135deg, #101827, #273244);
	border-radius: 12px;
	height: 86px;
	position: relative;
	width: 70px;
}

.swesite-about-terminal__base::before {
	background: rgba(255, 255, 255, .18);
	border-radius: 999px;
	content: "";
	height: 16px;
	left: 50%;
	position: absolute;
	top: 14px;
	transform: translateX(-50%);
	width: 38px;
}

.swesite-about-number-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.swesite-about-number-grid strong {
	font-size: 35px;
}

.swesite-about-final-cta {
	padding: 58px 0 72px;
	text-align: center;
}

.swesite-about-final-cta__icon {
	background: rgba(0, 123, 255, .1);
	border: 1px solid rgba(0, 123, 255, .22);
	border-radius: 999px;
	height: 58px;
	margin-bottom: 18px;
	width: 58px;
}

.swesite-about-final-cta h2 {
	font-size: 32px;
	margin-inline: auto;
	max-width: 760px;
}

.swesite-about-final-cta p {
	color: var(--swesite-about-muted);
	font-size: 17px;
	font-weight: 800;
	margin: 12px auto 24px;
}

.swesite-about-final-cta .swesite-about-button {
	border-radius: 999px;
	margin-inline: auto;
}

@media (max-width: 1120px) {
	.swesite-about-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.swesite-about-hero__visual {
		margin-inline: auto;
		max-width: 620px;
		width: 100%;
	}

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

	.swesite-about-story__grid,
	.swesite-about-dark-info__grid {
		grid-template-columns: 1fr;
	}

	.swesite-about-story-card {
		max-width: 720px;
	}

	.swesite-about-difference__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.swesite-about-services__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.swesite-about-service-card:nth-child(6n) {
		border-right: 1px solid rgba(0, 107, 255, .16);
	}

	.swesite-about-service-card:nth-child(4n) {
		border-right: 0;
	}

	.swesite-about-service-card:nth-child(n+7) {
		border-bottom: 1px solid rgba(0, 107, 255, .16);
	}

	.swesite-about-service-card:nth-child(n+9) {
		border-bottom: 0;
	}
}

@media (max-width: 760px) {
	.swesite-about-page {
		margin-top: -70px;
	}

	.swesite-about-shell {
		width: min(100% - 28px, 1240px);
	}

	.swesite-about-hero {
		min-height: auto;
		padding: 104px 0 42px;
	}

	.swesite-about-hero::before,
	.swesite-about-hero::after {
		opacity: .5;
	}

	.swesite-about-hero__inner {
		gap: 36px;
	}

	.swesite-about-hero h1 {
		font-size: 48px;
	}

	.swesite-about-hero__lead {
		font-size: 17px;
	}

	.swesite-about-feature-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.swesite-about-actions {
		gap: 12px;
	}

	.swesite-about-button {
		min-width: 0;
		width: 100%;
	}

	.swesite-about-hero__visual {
		min-height: 560px;
	}

	.swesite-about-phone {
		height: 492px;
		left: 50%;
		transform: translateX(-50%);
		width: 248px;
	}

	.swesite-about-stat-card {
		bottom: 0;
		left: 50%;
		padding: 20px;
		right: auto;
		top: auto;
		transform: translateX(-50%);
		width: min(100%, 314px);
	}

	.swesite-about-story {
		padding-top: 52px;
	}

	.swesite-about-story__grid {
		gap: 34px;
	}

	.swesite-about-story__content h2,
	.swesite-about-section-heading h2,
	.swesite-about-final-cta h2 {
		font-size: 26px;
	}

	.swesite-about-story-card {
		aspect-ratio: 1 / 1.05;
		border-radius: 18px;
	}

	.swesite-about-story-card figcaption {
		padding: 0 20px 22px;
	}

	.swesite-about-story-card figcaption strong {
		font-size: 18px;
	}

	.swesite-about-difference__grid {
		display: grid;
		gap: 12px;
		grid-auto-columns: minmax(230px, 78%);
		grid-auto-flow: column;
		grid-template-columns: none;
		margin-inline: -14px;
		overflow-x: auto;
		padding: 0 14px 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.swesite-about-difference__grid::-webkit-scrollbar {
		display: none;
	}

	.swesite-about-info-card {
		scroll-snap-align: start;
	}

	.swesite-about-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swesite-about-service-card:nth-child(4n) {
		border-right: 1px solid rgba(0, 107, 255, .16);
	}

	.swesite-about-service-card:nth-child(2n) {
		border-right: 0;
	}

	.swesite-about-service-card:nth-child(n+9) {
		border-bottom: 1px solid rgba(0, 107, 255, .16);
	}

	.swesite-about-service-card:nth-child(n+11) {
		border-bottom: 0;
	}

	.swesite-about-dark-info {
		padding: 52px 0;
	}

	.swesite-about-dark-card {
		border-radius: 20px;
		padding: 22px;
	}

	.swesite-about-price-pair,
	.swesite-about-number-grid {
		grid-template-columns: 1fr;
	}

	.swesite-about-terminal {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.swesite-about-hero h1 {
		font-size: 42px;
	}

	.swesite-about-phone {
		height: 470px;
		width: 230px;
	}

	.swesite-about-phone__screen {
		gap: 10px;
		padding-inline: 12px;
	}

	.swesite-about-food-card {
		grid-template-columns: 48px minmax(0, 1fr) 24px;
	}

	.swesite-about-food-img {
		height: 48px;
		width: 48px;
	}
}

/* Modern app-style Swesite header. */
.swesite-header,
.header-transparent .swesite-header,
.header-solid .swesite-header {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(226, 232, 240, .72);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
	display: block;
	left: auto;
	margin-inline: auto;
	max-width: none;
	padding: 18px 22px;
	position: sticky;
	right: auto;
	top: 22px;
	transform: none;
	width: min(calc(100% - 56px), 1840px);
	z-index: 50;
	backdrop-filter: blur(24px);
}

.swesite-mode-dark .swesite-header {
	background: rgba(255, 255, 255, .92);
	border-color: rgba(226, 232, 240, .72);
	color: #0f172a;
}

.swesite-header-shell {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 70px;
}

.swesite-header-brand {
	color: #111827;
	justify-self: start;
	text-decoration: none;
}

.swesite-header-brand .swesite-theme-logo-img {
	max-height: 44px;
	max-width: min(220px, 38vw);
}

.swesite-header-brand .swesite-theme-logo-mark {
	border-radius: 16px;
	box-shadow: 0 16px 32px color-mix(in srgb, var(--swesite-primary) 28%, transparent);
	height: 58px;
	width: 58px;
}

.swesite-header-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
	width: auto;
}

.swesite-header-support {
	align-items: center;
	color: #111827;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	gap: 12px;
	padding: 0 20px 0 4px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.swesite-header-support::after,
.swesite-cart-link::after {
	background: rgba(148, 163, 184, .45);
	content: "";
	height: 38px;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.swesite-header-support span,
.swesite-header-notification-badge {
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	border-radius: 999px;
	box-shadow: 0 8px 18px color-mix(in srgb, var(--swesite-primary) 28%, transparent);
	display: inline-flex;
	flex: 0 0 auto;
}

.swesite-header-support span {
	height: 14px;
	width: 14px;
}

.swesite-header-icon,
.swesite-header .swesite-mode-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(203, 213, 225, .86);
	border-radius: 999px;
	color: #111827;
	display: inline-flex;
	height: 62px;
	justify-content: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	width: 62px;
}

.swesite-mode-dark .swesite-header-icon,
.swesite-mode-dark .swesite-header .swesite-mode-toggle {
	background: #fff;
	border-color: rgba(203, 213, 225, .86);
	color: #111827;
}

.swesite-header-icon:hover,
.swesite-header-icon:focus,
.swesite-header .swesite-mode-toggle:hover,
.swesite-header .swesite-mode-toggle:focus {
	background: #f8fbff;
	border-color: color-mix(in srgb, var(--swesite-primary) 48%, transparent);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--swesite-primary) 18%, transparent);
	transform: translateY(-1px);
}

.swesite-header-icon svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 28px;
}

.swesite-cart-count,
.swesite-header-notification-badge {
	align-items: center;
	background: linear-gradient(135deg, var(--swesite-primary), var(--swesite-secondary));
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	box-shadow: 0 8px 18px color-mix(in srgb, var(--swesite-primary) 28%, transparent);
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: -3px;
	top: -4px;
}

.swesite-cart-count[hidden] {
	display: none;
}

.swesite-header-notifications {
	position: relative;
}

.swesite-header-notification-panel {
	background: rgba(255, 255, 255, .98);
	border: 1px solid rgba(226, 232, 240, .9);
	border-radius: 22px;
	box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
	color: #111827;
	min-width: 360px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: calc(100% + 16px);
	width: min(420px, calc(100vw - 32px));
	z-index: 80;
}

.swesite-header-notification-panel[hidden] {
	display: none;
}

.swesite-header-notification-panel::before {
	background: #fff;
	border-left: 1px solid rgba(226, 232, 240, .9);
	border-top: 1px solid rgba(226, 232, 240, .9);
	content: "";
	height: 16px;
	position: absolute;
	right: 22px;
	top: -8px;
	transform: rotate(45deg);
	width: 16px;
}

.swesite-header-notification-head {
	background: linear-gradient(135deg, rgba(0, 123, 255, .08), rgba(255, 255, 255, .96));
	padding: 20px 22px 16px;
	position: relative;
	z-index: 1;
}

.swesite-header-notification-head strong,
.swesite-header-notification-head span {
	display: block;
}

.swesite-header-notification-head strong {
	font-size: 18px;
	font-weight: 950;
	line-height: 1.2;
}

.swesite-header-notification-head span {
	color: #64748b;
	font-size: 13px;
	font-weight: 750;
	margin-top: 5px;
}

.swesite-header-notification-list {
	max-height: 420px;
	overflow-y: auto;
	padding: 8px;
}

.swesite-header-notification-item {
	align-items: start;
	border-radius: 16px;
	color: #111827;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 14px;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.swesite-header-notification-item:hover,
.swesite-header-notification-item:focus {
	background: #f8fbff;
	transform: translateY(-1px);
}

.swesite-header-notification-item__dot {
	background: #cbd5e1;
	border-radius: 999px;
	height: 10px;
	margin-top: 6px;
	width: 10px;
}

.swesite-header-notification-item.is-unread .swesite-header-notification-item__dot {
	background: var(--swesite-primary);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--swesite-primary) 12%, transparent);
}

.swesite-header-notification-item__body,
.swesite-header-notification-item__body strong,
.swesite-header-notification-item__body small,
.swesite-header-notification-item__body span {
	display: block;
	min-width: 0;
}

.swesite-header-notification-item__body strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

.swesite-header-notification-item__body small {
	color: #475569;
	font-size: 12.5px;
	line-height: 1.45;
	margin-top: 5px;
}

.swesite-header-notification-item__body span {
	color: var(--swesite-primary);
	font-size: 11.5px;
	font-weight: 850;
	margin-top: 8px;
}

.swesite-header-notification-empty {
	color: #64748b;
	font-size: 14px;
	font-weight: 750;
	margin: 0;
	padding: 22px;
	text-align: center;
}

.swesite-header .swesite-theme-nav,
.swesite-header .swesite-mobile-toggle,
.swesite-header .swesite-theme-cta,
.swesite-header-search {
	display: none;
}

@media (max-width: 900px) {
	.swesite-header {
		padding: 12px;
		top: 10px;
		width: min(calc(100% - 20px), 1920px);
	}

	.swesite-header-shell {
		min-height: 54px;
	}

	.swesite-header-support {
		font-size: 0;
		gap: 0;
		padding-right: 10px;
	}

	.swesite-header-support span {
		height: 12px;
		width: 12px;
	}

	.swesite-header-notification-panel {
		position: fixed;
		right: 14px;
		top: 92px;
	}
}

@media (max-width: 520px) {
	.swesite-header {
		border-radius: 20px;
		padding: 10px;
	}

	.swesite-header-shell {
		gap: 6px;
	}

	.swesite-header-brand {
		font-size: 16px;
		gap: 8px;
	}

	.swesite-header-brand .swesite-theme-logo-mark {
		border-radius: 12px;
		height: 36px;
		width: 36px;
	}

	.swesite-header-actions {
		gap: 7px;
	}

	.swesite-header-support::after,
	.swesite-cart-link::after {
		display: none;
	}

	.swesite-header-icon,
	.swesite-header .swesite-mode-toggle {
		height: 40px;
		width: 40px;
	}

	.swesite-header-icon svg {
		height: 20px;
		width: 20px;
	}

	.swesite-mode-icon {
		height: 18px;
		width: 18px;
	}

	.swesite-header-notification-panel {
		left: 10px;
		min-width: 0;
		right: 10px;
		top: 78px;
		width: auto;
	}

	.swesite-header-notification-panel::before {
		display: none;
	}
}

/* Compact smooth sticky state for the modern header. */
.swesite-header,
.header-transparent .swesite-header,
.header-solid .swesite-header {
	border-radius: 22px;
	box-shadow: 0 16px 46px rgba(15, 23, 42, .10);
	padding: 10px 14px;
	left: 50%;
	margin-inline: 0;
	position: fixed;
	right: auto;
	top: 14px;
	transform: translateX(-50%);
	transition:
		background-color .24s ease,
		border-color .24s ease,
		box-shadow .24s ease,
		padding .24s ease,
		top .24s ease,
		transform .24s ease,
		width .24s ease;
	width: min(calc(100% - 40px), 1760px);
	will-change: padding, box-shadow, transform;
}

.swesite-theme-main {
	padding-top: 134px;
}

.swesite-header.is-scrolled {
	background: rgba(255, 255, 255, .9);
	border-color: rgba(203, 213, 225, .86);
	box-shadow: 0 22px 64px rgba(15, 23, 42, .18);
	padding: 7px 12px;
	top: 8px;
	backdrop-filter: blur(28px) saturate(150%);
	-webkit-backdrop-filter: blur(28px) saturate(150%);
}

body.admin-bar .swesite-header {
	top: 46px;
}

body.admin-bar .swesite-header.is-scrolled {
	top: 38px;
}

.swesite-header-shell {
	min-height: 54px;
	transition: min-height .24s ease, gap .24s ease;
}

.swesite-header.is-scrolled .swesite-header-shell {
	min-height: 48px;
}

.swesite-header-brand {
	font-size: 16px;
	gap: 9px;
}

.swesite-header-brand .swesite-theme-logo-img {
	max-height: 36px;
	max-width: min(190px, 34vw);
}

.swesite-header-brand .swesite-theme-logo-mark {
	border-radius: 13px;
	font-size: 16px;
	height: 44px;
	width: 44px;
	transition: height .24s ease, width .24s ease, border-radius .24s ease, box-shadow .24s ease;
}

.swesite-header.is-scrolled .swesite-header-brand .swesite-theme-logo-mark {
	border-radius: 12px;
	height: 38px;
	width: 38px;
}

.swesite-header-actions {
	gap: 10px;
}

.swesite-header-action-button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(203, 213, 225, .86);
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 14px;
	position: relative;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, min-height .24s ease, padding .24s ease, transform .2s ease;
	white-space: nowrap;
}

.swesite-header-action-button:hover,
.swesite-header-action-button:focus {
	background: #f8fbff;
	border-color: color-mix(in srgb, var(--swesite-primary) 48%, transparent);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--swesite-primary) 18%, transparent);
	transform: translateY(-1px);
}

.swesite-header.is-scrolled .swesite-header-action-button {
	min-height: 42px;
	padding-inline: 11px;
}

.swesite-header-button-icon {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 25px;
	justify-content: center;
	width: 25px;
}

.swesite-header-button-icon svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 21px;
}

.swesite-header-button-label {
	line-height: 1;
}

.swesite-header-actions--icons-only .swesite-header-button-label {
	display: none;
}

.swesite-header-actions--compact .swesite-header-action-button {
	min-height: 38px;
	padding-inline: 10px;
}

.swesite-header-actions--floating .swesite-header-contact-button,
.swesite-header-actions--floating .swesite-header-whatsapp {
	box-shadow: 0 14px 34px rgba(15, 23, 42, .13);
}

.swesite-header-whatsapp {
	border-color: rgba(34, 197, 94, .32);
}

.swesite-header-whatsapp--green {
	background: #ecfdf5;
	border-color: rgba(34, 197, 94, .28);
	color: #047857;
}

.swesite-header-whatsapp--premium-3d {
	background: linear-gradient(145deg, #16a34a, #14b8a6);
	border-color: transparent;
	box-shadow: 0 16px 0 rgba(15, 23, 42, .10), 0 24px 46px rgba(20, 184, 166, .25);
	color: #fff;
}

.swesite-header-whatsapp-icon {
	background: linear-gradient(145deg, #34d399, #16a34a 58%, #0f8f3a);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .46), 0 9px 18px rgba(22, 163, 74, .24);
	color: #fff;
	height: 30px;
	width: 30px;
}

.swesite-header-whatsapp-icon svg {
	height: 19px;
	stroke-width: 1.8;
	width: 19px;
}

.swesite-header-support {
	font-size: 15px;
	gap: 9px;
	padding: 0 16px 0 2px;
}

.swesite-header-support::after,
.swesite-cart-link::after {
	height: 30px;
	right: -6px;
}

.swesite-header-support span {
	height: 10px;
	width: 10px;
}

.swesite-header-icon {
	height: 48px;
	width: 48px;
	transition:
		background .2s ease,
		border-color .2s ease,
		box-shadow .2s ease,
		height .24s ease,
		transform .2s ease,
		width .24s ease;
}

.swesite-header.is-scrolled .swesite-header-icon {
	height: 42px;
	width: 42px;
}

.swesite-header-icon svg {
	height: 22px;
	width: 22px;
	transition: height .24s ease, width .24s ease;
}

.swesite-header.is-scrolled .swesite-header-icon svg {
	height: 20px;
	width: 20px;
}

.swesite-cart-count,
.swesite-header-notification-badge {
	font-size: 10px;
	height: 18px;
	min-width: 18px;
	right: -4px;
	top: -5px;
}

.swesite-header-notification-panel {
	top: calc(100% + 12px);
}

.swesite-cart-link::after {
	display: none;
}

@media (max-width: 900px) {
	.swesite-header,
	.header-transparent .swesite-header,
	.header-solid .swesite-header {
		border-radius: 20px;
		padding: 8px 10px;
		top: 8px;
		width: min(calc(100% - 20px), 1760px);
	}

	.swesite-theme-main {
		padding-top: 104px;
	}

	.swesite-header.is-scrolled {
		padding: 6px 9px;
		top: 6px;
	}

	.swesite-header-shell,
	.swesite-header.is-scrolled .swesite-header-shell {
		min-height: 44px;
	}

	.swesite-header-brand .swesite-theme-logo-mark,
	.swesite-header.is-scrolled .swesite-header-brand .swesite-theme-logo-mark {
		border-radius: 11px;
		height: 38px;
		width: 38px;
	}

	.swesite-header-actions {
		gap: 7px;
	}

	.swesite-header-action-button,
	.swesite-header.is-scrolled .swesite-header-action-button {
		min-height: 40px;
		padding-inline: 10px;
	}

	.swesite-header-button-icon {
		height: 22px;
		width: 22px;
	}

	.swesite-header-button-icon svg {
		height: 19px;
		width: 19px;
	}

	.swesite-header-whatsapp-icon {
		height: 27px;
		width: 27px;
	}

	.swesite-header-support {
		font-size: 0;
		gap: 0;
		padding-right: 8px;
	}

	.swesite-header-icon,
	.swesite-header.is-scrolled .swesite-header-icon {
		height: 40px;
		width: 40px;
	}

	.swesite-header-icon svg,
	.swesite-header.is-scrolled .swesite-header-icon svg {
		height: 20px;
		width: 20px;
	}

	.swesite-header-notification-panel {
		right: 10px;
		top: 70px;
	}
}

@media (max-width: 520px) {
	.swesite-header,
	.header-transparent .swesite-header,
	.header-solid .swesite-header {
		border-radius: 18px;
		padding: 7px 8px;
		width: min(calc(100% - 14px), 1760px);
	}

	.swesite-header.is-scrolled {
		padding: 5px 7px;
		top: 5px;
	}

	.swesite-theme-main {
		padding-top: 90px;
	}

	.swesite-header-shell,
	.swesite-header.is-scrolled .swesite-header-shell {
		gap: 5px;
		min-height: 40px;
	}

	.swesite-header-brand {
		font-size: 14px;
		gap: 7px;
		min-width: 0;
	}

	.swesite-header-brand span:last-child {
		max-width: 78px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.swesite-header-brand .swesite-theme-logo-img {
		max-height: 32px;
		max-width: min(130px, 30vw);
	}

	.swesite-header-brand .swesite-theme-logo-mark,
	.swesite-header.is-scrolled .swesite-header-brand .swesite-theme-logo-mark {
		height: 34px;
		width: 34px;
	}

	.swesite-header-actions {
		gap: 5px;
		min-width: 0;
	}

	.swesite-header-action-button,
	.swesite-header.is-scrolled .swesite-header-action-button {
		border-radius: 999px;
		min-height: 36px;
		padding-inline: 8px;
	}

	.swesite-header-button-label {
		display: none;
	}

	.swesite-header-button-icon {
		height: 20px;
		width: 20px;
	}

	.swesite-header-button-icon svg {
		height: 18px;
		width: 18px;
	}

	.swesite-header-whatsapp-icon {
		height: 24px;
		width: 24px;
	}

	.swesite-header-icon,
	.swesite-header.is-scrolled .swesite-header-icon {
		height: 36px;
		width: 36px;
	}

	.swesite-header-icon svg,
	.swesite-header.is-scrolled .swesite-header-icon svg {
		height: 18px;
		width: 18px;
	}

	.swesite-cart-count,
	.swesite-header-notification-badge {
		border-width: 1px;
		font-size: 9px;
		height: 15px;
		min-width: 15px;
		padding-inline: 4px;
	}

	.swesite-header-notification-panel {
		left: 7px;
		right: 7px;
		top: 62px;
		width: auto;
	}
}
