.sldq-widget {
	--sldq-pink: #c8215a;
	--sldq-pink-light: #EA508F;
	--sldq-ink: #1a1420;
	--sldq-muted: #6b6b76;
	--sldq-border: #D9D9DE;
	--sldq-cream: #FAF3EC;
	font-family: 'Poppins';
	color: var(--sldq-ink);
/*	background: var(--sldq-cream);*/
}

.sldq-topbar {
	background: #fff;
	border: 1px solid var(--sldq-border);
	border-radius: 999px;
	padding: 14px 24px;
	max-width: 900px;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
}

.sldq-brand {
	font-weight: 700;
	font-size: 14px;
}

.sldq-notice {
	max-width: 900px;
	margin: 0 auto 16px;
	background: #fff4e5;
	border: 1px solid #ffd699;
	color: #7a4a00;
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 13px;
}

.sldq-form {
    /* max-width: 1180px; */
    /* margin: 0 auto; */
    /* padding: 0px 30px; */
    position: relative;
}
.sldq-form:after {
    content: "";
    position: absolute;
    top: 45px;
    width: 100%;
    height: 1px;
    background: #D9D9DE;
}

.sldq-progress-row {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 30px;
}
.sldq-layer {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 40px;
}
.sldq-progress {
	flex: 1;
	height: 8px;
	background: var(--sldq-border);
	border-radius: 999px;
	overflow: hidden;
}

.sldq-progress-bar {
	height: 100%;
	width: 0%;
	background: var(--sldq-pink);
	transition: width .2s ease;
}

.sldq-progress-count {
	font-size: 13px;
	color: var(--sldq-muted);
	white-space: nowrap;
}

/* ---------- Layer screen ---------- */
.sldq-layer-head {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin: 28px 0 24px;
}

.sldq-layer-num {
    color: var(--sldq-pink);
    font-weight: 800;
    font-size: 64px;
    line-height: .86;
    letter-spacing: -.035em;
}

.sldq-layer-kicker {
	color: #c8215a;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sldq-layer-head h2 {
	font-weight: 700;
    font-size: 34px;
    color: #1A1A1F !important;
    letter-spacing: -.025em;
    line-height: 1.1;
    font-family: 'Poppins'; 
}

.sldq-layer-head p {
	margin-top: 10px;
    font-size: 16px;
    line-height: 1.55;
    color: #3F3F44;
    max-width: 620px;
    font-family: 'Poppins'; 
}

.sldq-question {
    display: flex;
    gap: 18px;
    background: #fff;
    border: 1px solid #D9D9DE;
    border-radius: 16px;
    padding: 24px 26px;
    margin-bottom: 14px;
}

.sldq-q-num {
    font-size: 13px;
    font-weight: 700;
    color: var(--sldq-pink);
    min-width: 22px;
    padding-top: 3px;
}

.sldq-q-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 14px;
    font-weight: 500;
    text-wrap: pretty;
}

.sldq-options {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sldq-option {
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid #BDBDC4;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: var(--sldq-ink);
}

.sldq-option:hover {
	border-color: var(--sldq-pink);
}

.sldq-option.is-selected {
	background: var(--sldq-pink);
	border-color: var(--sldq-pink);
	color: #fff;
}
button.sldq-option[data-value="yes"].is-selected {
    background: #E8F2EC;
    border-color: #3E8C60;
    color: #1F6A40;
}
button.sldq-option[data-value="no"].is-selected {
        background: #F8D7DE;
    border-color: #C97D95;
    color: #8E0E43;
}
button.sldq-option[data-value="unsure"].is-selected {
    background: #FFF3D6;
    border-color: #D9AC55;
    color: #8A5A00;
}
.sldq-question:has(.is-selected) {
    border-color: var(--sldq-pink);
}
.sldq-layer-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
}


.sldq-next-layer, 
.sldq-see-score,
.sldq-prev-layer {
    margin-left: auto;
    padding: 18px 30px;
    border-radius: 999px;
    border: 0;
    background: var(--sldq-pink);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Poppins';
}
.sldq-prev-layer {
	background: var(--sldq-ink);
	margin-left: auto;
    color:white;
    margin-left:unset;
}

.sldq-next-layer:disabled,
.sldq-see-score:disabled {
	opacity: .5;
	cursor: default;
}

.sldq-honesty-note {
    margin-top: 14px;
    font-size: 13.5px;
    color: #646468;
}
/* ---------- Results: hero ---------- */
.sldq-results {
    /* max-width: 1100px; */
/*    margin: 0 auto;*/
    margin-top: -28px;
}
.sldq-results-container{
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}  
.sldq-results-hero {
	background: radial-gradient(ellipse at 82% 10%,rgba(220,20,100,.4),transparent 55%),linear-gradient(160deg,#14101e,#2a1538);
	color: #fff;
	margin-top: -28px;
	padding: 72px 0;
}

.sldq-results-hero * {
	color: #fff;
}

.sldq-tag {
    background: rgba(255, 255, 255, .1);
    color: var(--sldq-pink-light) !important;
    margin-bottom: 10px;
    display: inline-flex;
    padding: 9px 20px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sldq-result-kicker {
    margin-bottom: 16px;
    margin-top: 4px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.sldq-hero-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 56px;
    align-items: center;
}

@media (max-width: 700px) {
	.sldq-hero-grid { grid-template-columns: 1fr; }
}

.sldq-score-box {
	text-align: center;
    padding: 34px 26px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
}

.sldq-score-num {
    font-weight: 800;
    font-size: 104px;
    line-height: .84;
    color: #fff;
    letter-spacing: -.05em;
}
.sldq-score-num .sldq-score-max {
    font-size: 34px;
    color: rgba(255, 255, 255, .35);
    vertical-align: baseline;
    font-weight: 700;
}
.sldq-score-label {
	    margin-top: 14px;
    font-size: 11.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
}

.sldq-headline {
    margin: 0 0 16px;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: -.035em;
    color: #fff;
    font-family: 'Poppins';
}
.sldq-headline .sldq-weakest {
	color: var(--sldq-pink-light);
}

.sldq-summary {
    margin: 0 0 24px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .78);
    max-width: 620px;
    text-wrap: pretty;
}

.sldq-invoice-box {
    font-weight: 600;
    margin-top: 22px;
    padding: 18px 24px;
    background: rgba(220, 20, 100, .14);
    border: 1px solid rgba(220, 20, 100, .42);
    border-radius: 12px;
    font-size: 15.5px;
    line-height: 1.55;
    color: #fff;
}

/* ---------- Results: breakdown ---------- */
.sldq-breakdown-section {
    padding: 80px 0px 0px;
}
.sldq-eyebrow {
	color: #c8215a;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sldq-breakdown-section h2 {
    margin: 0 0 28px;
    max-width: 760px;
    margin-top: 14px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.06;
    letter-spacing: -.03em;
    text-wrap: balance;
    font-family: 'Poppins';
}

.sldq-layer-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 45px;
}

@media (max-width: 900px) {
	.sldq-layer-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.sldq-layer-cards { grid-template-columns: 1fr; }
}

.sldq-layer-card {
    background: #fff;
    border: 1px solid #D9D9DE;
    border-radius: 16px;
    padding: 26px 24px;
}

.sldq-layer-card-tag {
	color: #c8215a;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sldq-layer-card h4 {
    margin: 0 0 14px;
    color: var(--sldq-ink) !important;
    margin-top: 8px;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -.015em;
    font-family: 'Poppins';
}

.sldq-layer-card-score {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 38px;
    line-height: 1;
    margin-top: 16px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sldq-layer-card-score span {
    font-size: 15px;
    color: #8E8E96;
    font-weight: 600;
}

.sldq-layer-card-track {
	height: 8px;
    background: #D9D9DE;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 15px;
}

.sldq-layer-card-fill {
	height: 100%;
	background: var(--sldq-pink);
}

.sldq-layer-card p {
    margin: 0;
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.45;
    color: #4B4B50;
}

.sldq-cta-banner {
    background: var(--sldq-pink);
    color: #fff;
    border-radius: 22px;
    padding: 44px 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.sldq-cta-banner * {
	color: #fff;
}

.sldq-cta-banner h3 {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.028em;
    font-family: 'Poppins';
}
.sldq-cta-copy {
	margin-top: 12px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .88);
    max-width: 620px;
}

.sldq-cta-btn {
    background: #fff;
    color: var(--sldq-pink) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 30px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
}

.sldq-strategist-note {
	margin-top: 22px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--sldq-ink) !important;
	background: #fff;
	border: 1px solid var(--sldq-border);
	border-radius: 12px;
	padding: 16px 20px;
}