.swesite-menu-landing {
	--menu-ink: var(--swesite-text, #0f172a);
	--menu-blue: var(--swesite-primary, #2563eb);
	--menu-teal: var(--swesite-secondary, #14b8a6);
	--menu-muted: #64748b;
	--menu-line: rgba(15, 23, 42, .09);
	background: #f8fafc;
	color: var(--menu-ink);
	overflow: clip;
}

.swesite-menu-landing *,
.swesite-menu-landing *::before,
.swesite-menu-landing *::after { box-sizing: border-box; }

.swesite-menu-landing__shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.swesite-menu-landing__section { padding: clamp(76px, 8vw, 112px) 0; }

.swesite-menu-landing__eyebrow {
	margin: 0 0 15px;
	color: var(--menu-blue);
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.swesite-menu-landing__hero {
	position: relative;
	padding: clamp(105px, 11vw, 158px) 0 clamp(76px, 9vw, 120px);
	background:
		radial-gradient(circle at 80% 22%, rgba(20, 184, 166, .19), transparent 31%),
		radial-gradient(circle at 13% 10%, rgba(37, 99, 235, .15), transparent 29%),
		linear-gradient(145deg, #fff 0%, #f5f9fc 54%, #eaf6f4 100%);
}

.swesite-menu-landing__hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(15, 23, 42, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
	background-size: 50px 50px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
	opacity: .55;
	pointer-events: none;
}

.swesite-menu-landing__hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: center;
}

.swesite-menu-landing__hero-copy { max-width: 680px; }

.swesite-menu-landing__hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.75rem, 5.2vw, 5.35rem);
	letter-spacing: -.058em;
	line-height: .98;
}

.swesite-menu-landing__lead {
	max-width: 640px;
	margin: 25px 0 0;
	color: #475569;
	font-size: clamp(1.05rem, 1.7vw, 1.28rem);
	line-height: 1.65;
}

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

.swesite-menu-landing__button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: .94rem;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.swesite-menu-landing__button:hover { transform: translateY(-2px); }
.swesite-menu-landing__button:focus-visible,
.swesite-menu-landing__product-media:focus-visible,
.swesite-menu-landing__paper-mockup:focus-visible,
.swesite-menu-landing__screen-mockup:focus-visible { outline: 3px solid rgba(37, 99, 235, .3); outline-offset: 4px; }
.swesite-menu-landing__button--primary { background: var(--menu-blue); color: #fff; box-shadow: 0 15px 34px rgba(37, 99, 235, .24); }
.swesite-menu-landing__button--secondary { border-color: rgba(15, 23, 42, .11); background: rgba(255, 255, 255, .86); color: var(--menu-ink); box-shadow: 0 15px 34px rgba(15, 23, 42, .08); }
.swesite-menu-landing__button--light { background: #fff; color: #0f172a; box-shadow: 0 14px 32px rgba(0, 0, 0, .15); }
.swesite-menu-landing__button--outline { border-color: rgba(255, 255, 255, .46); color: #fff; }

.swesite-menu-landing__hero-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 20px 0 0;
	color: var(--menu-muted);
	font-size: .83rem;
	font-weight: 700;
}

.swesite-menu-landing__hero-note span {
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(20, 184, 166, .13);
	color: #0f766e;
}

.swesite-menu-landing__scene { position: relative; min-height: 510px; perspective: 1100px; isolation: isolate; }
.swesite-menu-landing__scene-glow { position: absolute; inset: 12% 2% 4%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(20, 184, 166, .25), transparent 67%); filter: blur(10px); }
.swesite-menu-landing__paper-mockup,
.swesite-menu-landing__screen-mockup { position: absolute; display: block; color: var(--menu-ink); text-decoration: none; }

.swesite-menu-landing__paper-mockup {
	left: 0;
	top: 2%;
	z-index: 3;
	width: 48%;
	aspect-ratio: .72;
	overflow: hidden;
	border: 7px solid rgba(255, 255, 255, .95);
	border-radius: 17px;
	background: #fffdf7;
	box-shadow: 0 34px 65px rgba(15, 23, 42, .22);
	transform: rotateY(-9deg) rotateZ(-6deg);
	animation: swesite-menu-paper-float 7s ease-in-out infinite;
}

.swesite-menu-landing__paper-mockup img { width: 100%; height: 100%; display: block; object-fit: cover; }
.swesite-menu-landing__paper-mockup > strong,
.swesite-menu-landing__screen-mockup > strong { position: absolute; left: 11px; bottom: 11px; padding: 7px 10px; border-radius: 9px; background: rgba(15, 23, 42, .84); color: #fff; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.swesite-menu-landing__screen-mockup {
	right: -2%;
	top: 18%;
	z-index: 2;
	width: 73%;
	transform: rotateY(8deg) rotateZ(3deg);
	animation: swesite-menu-screen-float 8s ease-in-out infinite;
}

.swesite-menu-landing__screen-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	border: 10px solid #101827;
	border-radius: 16px;
	background: #0f172a;
	box-shadow: 0 38px 74px rgba(15, 23, 42, .3);
}

.swesite-menu-landing__screen-frame::after,
.swesite-menu-landing__digital-frame::after { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255, 255, 255, .18), transparent 24% 77%, rgba(255, 255, 255, .08)); content: ""; pointer-events: none; }
.swesite-menu-landing__screen-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }

.swesite-menu-landing__paper-placeholder,
.swesite-menu-landing__screen-placeholder,
.swesite-menu-landing__product-placeholder { position: absolute; inset: 0; display: block; }
.swesite-menu-landing__paper-placeholder { padding: 21% 14%; background: linear-gradient(145deg, #fffaf0, #eef2f7); }
.swesite-menu-landing__paper-placeholder b,
.swesite-menu-landing__screen-placeholder b,
.swesite-menu-landing__product-placeholder b { display: block; margin-bottom: 15%; letter-spacing: .12em; }
.swesite-menu-landing__paper-placeholder i,
.swesite-menu-landing__screen-placeholder i,
.swesite-menu-landing__product-placeholder i { display: block; width: 75%; height: 7px; margin-top: 11px; border-radius: 99px; background: rgba(100, 116, 139, .25); }
.swesite-menu-landing__paper-placeholder i:nth-of-type(even),
.swesite-menu-landing__screen-placeholder i:nth-of-type(even),
.swesite-menu-landing__product-placeholder i:nth-of-type(even) { width: 58%; }
.swesite-menu-landing__screen-placeholder { padding: 10% 9%; background: linear-gradient(135deg, #0f3c67, #0f766e); color: #fff; }
.swesite-menu-landing__screen-placeholder i { height: 9px; background: rgba(255, 255, 255, .5); }

.swesite-menu-landing__product-section--paper { background: linear-gradient(180deg, #f8fafc, #fff 24%, #fff 80%, #f7fafb); }
.swesite-menu-landing__product-section--digital { background: linear-gradient(180deg, #f7fafb, #eef7f6 50%, #f8fafc); }
.swesite-menu-landing__product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(45px, 8vw, 100px); align-items: center; }

.swesite-menu-landing__product-media {
	position: relative;
	min-height: 440px;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .85);
	border-radius: 30px;
	background: linear-gradient(145deg, #e2e8f0, #f8fafc);
	box-shadow: 0 30px 72px rgba(15, 23, 42, .14);
}

.swesite-menu-landing__product-media > img { width: 100%; height: 100%; min-height: 440px; display: block; object-fit: cover; transition: transform .5s ease; }
.swesite-menu-landing__product-media:hover > img { transform: scale(1.025); }
.swesite-menu-landing__sale { position: absolute; right: 16px; top: 16px; z-index: 3; padding: 8px 12px; border-radius: 999px; background: #0f172a; color: #fff; font-size: .75rem; font-weight: 850; }
.swesite-menu-landing__product-placeholder--paper { inset: 9% 20%; padding: 10%; border: 8px solid #fff; border-radius: 14px; background: #fffaf0; box-shadow: 15px 22px 40px rgba(15, 23, 42, .18); transform: rotate(-4deg); }

.swesite-menu-landing__product-copy h2,
.swesite-menu-landing__section-heading h2,
.swesite-menu-landing__why h2,
.swesite-menu-landing__final h2 {
	margin: 0;
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	letter-spacing: -.045em;
	line-height: 1.04;
}

.swesite-menu-landing__product-copy > p:not(.swesite-menu-landing__eyebrow),
.swesite-menu-landing__why header > p:last-child,
.swesite-menu-landing__final > .swesite-menu-landing__shell > p:not(.swesite-menu-landing__eyebrow) { margin: 20px 0 0; color: var(--menu-muted); font-size: 1.02rem; line-height: 1.75; }

.swesite-menu-landing__benefits { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.swesite-menu-landing__benefits li { position: relative; padding-left: 28px; color: #334155; font-weight: 650; line-height: 1.5; }
.swesite-menu-landing__benefits li::before { position: absolute; left: 0; top: .05em; color: #0f766e; content: "✓"; font-weight: 950; }

.swesite-menu-landing__buy-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 31px; padding-top: 25px; border-top: 1px solid var(--menu-line); }
.swesite-menu-landing__price { min-width: 0; }
.swesite-menu-landing__price > span { display: block; margin-bottom: 4px; color: var(--menu-muted); font-size: .77rem; font-weight: 750; }
.swesite-menu-landing__price > strong { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; font-size: 1.25rem; }
.swesite-menu-landing__price strong > small { color: var(--menu-muted); font-size: .62em; }
.swesite-menu-landing__price del { color: #94a3b8; font-size: .78em; }
.swesite-menu-landing__price ins { color: #0f766e; text-decoration: none; }
.swesite-menu-landing__price .swesite-tax-label { display: block; flex-basis: 100%; color: var(--menu-muted); font-size: .55em; font-weight: 650; }
.swesite-menu-landing__price em { display: block; margin-top: 4px; color: var(--menu-muted); font-size: .72rem; font-style: normal; font-weight: 700; }
.swesite-menu-landing__price-fallback { max-width: 150px; font-size: .95rem !important; line-height: 1.3; }

.swesite-menu-landing__product-media--screen { min-height: 420px; display: grid; place-items: center; padding: 8%; background: radial-gradient(circle at 35% 28%, #dbeafe, #dff5f0 51%, #dce4ec); }
.swesite-menu-landing__digital-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; display: block; overflow: hidden; border: 12px solid #111827; border-radius: 18px; background: #0f172a; box-shadow: 0 35px 70px rgba(15, 23, 42, .27); transform: perspective(900px) rotateY(-5deg); }
.swesite-menu-landing__digital-frame img,
.swesite-menu-landing__digital-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.swesite-menu-landing__product-placeholder--digital { padding: 9%; background: linear-gradient(135deg, #0f3c67, #0f766e); color: #fff; }
.swesite-menu-landing__product-placeholder--digital i { height: 9px; background: rgba(255, 255, 255, .48); }

.swesite-menu-landing__choice { background: linear-gradient(180deg, #f8fafc, #fff); }
.swesite-menu-landing__section-heading { max-width: 720px; margin-bottom: 36px; }
.swesite-menu-landing__choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.swesite-menu-landing__choice-grid article { min-height: 230px; padding: clamp(25px, 4vw, 38px); border: 1px solid var(--menu-line); border-radius: 24px; background: rgba(255, 255, 255, .88); box-shadow: 0 18px 45px rgba(15, 23, 42, .06); }
.swesite-menu-landing__choice-grid article > span { color: var(--menu-blue); font-size: .73rem; font-weight: 900; letter-spacing: .12em; }
.swesite-menu-landing__choice-grid h3 { margin: 45px 0 0; font-size: 1.45rem; }
.swesite-menu-landing__choice-grid p { margin: 11px 0 0; color: var(--menu-muted); line-height: 1.7; }
.swesite-menu-landing__both { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 20px; padding: clamp(28px, 5vw, 45px); border-radius: 24px; background: linear-gradient(120deg, #0f3c67, #0f766e); color: #fff; box-shadow: 0 26px 60px rgba(15, 60, 103, .2); }
.swesite-menu-landing__both h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.25rem); }
.swesite-menu-landing__both p { margin: 10px 0 0; color: rgba(255, 255, 255, .78); font-size: 1rem; }
.swesite-menu-landing__both .swesite-menu-landing__button { flex: 0 0 auto; }

.swesite-menu-landing__why { background: linear-gradient(180deg, #fff, #f4f8fb); }
.swesite-menu-landing__why-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.swesite-menu-landing__why ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.swesite-menu-landing__why li { min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 17px 19px; border: 1px solid var(--menu-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(15, 23, 42, .05); font-size: .9rem; font-weight: 750; }
.swesite-menu-landing__why li span { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(20, 184, 166, .13); color: #0f766e; }

.swesite-menu-landing__final { padding: clamp(82px, 9vw, 125px) 0; background: radial-gradient(circle at 80% 20%, rgba(20, 184, 166, .35), transparent 33%), linear-gradient(130deg, #102b4a, #0f3c67 47%, #0f766e); color: #fff; text-align: center; }
.swesite-menu-landing__final .swesite-menu-landing__shell { max-width: 900px; }
.swesite-menu-landing__final .swesite-menu-landing__eyebrow { color: #a5f3fc; }
.swesite-menu-landing__final > .swesite-menu-landing__shell > p:not(.swesite-menu-landing__eyebrow) { max-width: 680px; margin-inline: auto; color: rgba(255, 255, 255, .78); }
.swesite-menu-landing__final .swesite-menu-landing__actions { justify-content: center; }

@keyframes swesite-menu-paper-float {
	0%, 100% { transform: rotateY(-9deg) rotateZ(-6deg) translateY(0); }
	50% { transform: rotateY(-9deg) rotateZ(-6deg) translateY(-7px); }
}

@keyframes swesite-menu-screen-float {
	0%, 100% { transform: rotateY(8deg) rotateZ(3deg) translateY(0); }
	50% { transform: rotateY(8deg) rotateZ(3deg) translateY(6px); }
}

@media (max-width: 1024px) {
	.swesite-menu-landing__hero-grid { grid-template-columns: minmax(0, 1fr) 400px; gap: 35px; }
	.swesite-menu-landing__scene { min-height: 450px; }
	.swesite-menu-landing__product-grid { gap: 45px; }
	.swesite-menu-landing__buy-row { align-items: stretch; flex-direction: column; }
	.swesite-menu-landing__buy-row .swesite-menu-landing__button { align-self: flex-start; }
}

@media (max-width: 780px) {
	.swesite-menu-landing__shell { width: min(100% - 28px, 640px); }
	.swesite-menu-landing__section { padding: 64px 0; }
	.swesite-menu-landing__hero { padding: 86px 0 62px; }
	.swesite-menu-landing__hero-grid,
	.swesite-menu-landing__product-grid,
	.swesite-menu-landing__why-grid { grid-template-columns: 1fr; }
	.swesite-menu-landing__hero h1 { font-size: clamp(2.45rem, 11vw, 4.25rem); }
	.swesite-menu-landing__lead { margin-top: 19px; font-size: 1.03rem; }
	.swesite-menu-landing__actions { display: grid; grid-template-columns: 1fr; }
	.swesite-menu-landing__button { width: 100%; min-height: 54px; }
	.swesite-menu-landing__scene { min-height: 350px; margin-top: 5px; }
	.swesite-menu-landing__paper-mockup { left: 2%; top: 0; width: 43%; border-width: 5px; }
	.swesite-menu-landing__screen-mockup { right: 0; top: 22%; width: 70%; }
	.swesite-menu-landing__screen-frame { border-width: 7px; }
	.swesite-menu-landing__product-grid { gap: 36px; }
	.swesite-menu-landing__product-copy h2,
	.swesite-menu-landing__section-heading h2,
	.swesite-menu-landing__why h2,
	.swesite-menu-landing__final h2 { font-size: clamp(2rem, 8.8vw, 3.25rem); }
	.swesite-menu-landing__product-media,
	.swesite-menu-landing__product-media > img { min-height: 330px; }
	.swesite-menu-landing__product-media { border-radius: 22px; }
	.swesite-menu-landing__product-section--digital .swesite-menu-landing__product-copy { order: 2; }
	.swesite-menu-landing__product-section--digital .swesite-menu-landing__product-media { order: 1; }
	.swesite-menu-landing__product-media--screen { min-height: 310px; }
	.swesite-menu-landing__digital-frame { border-width: 8px; }
	.swesite-menu-landing__buy-row .swesite-menu-landing__button { align-self: stretch; }
	.swesite-menu-landing__both { align-items: stretch; flex-direction: column; }
	.swesite-menu-landing__why-grid { gap: 30px; }
}

@media (max-width: 560px) {
	.swesite-menu-landing__hero-note { align-items: flex-start; }
	.swesite-menu-landing__scene { min-height: 290px; }
	.swesite-menu-landing__paper-mockup { width: 42%; }
	.swesite-menu-landing__screen-mockup { top: 21%; width: 72%; }
	.swesite-menu-landing__paper-mockup > strong,
	.swesite-menu-landing__screen-mockup > strong { left: 7px; bottom: 7px; padding: 5px 7px; font-size: .57rem; }
	.swesite-menu-landing__product-media,
	.swesite-menu-landing__product-media > img { min-height: 270px; }
	.swesite-menu-landing__product-media--screen { min-height: 245px; padding: 6%; }
	.swesite-menu-landing__product-placeholder--paper { inset: 8% 18%; }
	.swesite-menu-landing__choice-grid,
	.swesite-menu-landing__why ul { grid-template-columns: 1fr; }
	.swesite-menu-landing__choice-grid article { min-height: 190px; padding: 25px; }
	.swesite-menu-landing__choice-grid h3 { margin-top: 32px; }
	.swesite-menu-landing__both { padding: 27px 23px; }
	.swesite-menu-landing__buy-row { margin-top: 26px; padding-top: 21px; }
}

@media (prefers-reduced-motion: reduce) {
	.swesite-menu-landing *,
	.swesite-menu-landing *::before,
	.swesite-menu-landing *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
