html, body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.mebs-logo {
	max-height:70px;
	padding-right: 30px;
}
@media (max-width: 992px) {
	.mebs-logo {
		max-height:70px;
		position: absolute;
		left: calc(50% - 35px);
		top: 8px;
		padding: 0px;
		margin: 0px;
	}
}
.page-padder {
	padding-top: 120px;
	padding-bottom: 120px;
}
.bg-auditbox {
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.5);
}
.btn-wide {
	min-width: 200px;
}
.counter {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  user-select: none;
}
.gradient-one {
  background-image: linear-gradient(135deg, #8736d5, #3fb4f2);
}
.gradient-two {
  background-image: linear-gradient(135deg, #3fb4f2, #57e1d8);
}
.highlighted-text {
  	position: relative;
	display: inline-block;
	padding: 4px 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
}
.nav-item {
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	margin-right: 10px;
}
.nav-item:hover {
	border-bottom: 2px solid #494949;
}
.first-page-spacer {
	padding-top:100px !important;
}
.first-page-table {
	min-height: calc(100vh - 150px);
}
.smartaudit-auditor {
	background-image: url("/imgs/smartaudit_auditor.jpg?t=2");
	width: 100%;
	background-position: middle; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.aboutus-imgs {
	width: 100%;
	max-width: 400px;
}
.cta-glass{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 26px;
  border-radius: 12px;

  background: rgba(90, 24, 154, 0.8);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);

  border: 1px solid rgba(255,255,255,0.35);
  box-shadow:
	0 12px 30px rgba(0,0,0,0.18),
	inset 0 1px 0 rgba(255,255,255,0.25);

  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;

  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

  transform-origin: center;
  transition:
	transform .25s cubic-bezier(.2,.8,.2,1),
	background .25s ease,
	box-shadow .25s ease,
	border-color .25s ease;
}

.cta-glass::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;

  background: radial-gradient(
	circle at 20% 20%,
	rgba(255,255,255,0.35),
	rgba(255,255,255,0.00) 55%
  );

  opacity: 0.75;
}

.cta-glass:hover{
  transform: scale(1.06);
  background: rgba(90, 24, 154, 0.9);
  border-color: rgba(255,255,255,0.55);
  box-shadow:
	0 18px 45px rgba(0,0,0,0.25),
	inset 0 1px 0 rgba(255,255,255,0.30);
}

.cta-glass:focus-visible{
  outline: none;
  box-shadow:
	0 0 0 4px rgba(90,24,154,0.25),
	0 18px 45px rgba(0,0,0,0.25),
	inset 0 1px 0 rgba(255,255,255,0.30);
}

.cta-glass:active{
  transform: scale(1.02);
}

@media (max-width: 992px) {
	.page-height-navbar {
		min-height: 100vh;
		background-image: url("/imgs/welcome_bg4_mob.jpg?t=6");
		background-position: center bottom 25%;
		background-size: contain;
		background-repeat: no-repeat; 
	}
	.smartaudit-bg {
		min-height: 100vh;
		background-image: url("/imgs/smartaudit_bg.jpg?t=1");
		background-position: bottom right; 
		background-repeat: no-repeat; 
		background-size: 1000px;
		animation: bg-fadein 2s ease-out forwards;
	}
	.aboutus-topic-box-size {
		width: 90vw;
		min-height: 50px;
		padding: 0px 16px;
	}
}
@media (min-width: 993px) {
	.page-height-navbar {
		min-height: 100vh;
		background-image: url("/imgs/welcome_bg4.jpg?t=4");
		width: 100%;
		background-position: bottom; 
		background-repeat: no-repeat; 
		background-size: cover;
		animation: bg-fadein 2s ease-out forwards;
	}
	.smartaudit-bg {
		min-height: 100vh;
		background-image: url("/imgs/smartaudit_bg.jpg?t=2");
		width: 100%;
		background-position: bottom right; 
		background-repeat: no-repeat; 
		background-size: cover;
		animation: bg-fadein 2s ease-out forwards;
	}
	.aboutus-topic-box-size {
		width: 200px;
		height: 200px;
	}
}
.seogeo-bg {
	position: relative;
	min-height: 100vh;
	background-image: url("/imgs/seogeo_bg.jpg");
	width: 100%;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	animation: bg-fadein 2s ease-out forwards;
	overflow: hidden;
}
.seogeo-bg::before {
  content: "";
  position: absolute;
  inset: -60px;                 /* túlméretezés a blur miatt */
  z-index: 1;
  pointer-events: none;

  /* 50% fekete középen, széleken kifut */
  background: radial-gradient(
	circle at 35% 40%,          /* ide esik a “sötét folt” középpontja */
	rgba(0, 0, 0, 0.55) 0%,
	rgba(0, 0, 0, 0.50) 35%,
	rgba(0, 0, 0, 0.00) 72%
  );

  filter: blur(28px);           /* “masszív blur” */
  transform: translateZ(0);     /* néha szebb render */
}
.seo-vs-geo {
	background-image: url("/imgs/welcome_bg4.jpg?t=4");
	width: 100%;
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-size: cover;
	animation: bg-fadein 2s ease-out forwards;
}
.seo-vs-geo-img-spacer {
	height: 260px;
	width: 100%;
	background-image: url("/imgs/seovsgeo_bottom.jpg?t=2");
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-size: contain;
	animation: bg-fadein 1s ease-out forwards;
}
.aboutus-bg {
	position: relative;
	min-height: 100vh;
	background-image: url("/imgs/dw_szeged.jpg");
	width: 100%;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	animation: bg-fadein 2s ease-out forwards;
	overflow: hidden;
}
.aboutus-bg::before {
  content: "";
  position: absolute;
  inset: -60px;                 /* túlméretezés a blur miatt */
  z-index: 1;
  pointer-events: none;

  /* 50% fekete középen, széleken kifut */
  background: radial-gradient(
	circle at 35% 40%,          /* ide esik a “sötét folt” középpontja */
	rgba(0, 0, 0, 0.55) 0%,
	rgba(0, 0, 0, 0.50) 35%,
	rgba(0, 0, 0, 0.00) 72%
  );

  filter: blur(28px);           /* “masszív blur” */
  transform: translateZ(0);     /* néha szebb render */
}
.aboutus-spacer, .seogeo-spacer {
	padding-top:180px !important;
}
.aboutus-bg .aboutus-top-box {
	color: white;
	max-width: 600px;
	position: relative;
	z-index: 2;
}
.seogeo-top-box {
	color: white;
	position: relative;
	z-index: 2;
}
.btn-seogeo {
	border: 1px solid white;
	border-radius: 8px;
	padding: 10px 40px;
	color: white;
}
.seogeo-text-box {
	min-height: 160px;
}
.btn-seogeo:hover {
	background: rgba(255, 255, 255, 0.35);
}

.aboutus-topic-box{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 2;

  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 10px;
  padding: 20px;

  background: transparent;

  transform-origin: center center;

  transition:
	transform 0.35s cubic-bezier(.2,.8,.2,1),
	box-shadow 0.35s ease;
  will-change: transform;
}

/* Üveg réteg */
.aboutus-topic-box::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;

  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);

  transition: background 0.35s ease;
}

/* 🔒 BETŰSZÍN FIX: minden szöveg/link a boxon belül fehér */
.aboutus-topic-box,
.aboutus-topic-box *{
  color: #fff !important;
}

/* linkeknél különösen fontos: visited/hover se változzon */
.aboutus-topic-box a,
.aboutus-topic-box a:visited,
.aboutus-topic-box a:hover,
.aboutus-topic-box a:active{
  color: #fff !important;
  text-decoration-color: rgba(255,255,255,0.7);
}

/* szöveg réteg */
.aboutus-topic-box .text{
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
  -webkit-font-smoothing: antialiased;
}

/* HOVER: radiális grow (nincs translateY) */
.aboutus-topic-box:hover{
  transform: scale(1.06);
  box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

.aboutus-topic-box:hover::before{
  background: rgba(255, 255, 255, 0.36);
}
.aboutus-promo-box {
	width: 320px;
	padding: 20px;
	border-radius: 12px;
	transform-origin: center center;
	  transition:
		transform 0.35s cubic-bezier(.2,.8,.2,1),
		box-shadow 0.35s ease;
}
.aboutus-promo-box:hover {
	transform: scale(1.06);
	box-shadow: 0 18px 45px rgba(0,0,0,0.35);
	background-color: rgba(60, 9, 108, 0.3);
}
.aboutus-promo-img-mm {
	width: 100%;
	max-width: 240px;
}
.aboutus-promo-img {
	width: 100%;
	max-width: 280px;
}
.aboutus-promo-top {
	height: 120px !important;
}
a.aboutus-link {
	text-decoration: none;
}
.contact-bg {
	background-image: url("https://mebs.world/imgs/contact_bg3.jpg");
	height: 100%;
	background-position: middle; 
	background-repeat: no-repeat; 
	background-size: cover;
}
@keyframes bg-fadein {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }  
}
.page-height {
	min-height: 100vh;
}
.first-page {
	padding-top: 100px;
	min-height: calc(100vh - 100px);
}
.bg-grey {
	background: #f6f6f6;
}
.bg-mediumgrey {
	background: #dcdcdd;
}
.bg-darkgrey {
	background: #1d1d1f;
}
.bg-footer {
	background: #0A0A0B;
}
.bg-violet {
	background: #5A189A;
	background: linear-gradient(180deg,rgba(90, 24, 154, 1) 6%, rgba(60, 9, 108, 1) 100%);
}
.bg-violet2 {
	background: #3C096C;
	background: linear-gradient(180deg,rgba(60, 9, 108, 1) 0%, rgba(29, 29, 31, 1) 100%);
}
.bg-marketing {
	background: #ffffff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(78, 158, 219, 1) 100%);
}
.profile-img {
	width: 180px;
	border-radius: 50%;
}
.contact-box {
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	background: #fff;
}
.success-box {
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	background: #b5e48c;	
}
.font-asterisk {
	position: relative;
	font-size: 10px;
	top: -4px;
}
.form-check-input:checked {
  background-color: #5a189a;
  border-color: #5a189a;
}
.welcome-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/welcome_img.jpg");
}
.success-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/success_img.jpg");
	min-height: 600px;
}
.crm-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/web_crm.jpg");
	min-height: 600px;
}
.smartaudit-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/smartaudit_promo.jpg");
	min-height: 700px;
}
.smartaudit-img2 {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/smartaudit_benefits.jpg");
	min-height: 600px;
}
.hero-image {
	background-color: #cccccc;
	height: 100%; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.text-violet {
	color: #5a189a;
}
.text-light-violet {
	color: #cba9ef;
}
.partner-box {
	position: absolute;
	top: 400px;
	left: 60px;
	width: 440px;
	background: #000;
	border-radius: 10px;
}
.partner-box-inner {
	position: relative;
	height: 160px;
	color: #fff;
}
.partner-box-mobile {
	background: #000;
	border-radius: 10px;
	color: #fff;
	max-width: 600px;
}
.line-height {
	line-height: calc(1em + 4px);
}
.btn-frame {
	border: 4px solid white !important;
}
.newbadge-parent {
	height: 0px;
	width: 0px;
	position: relative;
	top: -48px;
	left: 100px;
}
.newbadge {
	background-color: #5A189A;
	padding: 2px 4px;
	border-radius: 4px;
	font-size: 10px;
	color: white;
	font-weight: 600;
}
.btn-mebs-dark {
	border: 1px solid #212529;
	background: #212529;
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-dark:hover {
	background: #343a40;
	color: white;
}
.btn-mebs-violet {
	border: 1px solid #7b2cbf;
	background: #7b2cbf;
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-violet:hover {
	background: #9d4edd;
	color: white;
}
.btn-mebs-outline {
	border: 1px solid #adb5bd;
	background: transparent;
	color: #212529;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-outline:hover {
	background: transparent;
	color: #212529;
	border: 1px solid #212529;
}
.mebs-card {
	width: 100%;
	max-width: 360px;
	border-radius: 20px;
	background: #fff;
}
.mebs-card2 {
	width: 280px;
	border-radius: 20px;
	background: #fff;
}
.mebs-card-topper {
	position: relative;
	top: -35px;
	height: 70px;
	width: 70px;
	left: 105px;
	background: #fff;
	border-radius: 50%;
}
.mebs-card-header-img {
	max-height: 60px;
}
.mebs-card-header-container {
	height: 70px;
}
.mebs-card-img {
	width: 100%;
	border-radius: 18px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.mebs-card-img2 {
	width: 100%;
	border-radius: 18px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.fade-in, .fade-in-up { opacity: 0; transition: opacity 0.6s ease-out, transform 0.6s ease-out; will-change: opacity, transform; }
.fade-in2, .fade-in-up2 { opacity: 0; transition: opacity 0.8s ease-out, transform 0.8s ease-out; will-change: opacity, transform; }
.fade-in3, .fade-in-up3 { opacity: 0; transition: opacity 1s ease-out, transform 1s ease-out; will-change: opacity, transform; }
.fade-in4, .fade-in-up4 { opacity: 0; transition: opacity 1.2s ease-out, transform 1.2s ease-out; will-change: opacity, transform; }
.fade-in5, .fade-in-up5 { opacity: 0; transition: opacity 1.4s ease-out, transform 1.4s ease-out; will-change: opacity, transform; }
.fade-in-up { transform: translateY(30px); }
.fade-in-up2 { transform: translateY(30px); }
.fade-in-up3 { transform: translateY(30px); }
.fade-in-up4 { transform: translateY(30px); }
.fade-in-up5 { transform: translateY(30px); }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.fade-in-up2.visible { opacity: 1; transform: translateY(0); }
.fade-in-up3.visible { opacity: 1; transform: translateY(0); }
.fade-in-up4.visible { opacity: 1; transform: translateY(0); }
.fade-in-up5.visible { opacity: 1; transform: translateY(0); }
.fade-in.visible { opacity: 1;}
.fade-in2.visible { opacity: 1;}
.fade-in3.visible { opacity: 1;}
.fade-in4.visible { opacity: 1;}
.fade-in5.visible { opacity: 1;}

.fade-in-result {
	opacity: 1;
	animation-name: fadeInOpacityResult;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacityResult {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 991.98px) {
	.navbar {
		min-height: 80px;
	}

	.navbar-toggler {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.navbar-toggler:focus {
		outline: none !important;
		box-shadow: none !important;
	}

	.navbar-collapse {
		overflow: hidden;
		transition: max-height 0.4s ease, opacity 0.4s ease;
		max-height: 0;
		opacity: 0;
		position: absolute;
		top: 80px; /* a navbar magassága */
		left: 0;
		width: 100%;
		padding-left: 20px;
		padding-bottom: 20px;
		background: #ffffff;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 62%, rgba(224, 224, 224, 1) 100%);
		z-index: 1;
	}

	.navbar-collapse.show {
		max-height: 500px;
		opacity: 1;
	}

	.hamburger {
		width: 30px;
		height: 24px;
		position: relative;
		display: inline-block;
		cursor: pointer;
	}

	.hamburger span {
		position: absolute;
		height: 3px;
		width: 100%;
		background: black !important;
		color: black !important;
		left: 0;
		border-radius: 2px;
		transition: all 0.4s ease;
	}

	.hamburger span:nth-child(1) { top: 0; }
	.hamburger span:nth-child(2) { top: 10px; }
	.hamburger span:nth-child(3) { top: 20px; }

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 10px;
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: 10px;
	}
}

.shadow-transition {
  transition: box-shadow 0.6s ease-in-out;
  box-shadow: none;
}

.shadow-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.general-link {
  background-image: linear-gradient(to right, #5a189a 0%, #5a189a 100%);
  background-position: 0 100%;
  background-size: 0% 100%;
  background-repeat: no-repeat;

  color: #5a189a;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: background-size 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.general-link:hover {
  background-size: 100% 100%;
  color: white;
}
.general-link-basic {
	color: #5a189a;
	text-decoration: none;
}
.general-link-basic:hover {
	text-decoration: underline;
}
.general-link-footer {
	color: #fff;
	text-decoration: none;
}
.general-link-footer:hover {
	text-decoration: underline;
}

/* =========================
   WebAware Promo Box
   ========================= */

.wa-promo{
  width: min(440px, 100%);
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.wa-promo__inner{
  position: relative;
  padding: 28px 26px 22px;
  border-radius: 22px;

  /* Glass look */
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  overflow: hidden;
}

/* faint cosmic grain + soft glow */
.wa-promo__inner::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
	radial-gradient(circle at 20% 30%, rgba(224,170,255,0.35), transparent 45%),
	radial-gradient(circle at 80% 20%, rgba(157,78,221,0.28), transparent 50%),
	radial-gradient(circle at 60% 85%, rgba(199,125,255,0.22), transparent 55%);
  filter: blur(30px);
  pointer-events:none;
}

.wa-promo__inner::after{
  content:"";
  position:absolute;
  inset:0;
  background:
	radial-gradient(circle at 10% 10%, rgba(255,255,255,0.08), transparent 35%),
	linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.02));
  pointer-events:none;
}

/* sparkles */
.wa-promo__sparkle{
  position:absolute;
  width: 120px;
  height: 120px;
  pointer-events:none;
  opacity: 0.75;
  filter: blur(0.3px);
}

.wa-promo__sparkle--1{
  top: -18px;
  right: -18px;
  background:
	radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9) 0 2px, transparent 3px),
	radial-gradient(circle at 70% 25%, rgba(224,170,255,0.9) 0 2px, transparent 3px),
	radial-gradient(circle at 55% 70%, rgba(199,125,255,0.9) 0 2px, transparent 3px),
	radial-gradient(circle at 20% 75%, rgba(255,255,255,0.8) 0 1.5px, transparent 2.5px);
}

.wa-promo__sparkle--2{
  bottom: 140px;
  left: -28px;
  opacity: 0.55;
  background:
	radial-gradient(circle at 35% 35%, rgba(224,170,255,0.8) 0 2px, transparent 3px),
	radial-gradient(circle at 65% 55%, rgba(255,255,255,0.75) 0 1.8px, transparent 2.8px),
	radial-gradient(circle at 55% 20%, rgba(157,78,221,0.75) 0 1.6px, transparent 2.6px);
}

/* header */
.wa-promo__brand{
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.95;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 6px;
}

.wa-promo__title{
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  color: rgba(255,255,255,0.98);
}

.wa-promo__subtitle{
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
}

/* list */
.wa-promo__list{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.wa-promo__list li{
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: rgba(255,255,255,0.86);
}

.wa-promo__list li::before{
  content:"✓";
  position:absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display:inline-grid;
  place-items:center;
  font-weight: 800;
  color: #e0aaff;
  text-shadow: 0 0 14px rgba(224,170,255,0.35);
}

/* coupon */
.wa-coupon{
  margin-top: 18px;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1.5px dashed rgba(199,125,255,0.65);
  position: relative;
  overflow: hidden;
}

.wa-coupon::before{
  content:"";
  position:absolute;
  inset:-50%;
  background:
	radial-gradient(circle at 20% 30%, rgba(224,170,255,0.25), transparent 45%),
	radial-gradient(circle at 80% 70%, rgba(157,78,221,0.22), transparent 50%);
  filter: blur(28px);
  pointer-events:none;
}

.wa-coupon__ticket{
  position:absolute;
  left: 12px;
  top: 14px;
  width: 54px;
  height: 38px;
  transform: rotate(-14deg);
  border-radius: 10px;
  background:
	linear-gradient(135deg, rgba(255,214,130,0.95), rgba(255,168,66,0.95));
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}

/* little ticket notch */
.wa-coupon__ticket::before,
.wa-coupon__ticket::after{
  content:"";
  position:absolute;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  top: 50%;
  transform: translateY(-50%);
}

.wa-coupon__ticket::before{ left: -6px; }
.wa-coupon__ticket::after{ right: -6px; }

/* ticket stitch */
.wa-coupon__ticket span{ display:none; }
.wa-coupon__ticket{
  outline: 1px solid rgba(255,255,255,0.35);
  outline-offset: -2px;
}

.wa-coupon__code{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 30px; /* so it doesn't clash with ticket */
  position: relative;
  z-index: 1;
}

.wa-coupon__code-label{
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.72);
}

.wa-coupon__code-pill{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 18px;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 999px;
  background: rgba(60,9,108,0.55);
  border: 1px solid rgba(224,170,255,0.35);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 14px 30px rgba(0,0,0,0.22);
  user-select: all;
}

/* deal row */
.wa-coupon__deal{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.wa-coupon__percent{
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.98);
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.wa-coupon__dealtitle{
  font-size: 16px;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  margin-bottom: 2px;
}

.wa-coupon__dealsub{
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

/* actions */
.wa-promo__actions{
  margin-top: 18px;
  display:grid;
  gap: 10px;
}

.wa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 700;
  border-radius: 14px;
  padding: 14px 16px;
  transition: transform .12s ease, filter .12s ease, background .12s ease, border-color .12s ease;
  will-change: transform;
}

.wa-btn--primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7b2cbf, #9d4edd);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.wa-btn--primary:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.wa-btn--ghost{
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
}

.wa-btn--ghost:hover{
  transform: translateY(-1px);
  border-color: rgba(224,170,255,0.35);
}

.wa-promo__note{
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,0.68);
}

/* responsive */
@media (max-width: 992px){
  .wa-promo{
	width: 100%;
	margin: 18px 0 0;
  }
}
/* Make coupon code look like a pill button */
.wa-coupon__code-pill{
  cursor: pointer;
  border: none;
  outline: none;
}

.wa-coupon__code-pill:active{
  transform: translateY(1px);
}

.wa-coupon__code-pill:hover{
  border-color: rgba(224,170,255,0.55);
  filter: brightness(1.03);
}

/* Toast */
.wa-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(14px);
  z-index: 9999;

  background: rgba(20, 10, 40, 0.82);
  border: 1px solid rgba(224,170,255,0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  color: rgba(255,255,255,0.92);
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);

  font-size: 13px;
  letter-spacing: 0.01em;

  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.wa-toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
