/* ======================
   Stap 3 – Paspoort
   ====================== */
.stijl-dna-passport {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.stijl-dna-passport-left {
    background: #C26C6D;
    color: #fff;
    padding: 40px 36px;
}

.stijl-dna-passport-label {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin-bottom: 16px;
}

.stijl-dna-passport-main-style {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.stijl-dna-passport-desc {
    font-size: 0.95rem;
    line-height: 1.55;
    opacity: 0.95;
}


.stijl-dna-passport-right {
    background: #C26C6D;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 320px;
}

.stijl-dna-passport-right-title {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

/* Overlappende collage */
.stijl-dna-passport-images {
    position: relative;
    flex: 1;
    min-height: 400px;
    margin-top: 8px;
}

.stijl-dna-passport-images img {
    position: absolute;
    object-fit: cover;
    border-radius: 5px !important;
    border: 5px solid #C26C6D !important;
}

/* Links: groot verticaal */
.stijl-dna-passport-images img:nth-child(1) {
    left: 0;
    top: 10%;
    width: 48%;
    height: 80%;
    z-index: 1;
}

/* Rechtsboven */
.stijl-dna-passport-images img:nth-child(2) {
    right: 10px;
    top: 0;
    width: 64%;
    height: 52%;
    z-index: 2;
}

/* Rechtsonder – overlapt iets met de andere twee */
.stijl-dna-passport-images img:nth-child(3) {
	right: 4%;
    bottom: 0;
    width: 55%;
    height: 57%;
    z-index: 3;
}

@media (max-width: 800px) {
    .stijl-dna-passport-images {
        min-height: 220px;
    }
}

/* Analyse */
.stijl-dna-analysis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stijl-dna-analysis-box {
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 28px;
	height: fit-content;
}

.stijl-dna-analysis-box h3 {
    font-size: 1.3rem !important;
    margin: 0 0 22px;
	
	&.no-margin {
		margin: 0 0 4px;
	}
}

.stijl-dna-analysis-box p {
	margin: 0 0 22px;
}

.stijl-dna-analysis-box .subtitle-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.stijl-dna-analysis-box .subtitle-box .badge {
	background-color: rgba(58, 95, 81, 0.3);
	color: #3A5F51;
	font-size: 12px;
	font-weight: 600;
	border-radius: 100px;
	padding: 4px 12px;
}

.stijl-dna-analysis-box .subtitle {
    font-size: 14px;
	font-weight: 600;
    color: rgba(19, 30, 42, 0.7);
    margin-bottom: 7px;
}

.stijl-dna-style-bar {
    margin-bottom: 18px;
}

.stijl-dna-style-bar-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 0.95rem;
	color: #131E29 !important;
}

.stijl-dna-style-bar-header strong,
.stijl-dna-style-bar-header span {
    font-weight: 600;
}

.stijl-dna-style-bar-track {
    height: 8px;
    background: #F1F1F1;
    border-radius: 99px;
    overflow: hidden;
}

.stijl-dna-style-bar-fill {
    height: 100%;
    background: #3A5F51;
    border-radius: 99px;
    transition: width 0.6s ease;
}

.stijl-dna-style-bar-desc {
    font-size: 12px;
    color: #131E29;
    margin-top: 4px;
}

.stijl-dna-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stijl-dna-tag {
    background: #F5F3F0;
    padding: 8px 14px;
    border-radius: 99px;
    font-size: 0.9rem;
    color: #131E29;
}

.stijl-dna-analysis-note {
    grid-column: 1 / -1;
    background: #F5F3F0;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 0.9rem;
    color: #131E29;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* PDF formulier */
.stijl-dna-pdf-form-wrapper {
    margin-top: 50px;
    background: #F5F3F0;
    border-radius: 5px;
    padding: 40px;
}

.stijl-dna-pdf-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.stijl-dna-pdf-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(19, 30, 42, 0.7);
    margin-bottom: 8px;
}

.stijl-dna-pdf-form-left h3 {
    font-size: 1.6rem !important;
    margin: 0;
    line-height: 1.3;
    color: #111;
}

.stijl-dna-pdf-input-group {
    display: flex;
    gap: 7px;
}

.stijl-dna-pdf-input-group input[type=email] {
    flex: 1;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
}

.stijl-dna-pdf-submit {
    white-space: nowrap;
    background-color: #3A5F51 !important;
	border-color: #3A5F51 !important;
    border-radius: 5px !important;
	display: flex !important;
    align-items: center;
    gap: 7px;
	font-weight: 600 !important;
	padding: 8px 30px 8px 30px !important;
}

.stijl-dna-pdf-submit:hover {
    background-color: #C26C6D !important;
	border-color: #C26C6D !important;
}

.stijl-dna-pdf-alternative {
    margin-top: 14px;
    font-size: 0.9rem;
	display: flex;
    align-items: center;
    gap: 7px;
}

.stijl-dna-pdf-alternative a {
    color: #131E29 !important;
    text-decoration: underline !important;
	font-weight: 600 !important;
}

.stijl-dna-pdf-alternative a:hover {
	color: #C26C6D !important;
}

.stijl-dna-pdf-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.stijl-dna-pdf-message.success {
    background: #e6f4ea;
    color: #1a3c34;
}

.stijl-dna-pdf-message.error {
    background: #fde8e8;
    color: #b91c1c;
}

@media (max-width: 800px) {
    .stijl-dna-passport,
    .stijl-dna-analysis,
    .stijl-dna-pdf-form {
        grid-template-columns: 1fr;
    }

    .stijl-dna-pdf-input-group {
        flex-direction: column;
    }
}