:root {
	--dsiq-navy: #112240;
	--dsiq-deep-navy: #09172d;
	--dsiq-ivory: #f2f5f7;
	--dsiq-gold: #ffc107;
	--dsiq-gold-dark: #8a6500;
	--dsiq-ink: #162033;
	--dsiq-muted: #5e6878;
	--dsiq-border: #dbe1e6;
	--dsiq-white: #fff;
	--dsiq-heading: "Cormorant Garamond", Georgia, serif;
	--dsiq-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--dsiq-shadow: 0 24px 70px rgba(9, 23, 45, 0.1);
	--dsiq-radius: 24px;
	--dsiq-section: clamp(4.5rem, 9vw, 8rem);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--dsiq-white);
	color: var(--dsiq-ink);
	font-family: var(--dsiq-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--dsiq-navy);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--dsiq-gold-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--dsiq-navy);
	font-family: var(--dsiq-heading);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.04;
	text-wrap: balance;
}

h1 {
	font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
	font-size: clamp(2.35rem, 5vw, 4.7rem);
}

h3 {
	font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

p {
	margin: 0 0 1.2rem;
}

.shell {
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
	width: 100%;
}

.shell--narrow {
	max-width: 840px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: var(--dsiq-gold);
	clip: auto !important;
	clip-path: none;
	color: var(--dsiq-deep-navy);
	display: block;
	height: auto;
	left: 1rem;
	padding: 0.8rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.skip-link {
	position: fixed;
	transform: translateY(-200%);
}

.skip-link:focus {
	transform: translateY(0);
}

:focus-visible {
	outline: 3px solid var(--dsiq-gold);
	outline-offset: 3px;
}

.eyebrow {
	color: var(--dsiq-gold-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}

.button,
button[type="submit"],
input[type="submit"],
.wp-block-button__link {
	align-items: center;
	background: var(--dsiq-gold);
	border: 1px solid var(--dsiq-gold);
	border-radius: 999px;
	color: var(--dsiq-deep-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.35rem;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: #ffd34e;
	border-color: #ffd34e;
	color: var(--dsiq-deep-navy);
	transform: translateY(-1px);
}

.button--secondary {
	background: transparent;
	border-color: rgba(17, 34, 64, 0.25);
	color: var(--dsiq-navy);
}

.button--secondary:hover {
	background: var(--dsiq-navy);
	border-color: var(--dsiq-navy);
	color: var(--dsiq-white);
}

/* Elementor Free and Royal Elementor Addons compatibility layer. */
.elementor .elementor-element.elementor-element,
.elementor .e-con {
	--container-max-width: 1240px;
}

.elementor-widget-button .elementor-button {
	align-items: center;
	background: var(--dsiq-gold);
	border: 1px solid var(--dsiq-gold);
	border-radius: 999px;
	color: var(--dsiq-deep-navy);
	display: inline-flex;
	font-family: var(--dsiq-body);
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.35rem;
	text-decoration: none;
}

.elementor-widget-button .elementor-button:hover {
	background: #ffd34e;
	border-color: #ffd34e;
	color: var(--dsiq-deep-navy);
	transform: translateY(-1px);
}

.dsiq-button-secondary .elementor-button {
	background: transparent;
	border-color: rgba(17, 34, 64, 0.25);
	color: var(--dsiq-navy);
}

.dsiq-button-secondary .elementor-button:hover {
	background: var(--dsiq-navy);
	border-color: var(--dsiq-navy);
	color: var(--dsiq-white);
}

.content-section--navy .dsiq-button-secondary .elementor-button {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--dsiq-white);
}

.dsiq-text-link .elementor-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--dsiq-navy);
	font-size: 0.9rem;
	min-height: 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.elementor .hero__body .elementor-widget-container > p,
.elementor .hero__note .elementor-widget-container > p,
.elementor .section-heading .elementor-widget-text-editor p,
.elementor .info-card .elementor-widget-text-editor p {
	margin-bottom: 0;
}

.elementor .hero__actions,
.elementor .section-action {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.elementor .card-grid {
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.5rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.elementor .info-card {
	grid-column: span 4;
	width: auto;
}

.elementor .card-grid > .info-card:first-child:nth-last-child(2),
.elementor .card-grid > .info-card:first-child:nth-last-child(2) ~ .info-card {
	grid-column: span 6;
}

.elementor .card-grid > .info-card:first-child:nth-last-child(4),
.elementor .card-grid > .info-card:first-child:nth-last-child(4) ~ .info-card {
	grid-column: span 3;
}

.elementor .card-grid > .info-card:first-child:nth-last-child(5),
.elementor .card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card {
	grid-column: span 4;
}

.elementor .card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card:nth-child(n+4) {
	grid-column: span 6;
}

.info-card__marker-widget {
	margin-bottom: 1.35rem;
	max-width: 34px;
}

.info-card__marker-widget .elementor-divider-separator {
	border-color: var(--dsiq-gold);
	border-radius: 999px;
}

.elementor .application-panel {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.elementor .application-panel > .card-grid {
	display: block;
}

.elementor .application-panel > .card-grid > .info-card {
	margin-bottom: 1rem;
	width: 100%;
}

.dsiq-elementor-faq {
	margin-inline: auto;
	max-width: 920px;
	width: 100%;
}

.dsiq-elementor-faq .elementor-accordion-item {
	border-color: var(--dsiq-border);
}

.dsiq-elementor-faq .elementor-tab-title {
	color: var(--dsiq-navy);
	font-family: var(--dsiq-heading);
	font-size: clamp(1.35rem, 2.1vw, 1.75rem);
	font-weight: 600;
}

.dsiq-elementor-header .elementor-shortcode,
.dsiq-elementor-header .elementor-widget-shortcode {
	width: auto;
}

.dsiq-elementor-header .primary-nav > .elementor-widget-shortcode {
	flex: 1;
}

.dsiq-header-cta .elementor-button {
	font-size: 0.82rem;
	min-height: 44px;
	white-space: nowrap;
}

.dsiq-elementor-footer .elementor-widget-text-editor p {
	margin-bottom: 0;
}

.dsiq-elementor-footer .site-footer__grid > .e-con {
	flex: 1;
}

.site-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(17, 34, 64, 0.08);
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(18px);
}

.site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 76px;
}

.site-brand {
	align-items: center;
	display: flex;
	line-height: 1;
}

.site-brand .custom-logo {
	max-height: 48px;
	width: auto;
}

.site-brand__text {
	color: var(--dsiq-navy);
	font-family: var(--dsiq-heading);
	font-size: 1.75rem;
	font-weight: 600;
	text-decoration: none;
}

.site-brand__text strong {
	color: var(--dsiq-gold-dark);
	font-family: var(--dsiq-body);
	font-size: 0.72em;
	letter-spacing: 0.06em;
}

.primary-nav {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: clamp(0.65rem, 1.5vw, 1.35rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	color: var(--dsiq-navy);
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 1rem 0;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: var(--dsiq-gold-dark);
}

.primary-menu .sub-menu {
	background: var(--dsiq-white);
	border: 1px solid var(--dsiq-border);
	border-radius: 16px;
	box-shadow: var(--dsiq-shadow);
	display: none;
	left: -1rem;
	list-style: none;
	margin: 0;
	min-width: 240px;
	padding: 0.55rem 1rem;
	position: absolute;
	top: calc(100% - 0.25rem);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	padding: 0.65rem 0;
}

.button--header {
	font-size: 0.82rem;
	min-height: 44px;
	padding-inline: 1.1rem;
	white-space: nowrap;
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--dsiq-border);
	border-radius: 999px;
	color: var(--dsiq-navy);
	display: none;
	gap: 0.6rem;
	min-height: 44px;
	padding: 0.55rem 0.9rem;
}

.menu-toggle__label {
	font-size: 0.88rem;
	font-weight: 700;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
	background: currentColor;
	display: block;
	height: 2px;
	position: relative;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 18px;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: "";
	left: 0;
	position: absolute;
}

.menu-toggle__icon::before {
	top: -6px;
}

.menu-toggle__icon::after {
	top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.hero {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(242, 245, 247, 0.98), rgba(255, 255, 255, 0.94)),
		var(--dsiq-ivory);
	display: flex;
	min-height: clamp(660px, 84vh, 920px);
	overflow: hidden;
	position: relative;
}

.hero__inner {
	padding-bottom: clamp(5rem, 10vw, 8rem);
	padding-top: clamp(5rem, 10vw, 8rem);
	position: relative;
	text-align: center;
	z-index: 2;
}

.hero h1 {
	margin-inline: auto;
	max-width: 1050px;
}

.hero__heading-emphasis {
	display: block;
	font-weight: 700;
}

.hero__body {
	color: var(--dsiq-muted);
	font-size: clamp(1.05rem, 1.8vw, 1.28rem);
	margin: 0 auto 2rem;
	max-width: 790px;
}

.hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
}

.hero__note {
	color: var(--dsiq-muted);
	font-size: 0.84rem;
	margin: 1.2rem auto 0;
	max-width: 650px;
}

.hero__media {
	border: 1px solid rgba(17, 34, 64, 0.1);
	border-radius: 28px;
	box-shadow: var(--dsiq-shadow);
	margin: clamp(2.5rem, 6vw, 4.5rem) auto -3rem;
	max-height: 440px;
	max-width: 1020px;
	overflow: hidden;
	position: relative;
}

.hero__media img {
	aspect-ratio: 16 / 7;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hero__visual {
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hero__orb {
	border: 1px solid rgba(255, 193, 7, 0.38);
	border-radius: 50%;
	position: absolute;
}

.hero__orb--one {
	background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(255, 193, 7, 0.2) 35%, rgba(17, 34, 64, 0.05) 68%);
	height: clamp(220px, 34vw, 520px);
	right: -8%;
	top: 11%;
	width: clamp(220px, 34vw, 520px);
}

.hero__orb--two {
	background: radial-gradient(circle at 65% 35%, rgba(255, 255, 255, 0.9), rgba(17, 34, 64, 0.06) 48%, rgba(255, 193, 7, 0.12));
	bottom: -16%;
	height: clamp(230px, 32vw, 460px);
	left: -8%;
	width: clamp(230px, 32vw, 460px);
}

.hero__line {
	background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.75), transparent);
	bottom: 0;
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}

.content-section {
	padding-block: var(--dsiq-section);
}

.content-section--soft {
	background: var(--dsiq-ivory);
}

.content-section--navy {
	background: var(--dsiq-deep-navy);
	color: rgba(255, 255, 255, 0.78);
}

.content-section--navy h2,
.content-section--navy h3 {
	color: var(--dsiq-white);
}

.content-section--navy .eyebrow {
	color: var(--dsiq-gold);
}

.content-section--navy .info-card {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.13);
}

.content-section--navy .info-card p {
	color: rgba(255, 255, 255, 0.72);
}

.section-heading {
	margin: 0 auto clamp(2.2rem, 5vw, 4.2rem);
	max-width: 860px;
	text-align: center;
}

.section-heading > p:not(.eyebrow) {
	color: var(--dsiq-muted);
	font-size: 1.08rem;
	margin-inline: auto;
	max-width: 740px;
}

.content-section--navy .section-heading > p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.72);
}

.card-grid {
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.5rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.info-card {
	background: var(--dsiq-white);
	border: 1px solid var(--dsiq-border);
	border-radius: var(--dsiq-radius);
	grid-column: span 4;
	padding: clamp(1.5rem, 3.5vw, 2.3rem);
}

.card-grid > .info-card:first-child:nth-last-child(2),
.card-grid > .info-card:first-child:nth-last-child(2) ~ .info-card {
	grid-column: span 6;
}

.card-grid > .info-card:first-child:nth-last-child(4),
.card-grid > .info-card:first-child:nth-last-child(4) ~ .info-card {
	grid-column: span 3;
}

.card-grid > .info-card:first-child:nth-last-child(5),
.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card {
	grid-column: span 4;
}

.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card:nth-child(n+4) {
	grid-column: span 6;
}

.info-card__marker {
	background: var(--dsiq-gold);
	border-radius: 999px;
	display: block;
	height: 8px;
	margin-bottom: 1.35rem;
	width: 34px;
}

.info-card__number {
	color: var(--dsiq-gold-dark);
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 1.3rem;
}

.content-section--navy .info-card__number {
	color: var(--dsiq-gold);
}

.info-card h3 {
	font-size: clamp(1.55rem, 2.3vw, 2rem);
}

.info-card p {
	color: var(--dsiq-muted);
	font-size: 0.96rem;
	margin-bottom: 0;
}

.text-link {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 1.2rem;
}

.section-action {
	display: flex;
	justify-content: center;
	margin-top: clamp(2.2rem, 5vw, 4rem);
}

.application-panel {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.application-panel .card-grid {
	display: block;
}

.application-panel .info-card {
	margin-bottom: 1rem;
	width: 100%;
}

.application-panel__form {
	background: var(--dsiq-white);
	border: 1px solid var(--dsiq-border);
	border-radius: var(--dsiq-radius);
	box-shadow: var(--dsiq-shadow);
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

.dsiq-form-placeholder {
	background: var(--dsiq-ivory);
	border: 1px dashed #aeb8c4;
	border-radius: 18px;
	padding: 1.5rem;
}

.dsiq-form-placeholder h3 {
	font-size: 1.7rem;
}

.dsiq-form-placeholder__fields {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 1fr 1fr;
	margin: 1.25rem 0;
}

.dsiq-form-placeholder__field {
	background: var(--dsiq-white);
	border: 1px solid var(--dsiq-border);
	border-radius: 12px;
	color: var(--dsiq-muted);
	font-size: 0.86rem;
	padding: 0.85rem 1rem;
}

.dsiq-form-placeholder__field:last-child {
	grid-column: 1 / -1;
}

.faq-list {
	border-top: 1px solid var(--dsiq-border);
	margin-inline: auto;
	max-width: 920px;
}

.faq-item {
	border-bottom: 1px solid var(--dsiq-border);
}

.faq-item summary {
	color: var(--dsiq-navy);
	cursor: pointer;
	font-family: var(--dsiq-heading);
	font-size: clamp(1.35rem, 2.1vw, 1.75rem);
	font-weight: 600;
	list-style: none;
	padding: 1.4rem 3rem 1.4rem 0;
	position: relative;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	font-family: var(--dsiq-body);
	font-size: 1.35rem;
	font-weight: 400;
	position: absolute;
	right: 0.35rem;
	top: 1.4rem;
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item__answer {
	color: var(--dsiq-muted);
	max-width: 780px;
	padding: 0 2rem 1.5rem 0;
}

.site-footer {
	background: var(--dsiq-deep-navy);
	color: rgba(255, 255, 255, 0.7);
	padding: 5rem 0 2rem;
}

.site-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.site-footer .site-brand__text {
	color: var(--dsiq-white);
}

.site-footer h2 {
	color: var(--dsiq-white);
	font-family: var(--dsiq-body);
	font-size: 0.78rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin: 0.4rem 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.9rem;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--dsiq-gold);
}

.site-footer__brand > p {
	font-size: 0.92rem;
	max-width: 340px;
}

.site-footer__operating {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.78rem !important;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 4rem;
	padding-top: 1.5rem;
}

.site-footer__bottom p {
	font-size: 0.72rem;
	margin: 0;
	max-width: 760px;
}

.mobile-sticky-cta {
	display: none;
}

.editor-content,
.archive-layout {
	padding-bottom: var(--dsiq-section);
	padding-top: var(--dsiq-section);
}

.editor-content > article > .entry-header,
.archive-header {
	margin: 0 auto 3.5rem;
	max-width: 900px;
	text-align: center;
}

.editor-content > article > .entry-content {
	margin-inline: auto;
	max-width: 820px;
}

.entry-content > * + * {
	margin-top: 1.35em;
}

.entry-content h2 {
	margin-top: 1.3em;
}

.entry-content h3 {
	margin-top: 1.2em;
}

.evidence-note {
	background: var(--dsiq-ivory);
	border-left: 4px solid var(--dsiq-gold);
	border-radius: 0 14px 14px 0;
	color: var(--dsiq-muted);
	padding: 1.1rem 1.25rem;
}

.entry-content img,
.entry-content .wp-block-image {
	border-radius: 20px;
}

.article-hero {
	background: var(--dsiq-ivory);
	padding-block: clamp(5rem, 10vw, 8rem);
	text-align: center;
}

.article-hero h1 {
	font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.article-meta {
	color: var(--dsiq-muted);
	font-size: 0.86rem;
}

.article-layout .entry-content {
	padding-block: clamp(3.5rem, 8vw, 6.5rem);
}

.article-cta {
	background: var(--dsiq-deep-navy);
	color: var(--dsiq-white);
	padding-block: 4.5rem;
	text-align: center;
}

.article-cta h2 {
	color: var(--dsiq-white);
}

.post-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
	background: var(--dsiq-white);
	border: 1px solid var(--dsiq-border);
	border-radius: var(--dsiq-radius);
	overflow: hidden;
	padding: 1.8rem;
}

.post-card__image {
	aspect-ratio: 16 / 10;
	background: var(--dsiq-ivory);
	margin: -1.8rem -1.8rem 1.5rem;
	overflow: hidden;
}

.post-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-card h2 {
	font-size: 2rem;
}

.post-card p {
	color: var(--dsiq-muted);
	font-size: 0.94rem;
}

.post-card__meta {
	color: var(--dsiq-gold-dark) !important;
	font-size: 0.76rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.error-page {
	align-items: center;
	background: var(--dsiq-ivory);
	display: flex;
	min-height: 70vh;
	padding-block: 6rem;
	text-align: center;
}

.search-form {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	margin: 1.5rem auto;
	max-width: 650px;
}

.search-form label {
	flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
	background: var(--dsiq-white);
	border: 1px solid #b9c2cc;
	border-radius: 12px;
	color: var(--dsiq-ink);
	min-height: 50px;
	padding: 0.8rem 1rem;
	width: 100%;
}

.search-field:focus,
input:focus,
textarea:focus,
select:focus {
	border-color: var(--dsiq-navy);
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
	outline: 0;
}

.nav-links {
	display: flex;
	gap: 0.7rem;
	justify-content: center;
	margin-top: 3rem;
}

.page-numbers {
	border: 1px solid var(--dsiq-border);
	border-radius: 999px;
	min-width: 42px;
	padding: 0.45rem 0.75rem;
	text-align: center;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--dsiq-navy);
	color: var(--dsiq-white);
}

@media (max-width: 1100px) {
	.menu-toggle {
		display: inline-flex;
	}

	.primary-nav {
		align-items: stretch;
		background: var(--dsiq-white);
		bottom: 0;
		display: none;
		flex-direction: column;
		gap: 1rem;
		left: 0;
		overflow-y: auto;
		padding: 1.5rem;
		position: fixed;
		right: 0;
		top: 76px;
	}

	.primary-nav.is-open {
		display: flex;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		border-bottom: 1px solid var(--dsiq-border);
		font-size: 1rem;
		padding: 0.9rem 0;
	}

	.primary-menu .sub-menu {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: block;
		left: auto;
		padding: 0 0 0 1rem;
		position: static;
	}

	.primary-nav .button--header {
		margin-top: auto;
	}

	.info-card,
	.card-grid > .info-card:first-child:nth-last-child(4),
	.card-grid > .info-card:first-child:nth-last-child(4) ~ .info-card,
	.card-grid > .info-card:first-child:nth-last-child(5),
	.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card,
	.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card:nth-child(n+4) {
		grid-column: span 6;
	}

	.site-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.site-footer__grid > div:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 820px) {
	body {
		font-size: 16px;
		padding-bottom: calc(56px + env(safe-area-inset-bottom));
	}

	.hero {
		min-height: auto;
	}

	.hero__inner {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}

	.hero h1 {
		font-size: clamp(3rem, 13vw, 4.6rem);
	}

	.card-grid {
		grid-template-columns: 1fr;
	}

	.info-card,
	.card-grid > .info-card:first-child:nth-last-child(2),
	.card-grid > .info-card:first-child:nth-last-child(2) ~ .info-card,
	.card-grid > .info-card:first-child:nth-last-child(4),
	.card-grid > .info-card:first-child:nth-last-child(4) ~ .info-card,
	.card-grid > .info-card:first-child:nth-last-child(5),
	.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card,
	.card-grid > .info-card:first-child:nth-last-child(5) ~ .info-card:nth-child(n+4) {
		grid-column: 1;
	}

	.application-panel {
		grid-template-columns: 1fr;
	}

	.application-panel__copy {
		order: 1;
	}

	.application-panel__form {
		order: 2;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__grid > div:last-child {
		grid-column: auto;
	}

	.site-footer__bottom {
		flex-direction: column;
	}

	.mobile-sticky-cta {
		align-items: center;
		background: var(--dsiq-gold);
		bottom: 0;
		color: var(--dsiq-deep-navy);
		display: flex;
		font-size: 0.9rem;
		font-weight: 700;
		height: calc(56px + env(safe-area-inset-bottom));
		justify-content: center;
		left: 0;
		padding-bottom: env(safe-area-inset-bottom);
		position: fixed;
		right: 0;
		text-decoration: none;
		z-index: 999;
	}
}

@media (max-width: 520px) {
	.site-header__inner {
		min-height: 68px;
	}

	.primary-nav {
		top: 68px;
	}

	.site-brand__text {
		font-size: 1.55rem;
	}

	.hero__actions,
	.search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__body {
		font-size: 1rem;
	}

	.hero__orb--one {
		right: -28%;
		top: 5%;
	}

	.dsiq-form-placeholder__fields {
		grid-template-columns: 1fr;
	}

	.dsiq-form-placeholder__field:last-child {
		grid-column: auto;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__brand,
	.site-footer__grid > div:last-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
