@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800;900&display=swap');

.divex-wrap {
	--divex-blue: #2B378B;
	--divex-graphite: #2f3437;
	--divex-green: #1F9ED1;
	--divex-sand: #A7905D;
	--divex-white: #ffffff;
	--divex-soft: #f5f7f7;
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	margin: 32px auto;
	padding: 20px;
	color: var(--divex-graphite);
	font-family: 'Alexandria', sans-serif;
	line-height: 1.5;
}

.divex-wrap *,
.divex-wrap *::before,
.divex-wrap *::after {
	box-sizing: border-box;
}

.divex-ambassador-card,
.divex-registration-card {
	position: relative;
	overflow: hidden;
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(30px, 6vw, 72px);
	border: 1px solid rgba(47, 52, 55, 0.1);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(232, 216, 188, 0.48), transparent 32%),
		var(--divex-white);
	box-shadow: 0 24px 70px rgba(0, 50, 70, 0.12);
	text-align: center;
}

.divex-card-accent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 8px;
	background: linear-gradient(90deg, var(--divex-blue) 0 58%, var(--divex-green) 58% 82%, var(--divex-sand) 82%);
}

.divex-event-header {
	margin-bottom: 32px;
}

.divex-event-logo {
	display: block;
	width: auto;
	max-width: min(260px, 75%);
	max-height: 110px;
	margin: 0 auto 28px;
	object-fit: contain;
}

.divex-wordmark {
	margin-bottom: 14px;
	color: var(--divex-blue);
	font-size: clamp(30px, 6vw, 52px);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1;
}

.divex-wordmark span {
	color: var(--divex-green);
}

.divex-event-kicker,
.divex-form-kicker {
	margin: 0 0 10px;
	color: var(--divex-green);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.divex-event-header h1,
.divex-registration-card h2 {
	margin: 0;
	color: var(--divex-blue);
	font-size: clamp(30px, 5vw, 50px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.divex-ambassador-signup-card h2 {
	font-size: clamp(18px, 2.1vw, 24px);
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.divex-ambassador-intro {
	margin: 0 auto 32px;
	padding: 26px 16px;
	border-top: 1px solid rgba(47, 52, 55, 0.12);
	border-bottom: 1px solid rgba(47, 52, 55, 0.12);
}

.divex-ambassador-intro > p:first-child {
	margin: 0 0 4px;
	color: rgba(47, 52, 55, 0.72);
	font-size: 16px;
}

.divex-ambassador-intro h2 {
	margin: 0;
	color: var(--divex-graphite);
	font-size: clamp(28px, 5vw, 44px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.divex-ambassador-intro .divex-company,
.divex-referred-by {
	margin: 8px 0 0;
	color: var(--divex-blue);
	font-weight: 650;
}

.divex-cta,
.divex-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: min(100%, 280px);
	min-height: 58px;
	padding: 15px 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #2B378B 0%, #1F9ED1 100%);
	box-shadow: 0 12px 28px rgba(43, 55, 139, 0.26);
	color: var(--divex-white) !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.divex-cta:hover,
.divex-cta:focus,
.divex-form-submit:hover,
.divex-form-submit:focus {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #24307A 0%, #1788B4 100%);
	box-shadow: 0 16px 34px rgba(31, 158, 209, 0.32);
	color: var(--divex-white) !important;
}

.divex-cta span,
.divex-form-submit span {
	font-size: 24px;
	line-height: 0.7;
}

.divex-share-section {
	margin-top: 44px;
}

.divex-share-section h3 {
	margin: 0 0 8px;
	color: var(--divex-graphite);
	font-size: 19px;
	font-weight: 800;
}

.divex-share-eyebrow {
	margin: 0 0 6px;
	color: var(--divex-green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.divex-share-copy {
	max-width: 580px;
	margin: 0 auto 20px;
	color: rgba(47, 52, 55, 0.72);
	font-size: 14px;
}

.divex-share-buttons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 620px;
	margin: 0 auto;
}

.divex-wrap button.divex-share-button {
	appearance: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 10px 15px !important;
	border: 1px solid rgba(0, 91, 127, 0.15) !important;
	border-radius: 13px !important;
	background: #ffffff !important;
	box-shadow: 0 7px 18px rgba(0, 52, 72, 0.08) !important;
	color: #153747 !important;
	font-family: inherit;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.divex-wrap button.divex-share-button > span:last-child {
	overflow: hidden;
	color: #153747 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divex-wrap button.divex-share-button:hover,
.divex-wrap button.divex-share-button:focus {
	transform: translateY(-1px);
	border-color: var(--divex-blue) !important;
	background: #f4fafb !important;
	box-shadow: 0 10px 24px rgba(0, 91, 127, 0.14) !important;
	color: var(--divex-blue) !important;
	outline: 3px solid rgba(0, 91, 127, 0.1) !important;
	outline-offset: 1px;
}

.divex-wrap button.divex-share-button:disabled {
	opacity: 0.58;
	cursor: wait;
}

.divex-share-icon {
	display: inline-grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--divex-blue);
	color: var(--divex-white) !important;
	font-size: 12px;
	font-weight: 900;
}

.divex-share-whatsapp .divex-share-icon {
	background: var(--divex-green);
}

.divex-share-instagram .divex-share-icon {
	background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.divex-share-linkedin .divex-share-icon {
	background: #0a66c2;
}

.divex-share-facebook .divex-share-icon {
	background: #1877f2;
}

.divex-copy-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding: 8px 12px;
	border: 0;
	background: transparent;
	color: var(--divex-blue);
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.divex-ambassador-card {
	max-width: 680px;
	padding: 0 0 34px;
	background: var(--divex-white);
}

.divex-social-poster {
	position: relative;
	isolation: isolate;
	display: flex;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 5;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(24px, 5vw, 46px) clamp(22px, 7vw, 58px) 0;
	background-color: var(--divex-blue);
	background-image:
		linear-gradient(180deg, rgba(0, 35, 55, 0.28), rgba(0, 23, 36, 0.68)),
		linear-gradient(145deg, #0b6d98 0%, var(--divex-blue) 48%, #023c56 100%);
	background-position: 68% center;
	background-size: cover;
	color: var(--divex-white);
}

.divex-social-poster::after {
	position: absolute;
	z-index: -1;
	right: -14%;
	bottom: 7%;
	left: -14%;
	height: 29%;
	border-radius: 50% 50% 0 0;
	background:
		linear-gradient(110deg, transparent 0 12%, rgba(232, 216, 188, 0.22) 12% 13%, transparent 13% 31%, rgba(30, 138, 90, 0.26) 31% 32%, transparent 32%),
		linear-gradient(180deg, transparent, rgba(0, 25, 36, 0.48));
	content: "";
	display: none;
	transform: perspective(300px) rotateX(50deg);
}

.divex-poster-glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}

.divex-poster-glow-one {
	top: -12%;
	right: -20%;
	width: 64%;
	aspect-ratio: 1;
	background: rgba(232, 216, 188, 0.17);
}

.divex-poster-glow-two {
	bottom: 17%;
	left: -22%;
	width: 56%;
	aspect-ratio: 1;
	background: rgba(30, 138, 90, 0.22);
}

.divex-poster-header {
	position: relative;
	z-index: 1;
	min-height: clamp(72px, 14vw, 118px);
	text-align: center;
}

.divex-poster-logo {
	display: block;
	width: auto;
	max-width: min(310px, 64%);
	max-height: clamp(72px, 14vw, 112px);
	margin: 0 auto;
	object-fit: contain;
}

.divex-poster-wordmark {
	margin-bottom: 12px;
	color: var(--divex-white);
	font-size: clamp(27px, 6vw, 45px);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1;
}

.divex-poster-wordmark span {
	color: #56d6ab;
}

.divex-social-poster .divex-event-kicker {
	margin-bottom: 7px;
	color: var(--divex-sand);
	font-size: clamp(9px, 1.8vw, 12px);
}

.divex-poster-header h1 {
	margin: 0;
	color: var(--divex-white);
	font-size: clamp(32px, 7vw, 60px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 0.98;
	text-transform: uppercase;
	text-shadow: 0 5px 25px rgba(0, 25, 40, 0.3);
}

.divex-event-details {
	margin: 11px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(12px, 2.8vw, 20px);
	font-weight: 500;
	letter-spacing: 0.055em;
}

.divex-poster-person {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: 0 0 8px;
}

.divex-portrait-ring {
	display: grid;
	width: clamp(150px, 37vw, 265px);
	max-width: 46%;
	aspect-ratio: 1;
	place-items: center;
	overflow: hidden;
	border: clamp(6px, 1.5vw, 12px) solid #54d3b1;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0, 24, 36, 0.35);
}

.divex-portrait {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.divex-portrait-placeholder {
	color: var(--divex-blue);
	font-size: clamp(46px, 12vw, 82px);
	font-weight: 900;
	letter-spacing: -0.07em;
}

.divex-name-pill,
.divex-company-pill {
	position: relative;
	width: min(92%, 520px);
	text-align: center;
}

.divex-name-pill {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(52px, 9vw, 78px);
	margin-top: -3px;
	padding: clamp(11px, 2.4vw, 17px) 24px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	background: linear-gradient(90deg, #23bca1, #0877ad);
	box-shadow: 0 7px 18px rgba(0, 29, 44, 0.27);
	color: var(--divex-white);
	font-size: clamp(15px, 3.8vw, 25px);
	font-weight: 850;
	line-height: 1.1;
	overflow-wrap: anywhere;
	text-shadow: 0 2px 7px rgba(0, 30, 45, 0.34);
}

.divex-company-pill {
	z-index: 1;
	width: min(74%, 420px);
	margin-top: -7px;
	padding: 13px 20px 11px;
	border-radius: 0 0 24px 24px;
	background: var(--divex-white);
	color: var(--divex-blue);
	font-size: clamp(11px, 2.7vw, 17px);
	font-weight: 650;
	line-height: 1.1;
}

.divex-poster-footer {
	position: relative;
	z-index: 2;
	width: calc(100% + clamp(44px, 14vw, 116px));
	margin-left: calc(clamp(22px, 7vw, 58px) * -1);
}

.divex-organized-by {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 3vw, 28px);
	min-height: clamp(64px, 12vw, 96px);
	padding: 12px 24px;
	background: rgba(2, 31, 47, 0.96);
	color: var(--divex-white);
}

.divex-organized-by span {
	font-size: clamp(9px, 1.8vw, 13px);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.divex-organized-by img {
	display: block;
	width: auto;
	max-width: 42%;
	max-height: clamp(34px, 7vw, 56px);
	object-fit: contain;
}

.divex-poster-invite {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(105px, 19vw, 155px);
	padding: 18px 20px 25px;
	background: rgba(255, 255, 255, 0.96);
	flex-direction: column;
}

.divex-poster-tagline {
	position: relative;
	z-index: 2;
	min-width: min(74%, 390px);
	padding: clamp(9px, 2vw, 14px) 24px;
	border: 2px solid #0d9ed0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 5px 14px rgba(0, 41, 61, 0.12);
	color: #082f47;
	font-size: clamp(19px, 4.7vw, 34px);
	font-weight: 950;
	letter-spacing: -0.025em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.divex-poster-city {
	position: relative;
	z-index: 3;
	min-width: min(38%, 210px);
	margin-top: -3px;
	padding: clamp(6px, 1.4vw, 9px) 18px;
	border-radius: 0 0 5px 5px;
	background: #23a9db;
	box-shadow: 0 5px 12px rgba(0, 54, 80, 0.18);
	color: #082f47;
	font-size: clamp(12px, 2.7vw, 20px);
	font-weight: 900;
	letter-spacing: 0.015em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.divex-card-actions {
	padding: 28px 24px 0;
	text-align: center;
}

.divex-visual-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
}

.divex-visual-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(0, 91, 127, 0.25);
	border-radius: 999px;
	background: #eef7f9;
	color: var(--divex-blue);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease;
}

.divex-visual-button:hover,
.divex-visual-button:focus {
	transform: translateY(-1px);
	background: #dceff3;
}

.divex-visual-button:disabled {
	opacity: 0.6;
	cursor: wait;
}

.divex-visual-status {
	min-height: 20px;
	margin: 8px 0 0;
	color: var(--divex-green);
	font-size: 12px;
	font-weight: 700;
}

.divex-ambassador-card .divex-share-section {
	padding: 0 28px;
}

.divex-notice {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px;
	border-left: 5px solid var(--divex-blue);
	border-radius: 12px;
	background: var(--divex-soft);
}

.divex-created-banner {
	display: flex;
	max-width: 680px;
	margin: 0 auto 14px;
	padding: 16px 20px;
	border: 1px solid rgba(30, 138, 90, 0.28);
	border-radius: 14px;
	background: #edf8f3;
	color: #12633d;
	flex-direction: column;
	text-align: center;
}

.divex-created-banner strong {
	font-size: 17px;
}

.divex-created-banner span {
	margin-top: 2px;
	font-size: 13px;
}

.divex-registration-card {
	max-width: 680px;
	text-align: left;
}

.divex-registration-card h2 {
	margin-bottom: 6px;
}

.divex-ambassador-signup-card h2 {
	max-width: 720px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.divex-lead-logo-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 125px;
	margin: calc(clamp(30px, 6vw, 72px) * -1) calc(clamp(30px, 6vw, 72px) * -1) 34px;
	padding: 22px 30px;
	border-radius: 28px 28px 0 0;
	background:
		linear-gradient(135deg, rgba(0, 91, 127, 0.96), rgba(2, 38, 57, 0.99)),
		url("../images/divex-background.webp") 68% center / cover;
}

.divex-lead-logo-panel img {
	display: block;
	width: auto;
	max-width: min(360px, 72%);
	max-height: 92px;
	object-fit: contain;
}

.divex-ambassador-signup-card {
	max-width: 900px;
	background:
		radial-gradient(circle at 100% 0%, rgba(31, 158, 209, 0.12), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(43, 55, 139, 0.08), transparent 35%),
		linear-gradient(180deg, #ffffff, #f8fbfb);
}

.divex-form-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 24px;
}

.divex-form-logo {
	display: block;
	width: auto;
	max-width: 138px;
	height: auto;
}

.divex-form-brand-mark {
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--divex-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1;
}

.divex-form-brand-mark b {
	color: #58d7ae;
}

.divex-form-intro {
	max-width: 620px;
	margin: 12px auto 0;
	color: rgba(47, 52, 55, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

.divex-registration-form {
	display: grid;
	gap: 20px;
	margin-top: 32px;
}

.divex-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.divex-form-row-name {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.divex-name-fields {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.divex-name-fields legend {
	margin-bottom: 9px;
	color: var(--divex-graphite);
	font-size: 14px;
	font-weight: 400;
}

.divex-name-fields legend span {
	color: #b33434;
}

.divex-form-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--divex-graphite);
	font-size: 14px;
	font-weight: 400 !important;
}

.divex-form-field label span {
	color: #b33434;
}

.divex-form-field input,
.divex-form-field select {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid rgba(47, 52, 55, 0.25);
	border-radius: 10px;
	background: var(--divex-white);
	color: var(--divex-graphite);
	font: inherit;
	box-shadow: none;
}

.divex-form-field input:focus,
.divex-form-field select:focus {
	outline: 3px solid rgba(31, 158, 209, 0.14);
	border-color: var(--divex-blue);
}

.divex-upload-dropzone {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 28px;
	border: 2px dashed rgba(31, 158, 209, 0.55);
	border-radius: 18px;
	background: #F7FBFD;
	flex-direction: column;
	text-align: center;
	transition: border-color 160ms ease, background 160ms ease;
}

.divex-upload-dropzone:hover,
.divex-upload-dropzone:focus-within {
	border-color: var(--divex-green);
	background: rgba(31, 158, 209, 0.07);
}

.divex-upload-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	place-items: center;
	border-radius: 50%;
	background: var(--divex-blue);
	color: #fff;
	font-size: 25px;
	font-weight: 900;
}

.divex-upload-dropzone strong {
	color: var(--divex-blue);
	font-size: 16px;
}

.divex-upload-dropzone small {
	margin-top: 4px;
	color: rgba(47, 52, 55, 0.65);
}

.divex-upload-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.divex-upload-preview {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #edf8f3;
	color: #12633d;
	font-size: 13px;
	font-weight: 700;
}

.divex-upload-preview[hidden] {
	display: none;
}

.divex-upload-preview img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

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

.divex-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(47, 52, 55, 0.8);
	font-size: 13px;
	cursor: pointer;
}

.divex-consent input {
	flex: 0 0 auto;
	margin-top: 4px;
}

.divex-form-submit {
	justify-self: start;
	margin-top: 4px;
	font-family: inherit;
}

.divex-form-privacy {
	margin: -4px 0 0;
	color: rgba(47, 52, 55, 0.58);
	font-size: 11px;
}

.divex-form-message {
	margin-top: 24px;
	padding: 14px 16px;
	border-radius: 10px;
	font-weight: 650;
}

.divex-form-success {
	border: 1px solid rgba(30, 138, 90, 0.32);
	background: rgba(30, 138, 90, 0.09);
	color: #12633d;
}

.divex-form-error {
	border: 1px solid rgba(179, 52, 52, 0.28);
	background: rgba(179, 52, 52, 0.08);
	color: #8c2525;
}

@media (max-width: 600px) {
	.divex-wrap {
		margin: 12px auto;
		padding: 10px;
	}

	.divex-registration-card {
		padding: 34px 20px;
		border-radius: 18px;
	}

	.divex-lead-logo-panel {
		margin: -34px -20px 28px;
		border-radius: 18px 18px 0 0;
	}

	.divex-form-row,
	.divex-form-row-name {
		grid-template-columns: 1fr;
	}

	.divex-form-brand {
		align-items: center;
		justify-content: center;
	}

	.divex-ambassador-card {
		padding: 0 0 28px;
		border-radius: 18px;
	}

	.divex-social-poster {
		border-radius: 17px 17px 0 0;
	}

	.divex-card-actions,
	.divex-ambassador-card .divex-share-section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.divex-share-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.divex-wrap button.divex-share-button {
		justify-content: flex-start;
	}

	.divex-cta,
	.divex-form-submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.divex-wrap *,
	.divex-wrap *::before,
	.divex-wrap *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}


/* DIVE X final refinements */
.divex-ambassador-signup-card .divex-form-brand {
	margin-bottom: 18px;
}
.divex-ambassador-signup-card .divex-form-logo {
	max-width: min(180px, 62%);
	max-height: 64px;
}
.divex-ambassador-signup-card h2 {
	font-size: clamp(28px, 4.2vw, 44px) !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em;
	line-height: 1.06;
	margin-bottom: 10px;
	text-align: center;
}
.divex-form-intro {
	max-width: 650px;
	margin: 0 auto 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.65;
}
.divex-form-field > label,
.divex-name-fields legend,
.divex-upload-field > label {
	font-weight: 400 !important;
}
.divex-form-field > label span,
.divex-name-fields legend span {
	font-weight: 400 !important;
}
.divex-poster-footer {
	margin-top: -14px;
}
.divex-poster-invite {
	min-height: clamp(64px, 12vw, 96px);
	padding: 14px 20px 18px;
}
.divex-poster-tagline {
	min-width: min(62%, 330px);
	padding: clamp(8px, 1.7vw, 12px) 22px;
	font-size: clamp(15px, 3.3vw, 25px);
	font-weight: 850;
	letter-spacing: 0.02em;
}
.divex-poster-city {
	display: none !important;
}

/* Social sharing cards — 1.2.9 */
.divex-ambassador-card .divex-share-section {
	margin: 34px 24px 0;
	padding: clamp(22px, 4vw, 32px) !important;
	border: 1px solid rgba(43, 55, 139, 0.1);
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0%, rgba(31, 158, 209, 0.1), transparent 38%),
		linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
	box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(43, 55, 139, 0.07);
}

.divex-share-section .divex-share-eyebrow {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(31, 158, 209, 0.1);
	color: #2265a3;
	font-size: 10px;
	letter-spacing: 0.14em;
}

.divex-share-section h3 {
	margin-bottom: 9px;
	color: #202a6f;
	font-size: clamp(20px, 3.3vw, 27px);
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.divex-share-section .divex-share-copy {
	max-width: 540px;
	margin-bottom: 24px;
	color: #66717a;
	font-size: 13px;
	line-height: 1.65;
}

.divex-share-buttons {
	gap: 12px;
}

.divex-wrap button.divex-share-button {
	--divex-network: #2b378b;
	--divex-network-soft: #f4f5fb;
	--divex-network-border: rgba(43, 55, 139, 0.18);
	--divex-network-shadow: rgba(43, 55, 139, 0.14);
	position: relative;
	isolation: isolate;
	gap: 12px;
	min-height: 76px !important;
	padding: 13px 13px !important;
	overflow: hidden;
	border-color: var(--divex-network-border) !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(37, 54, 80, 0.07) !important;
}

.divex-wrap button.divex-share-button::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(135deg, var(--divex-network-soft), #fff 66%);
	content: "";
	opacity: 0.9;
}

.divex-wrap button.divex-share-button::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--divex-network);
	content: "";
}

.divex-wrap button.divex-share-button:hover,
.divex-wrap button.divex-share-button:focus {
	transform: translateY(-3px);
	border-color: var(--divex-network) !important;
	background: #fff !important;
	box-shadow: 0 14px 28px var(--divex-network-shadow) !important;
}

.divex-share-icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 13px;
	background: var(--divex-network);
	box-shadow: 0 7px 15px var(--divex-network-shadow);
}

.divex-share-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.divex-share-meta {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.divex-wrap button.divex-share-button .divex-share-meta strong {
	overflow: hidden;
	color: #1f2d3a !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divex-wrap button.divex-share-button .divex-share-meta small {
	margin-top: 3px;
	overflow: hidden;
	color: #78838c !important;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divex-share-arrow {
	flex: 0 0 auto;
	color: var(--divex-network) !important;
	font-size: 17px;
	font-weight: 800;
	opacity: 0.75;
	transition: transform 160ms ease;
}

.divex-share-button:hover .divex-share-arrow {
	transform: translate(2px, -2px);
}

.divex-share-whatsapp {
	--divex-network: #16a96a !important;
	--divex-network-soft: #f0fbf6;
	--divex-network-border: rgba(22, 169, 106, 0.22);
	--divex-network-shadow: rgba(22, 169, 106, 0.16);
}

.divex-share-linkedin {
	--divex-network: #0a66c2 !important;
	--divex-network-soft: #f0f7fd;
	--divex-network-border: rgba(10, 102, 194, 0.22);
	--divex-network-shadow: rgba(10, 102, 194, 0.16);
}

.divex-share-facebook {
	--divex-network: #1877f2 !important;
	--divex-network-soft: #f1f6fe;
	--divex-network-border: rgba(24, 119, 242, 0.22);
	--divex-network-shadow: rgba(24, 119, 242, 0.16);
}

.divex-share-instagram {
	--divex-network: #d62976 !important;
	--divex-network-soft: #fff3f8;
	--divex-network-border: rgba(214, 41, 118, 0.22);
	--divex-network-shadow: rgba(214, 41, 118, 0.16);
}

.divex-share-x {
	--divex-network: #111827 !important;
	--divex-network-soft: #f3f4f6;
	--divex-network-border: rgba(17, 24, 39, 0.22);
	--divex-network-shadow: rgba(17, 24, 39, 0.15);
}

.divex-share-email {
	--divex-network: #167fa8 !important;
	--divex-network-soft: #f0f8fb;
	--divex-network-border: rgba(22, 127, 168, 0.22);
	--divex-network-shadow: rgba(22, 127, 168, 0.16);
}

.divex-copy-link {
	justify-content: center;
	min-height: 42px;
	margin-top: 18px;
	padding: 9px 16px;
	border: 1px solid rgba(43, 55, 139, 0.12);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 5px 14px rgba(43, 55, 139, 0.06);
	color: #2b378b;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.divex-copy-link:hover,
.divex-copy-link:focus {
	transform: translateY(-1px);
	border-color: rgba(31, 158, 209, 0.55);
	box-shadow: 0 8px 18px rgba(31, 158, 209, 0.11);
}

.divex-card-actions {
	padding-top: 32px;
}

.divex-visual-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 460px;
	margin-right: auto;
	margin-left: auto;
}

.divex-wrap button.divex-visual-button {
	min-height: 48px;
	border-color: rgba(43, 55, 139, 0.13);
	border-radius: 14px;
	background: #f3f7fc;
	color: #2b378b;
}

@media (max-width: 600px) {
	.divex-ambassador-card .divex-share-section {
		margin-right: 12px;
		margin-left: 12px;
		padding: 20px 14px !important;
	}

	.divex-share-buttons {
		grid-template-columns: 1fr;
	}

	.divex-wrap button.divex-share-button {
		min-height: 68px !important;
	}

	.divex-visual-actions {
		grid-template-columns: 1fr;
	}
}

/* Badge hierarchy and contained social cards — 1.3.0 */
.divex-join-location {
	align-self: center;
	margin: -8px auto 8px;
	padding: 7px 18px;
	border: 1px solid rgba(82, 211, 177, 0.85);
	border-radius: 999px;
	background: rgba(2, 31, 47, 0.86);
	box-shadow: 0 7px 18px rgba(0, 24, 36, 0.2);
	color: #ffffff;
	font-size: clamp(10px, 2vw, 14px);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.divex-poster-person {
	padding-top: 0;
}

.divex-portrait-ring {
	width: clamp(138px, 32vw, 225px);
	max-width: 42%;
}

.divex-name-pill,
.divex-job-title-pill,
.divex-company-pill {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.divex-name-pill {
	width: min(78%, 455px);
	min-height: clamp(42px, 7vw, 60px);
	margin-top: -2px;
	padding: clamp(8px, 1.7vw, 12px) 22px;
	font-size: clamp(14px, 3.1vw, 21px);
}

.divex-job-title-pill {
	z-index: 2;
	width: min(56%, 330px);
	min-height: clamp(34px, 5.5vw, 46px);
	margin-top: -4px;
	padding: 7px 18px;
	border-radius: 0 0 16px 16px;
	background: #ffffff;
	box-shadow: 0 7px 18px rgba(0, 27, 42, 0.14);
	color: #075f86;
	font-size: clamp(10px, 2.2vw, 14px);
	font-weight: 700;
	line-height: 1.15;
}

.divex-company-pill {
	z-index: 1;
	width: min(66%, 385px);
	min-height: clamp(32px, 5vw, 43px);
	margin-top: 5px;
	padding: 6px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(2, 31, 47, 0.88);
	box-shadow: 0 7px 18px rgba(0, 27, 42, 0.16);
	color: #ffffff;
	font-size: clamp(9px, 2vw, 13px);
	font-weight: 700;
	line-height: 1.15;
}

.divex-share-buttons {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	max-width: 100%;
}

.divex-wrap button.divex-share-button {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 62px !important;
	padding: 10px 12px !important;
	overflow: hidden !important;
}

.divex-share-icon {
	display: grid !important;
	flex: 0 0 38px !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	min-height: 38px !important;
	max-height: 38px !important;
	padding: 8px !important;
	overflow: hidden !important;
}

.divex-share-icon img {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	min-height: 22px !important;
	max-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
}

.divex-share-label {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #1f2d3a !important;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.divex-share-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 430px) {
	.divex-share-buttons {
		grid-template-columns: 1fr;
	}

	.divex-name-pill {
		width: 88%;
	}

	.divex-job-title-pill {
		width: 70%;
	}

	.divex-company-pill {
		width: 78%;
	}
}

/* Pixel-faithful Photoshop template with dynamic ambassador fields — 1.4.0 */
.divex-template-poster {
	display: block;
	padding: 0;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.divex-template-poster .divex-poster-person {
	position: absolute;
	inset: 0;
	display: block;
	padding: 0;
}

.divex-template-poster .divex-portrait-ring {
	position: absolute;
	top: 17.33%;
	left: 50%;
	display: grid;
	width: 35.56%;
	max-width: none;
	aspect-ratio: 1;
	border: clamp(2px, 0.45vw, 5px) solid #ffffff;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: none;
	box-sizing: border-box;
	transform: translateX(-50%);
}

.divex-template-poster .divex-portrait {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.divex-template-poster .divex-portrait-placeholder {
	font-size: clamp(42px, 11vw, 78px);
}

.divex-template-poster .divex-name-pill {
	position: absolute;
	top: 47.5%;
	left: 50%;
	display: block;
	width: 78%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	font-size: clamp(15px, 4.4vw, 31px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	overflow-wrap: normal;
	text-shadow: none;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
}

.divex-template-poster .divex-job-title-pill {
	position: absolute;
	top: 53.93%;
	left: 50%;
	display: flex;
	width: auto;
	max-width: 58%;
	min-width: 28%;
	min-height: 6.52%;
	margin: 0;
	padding: 0.6% 5%;
	border: 0;
	border-radius: clamp(8px, 1.8vw, 18px);
	background: #2b378b;
	box-shadow: none;
	box-sizing: border-box;
	color: #ffffff;
	font-size: clamp(13px, 4.3vw, 30px);
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
}

.divex-template-poster .divex-company-pill {
	position: absolute;
	top: 62.5%;
	left: 50%;
	display: block;
	width: 76%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	font-size: clamp(11px, 3.1vw, 22px);
	font-weight: 400;
	line-height: 1.15;
	transform: translateX(-50%);
}
