/*
Theme Name: LaureaIP
*/


::selection { background-color: #F5E6E8; color: #1A1A1A; }
body { color: #1A1A1A; transition: opacity ease-in 0.2s; overflow-x: hidden; }
.lucide { width: 1.25rem; height: 1.25rem; }

h1 em,
h2 em {
	color: #BA9252;
}

/* Submenu Styling */
.menu-item-has-children {
	position: relative;
}

.menu-item-has-children > a {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.menu-item-has-children > a svg {
	width: 0.875rem;
	height: 0.875rem;
	transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a svg {
	transform: rotate(180deg);
}

.menu-item-has-children > .sub-menu {
	position: absolute;
	top: calc(100% + 0px);
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	width: 12rem;
	margin: 0;
	padding: 0.5rem 0;
	background: #fff;
	border: 1px solid rgba(26, 26, 26, 0.1);
	border-radius: 0.5rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 50;
}

.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.menu-item-has-children > .sub-menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-item-has-children > .sub-menu > li > a {
	display: block;
	padding: 0.75rem 1.25rem;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase !important;
	color: #1A1A1A;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-item-has-children > .sub-menu > li > a:hover {
	background: #FDF9FA;
	color: #BA9252 !important;
}
.menu-item-has-children > .sub-menu > li.current_page_item > a {
	color: #BA9252 !important;
}

/* Blog article content */
.laureaip-article h2 {
	font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
	font-size: 1.875rem;
	line-height: 1.2;
	color: #1A1A1A;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	letter-spacing: -0.025em;
}
.laureaip-article h3 {
	font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #1A1A1A;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	letter-spacing: -0.025em;
}
.laureaip-article h4 {
	font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
	font-size: 1.25rem;
	color: #1A1A1A;
	margin-bottom: 1rem;
}
.laureaip-article p { margin-bottom: 1.5rem; }
.laureaip-article p:last-child { margin-bottom: 2rem; }
.laureaip-article blockquote {
	margin: 3rem 0;
	border-left: 2px solid #BA9252;
	padding: 0.5rem 0 0.5rem 2rem;
}
.laureaip-article blockquote p {
	font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
	font-size: 1.5rem;
	line-height: 1.375;
	color: #1A1A1A;
	font-style: italic;
	margin: 0;
}
.laureaip-article ul, .laureaip-article ol {
	margin: 1.5rem 0 2rem;
	padding-left: 0;
	list-style: none;
}
.laureaip-article ul li, .laureaip-article ol li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 0.75rem;
	font-weight: 500;
	color: #1f2937;
}
.laureaip-article strong { font-weight: 600; color: #1A1A1A; }
.laureaip-article .wp-block-group,
.laureaip-article .highlight-box {
	background: #FDF9FA;
	padding: 2rem 2.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(186, 146, 82, 0.1);
	margin: 3rem 0;
}
@media (min-width: 768px) {
	.laureaip-article h2 { font-size: 2.25rem; }
	.laureaip-article h3 { font-size: 1.875rem; }
	.laureaip-article blockquote p { font-size: 1.875rem; }
}
/* Glossary content */
.laureaip-glossary p {
	margin-bottom: 16px;
}
.learn-more-toggle.is-open .learn-more-icon {
	transform: rotate(180deg);
}

/* ──────────────────────────────────────────────────────────────────────────────
Contact Form 7 Custom Styling
────────────────────────────────────────────────────────────────────────────── */

.cf7-field-wrap {
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 1rem;
	transition: border-color 0.2s;
}

.cf7-field-wrap:focus-within {
	border-color: var(--color-gold, #B8973A);
}

.cf7-input,
.cf7-textarea {
	color: #1A1A1A;
	outline: none;
	font-size: 15px;
	font-family: inherit;
	background: transparent;
	border: none !important;
	box-shadow: none !important;
	width: 100%;
}

.cf7-textarea {
	resize: vertical;
	height: 100px;
}

.cf7-privacy-note {
	font-size: 10px;
	color: #9ca3af;
	letter-spacing: 0.1em;
}

.cf7-submit {
	display: block;
	width: 100%;
	padding: 1.25rem 2rem;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background-color: #1A1A1A;
	color: #fff;
	border: none;
	border-radius: 9999px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cf7-submit:hover {
	background-color: var(--color-gold, #B8973A);
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.wpcf7-acceptance label {
	display: flex;
	gap: 10px;
}
.wpcf7-acceptance input[type="checkbox"] {
	display: block;
	width: 14px;
	height: 14px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 11px;
	color: #6A7282;
}
.wpcf7-spinner {
	position: absolute;
	transform: translateY(-40px);
	background-color: #fff;
}
.wpcf7-spinner::before {
	background-color: #1a1a1a;
}

/* Glossary form */
.cf7-glossary-form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cf7-glossary-form .cf7-field-wrap {
	border: 0;
	padding: 0;
}

.cf7-glossary-form .cf7-input,
.cf7-glossary-form .cf7-textarea {
	width: 100%;
	padding: 1rem 1.25rem;
	background: #fff;
	border: 1px solid #EBD6DA !important;
	border-radius: 0.75rem;
	outline: none;
	box-shadow: none !important;
	color: #1A1A1A;
	font-family: inherit;
	font-size: 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cf7-glossary-form .cf7-input:focus,
.cf7-glossary-form .cf7-textarea:focus {
	border-color: #BA9252 !important;
	box-shadow: none !important;
}

.cf7-glossary-form .cf7-input::placeholder,
.cf7-glossary-form .cf7-textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.cf7-glossary-form .cf7-input {
	height: auto;
	min-height: 52px;
}

.cf7-glossary-form .cf7-textarea {
	height: 100px;
	resize: none;
}

.cf7-glossary-form .cf7-privacy-wrap {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding-top: 0.5rem;
	text-align: left;
	cursor: pointer;
}

.cf7-glossary-form .cf7-privacy-wrap input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	margin-top: 0.125rem;
	flex-shrink: 0;
	accent-color: #BA9252;
	cursor: pointer;
}

.cf7-glossary-form .cf7-privacy-note {
	font-size: 11px;
	line-height: 1.2;
	color: #6b7280;
	letter-spacing: 0;
	transition: color 0.2s ease;
}

.cf7-glossary-form .cf7-privacy-wrap:hover .cf7-privacy-note {
	color: #374151;
}

.cf7-glossary-form .cf7-submit {
	width: 100%;
	margin-top: 1.5rem;
	padding: 1.25rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	background: #1A1A1A;
	color: #fff;
	border: 0;
	border-radius: 0.75rem;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cf7-glossary-form .cf7-submit:hover {
	background: #BA9252;
}

.cf7-glossary-form .cf7-submit .lucide {
	width: 1rem;
	height: 1rem;
	transition: transform 0.2s ease;
}

.cf7-glossary-form .cf7-submit:hover .lucide {
	transform: translateX(0.25rem);
}

.cf7-glossary-form .space-y-6 > :not([hidden]) ~ :not([hidden]) {
	margin-top: 16px;
}