/*
Theme Name: IMARA Elementor
Theme URI: https://imara.care
Author: IMARA
Description: A calm, editorial Elementor-ready theme created for IMARA. Pair with the IMARA Core plugin to install the supplied page system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: imara-elementor
*/

:root {
	--imara-teal: #0d3432;
	--imara-teal-2: #113431;
	--imara-navy: #061f3b;
	--imara-gold: #d5a156;
	--imara-gold-dark: #af894b;
	--imara-ink: #3c4b49;
	--imara-muted: #6f7b78;
	--imara-cream: #fafaf9;
	--imara-sand: #f5f0e8;
	--imara-sage: #edf3ee;
	--imara-blue-soft: #eef3f8;
	--imara-border: rgba(13, 52, 50, 0.13);
	--imara-shadow: 0 14px 40px rgba(13, 52, 50, 0.08);
	--imara-display: "DM Serif Display", Georgia, serif;
	--imara-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--imara-shell: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--imara-ink);
	background: var(--imara-cream);
	font-family: var(--imara-ui);
	font-size: 17px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: var(--imara-ui);
}

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

a {
	color: var(--imara-teal);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--imara-teal);
	font-family: var(--imara-display);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.02em;
}

h1 {
	font-size: clamp(3.25rem, 5.3vw, 5rem);
}

h2 {
	font-size: clamp(2.35rem, 3.8vw, 3.6rem);
}

h3 {
	font-size: clamp(1.65rem, 2.25vw, 2.15rem);
}

h4 {
	font-size: 1.35rem;
}

p {
	margin: 0 0 1em;
}

ul,
ol {
	margin: 0 0 1em;
	padding-left: 1.2em;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

.imara-site-main {
	overflow: hidden;
}

.imara-shell,
.elementor-section > .elementor-container,
.e-con.imara-shell {
	width: min(calc(100% - 48px), var(--imara-shell));
	max-width: var(--imara-shell);
	margin-inline: auto;
}

.imara-section {
	padding: clamp(64px, 7vw, 104px) 0;
	border-top: 1px solid var(--imara-border);
}

.imara-section-compact {
	padding: clamp(38px, 4vw, 64px) 0;
}

.imara-section-cream {
	background:
		radial-gradient(circle at 95% 15%, rgba(213, 161, 86, 0.08), transparent 28%),
		var(--imara-cream);
}

.imara-section-sage {
	background: linear-gradient(135deg, #f7faf7, #edf3ee);
}

.imara-section-sand {
	background: linear-gradient(135deg, #fbf9f5, #f2ebe0);
}

.imara-section-dark {
	color: #fff;
	background:
		radial-gradient(circle at 90% 50%, rgba(213, 161, 86, 0.12), transparent 35%),
		linear-gradient(120deg, #052b2a, #061f3b);
}

.imara-section-dark h1,
.imara-section-dark h2,
.imara-section-dark h3,
.imara-section-dark h4,
.imara-section-dark p,
.imara-section-dark a {
	color: #fff;
}

.imara-kicker {
	margin-bottom: 12px;
	color: var(--imara-gold-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.imara-center {
	text-align: center;
}

.imara-center > * {
	margin-inline: auto;
}

.imara-narrow {
	max-width: 760px;
}

.imara-lead {
	max-width: 680px;
	font-size: clamp(1.06rem, 1.5vw, 1.32rem);
	line-height: 1.55;
}

.imara-small {
	color: var(--imara-muted);
	font-size: 0.86rem;
}

.imara-gold,
em.imara-gold {
	color: var(--imara-gold-dark);
	font-style: italic;
}

.imara-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.imara-btn,
.elementor-button.imara-btn,
a.imara-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 24px;
	border: 1px solid var(--imara-teal);
	border-radius: 999px;
	background: var(--imara-teal);
	color: #fff;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.imara-btn::after {
	margin-left: 12px;
	color: var(--imara-gold);
	content: "→";
	font-size: 1.1em;
}

.imara-btn:hover,
.imara-btn:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(13, 52, 50, 0.18);
	color: #fff;
}

.imara-btn-outline,
.elementor-button.imara-btn-outline,
a.imara-btn-outline {
	background: transparent;
	color: var(--imara-teal);
}

.imara-section-dark .imara-btn-outline {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.imara-btn-gold,
a.imara-btn-gold {
	border-color: var(--imara-gold);
	background: linear-gradient(135deg, #e2ae5f, #b98034);
	color: #fff;
}

.imara-grid {
	display: grid;
	gap: 24px;
}

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

.imara-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imara-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.imara-grid-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.imara-grid-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.imara-card {
	height: 100%;
	padding: 28px;
	border: 1px solid var(--imara-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 8px 25px rgba(13, 52, 50, 0.04);
}

.imara-card h3,
.imara-card h4 {
	margin-bottom: 10px;
}

.imara-card p:last-child {
	margin-bottom: 0;
}

.imara-card-feature {
	background: linear-gradient(140deg, #fff, #f5efe5);
}

.imara-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--imara-sage);
	color: var(--imara-teal);
	font-family: var(--imara-display);
	font-size: 1.75rem;
	line-height: 1;
}

.imara-section-dark .imara-icon {
	border: 1px solid rgba(213, 161, 86, 0.55);
	background: rgba(255, 255, 255, 0.06);
	color: var(--imara-gold);
}

/* Header */
.imara-site-header {
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid var(--imara-border);
	background: rgba(250, 250, 249, 0.97);
}

.imara-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 40px), 1240px);
	min-height: 86px;
	margin-inline: auto;
}

.imara-brand {
	display: block;
	flex: 0 0 235px;
}

.imara-brand img {
	width: 235px;
	height: 64px;
	object-fit: contain;
	object-position: left center;
	mix-blend-mode: multiply;
}

.imara-primary-navigation {
	display: flex;
	align-items: center;
	gap: 30px;
}

.imara-nav-list {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.imara-nav-list a {
	position: relative;
	color: #101f2c;
	font-size: 0.88rem;
	font-weight: 600;
	white-space: nowrap;
}

.imara-nav-list a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	background: var(--imara-gold);
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.imara-nav-list a:hover::after,
.current-menu-item > a::after {
	transform: scaleX(1);
}

.imara-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.imara-header-actions a {
	padding: 12px 17px;
	border: 1px solid var(--imara-teal);
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
}

.imara-header-start {
	background: var(--imara-teal);
	color: #fff;
}

.imara-menu-toggle {
	display: none;
	width: 46px;
	height: 42px;
	padding: 10px;
	border: 0;
	background: transparent;
}

.imara-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 25px;
	height: 2px;
	margin: 5px auto;
	background: var(--imara-teal);
}

/* Hero */
.imara-hero {
	position: relative;
	padding: clamp(64px, 7vw, 100px) 0;
	background: linear-gradient(100deg, #fbfaf8 0%, #f7f4ef 100%);
}

.imara-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
	align-items: center;
	min-height: 560px;
	gap: clamp(38px, 6vw, 84px);
}

.imara-hero-copy {
	position: relative;
	z-index: 2;
}

.imara-hero-copy h1 {
	max-width: 760px;
}

.imara-hero-media {
	position: relative;
	min-height: 520px;
}

.imara-hero-media img,
.imara-photo img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.imara-hero-media img {
	position: absolute;
	inset: 0;
}

.imara-hero-note {
	position: absolute;
	z-index: 2;
	right: -20px;
	bottom: 34px;
	max-width: 265px;
	padding: 24px;
	border-radius: 20px;
	background: rgba(250, 250, 249, 0.96);
	box-shadow: var(--imara-shadow);
}

.imara-hero-note h4 {
	font-family: var(--imara-ui);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.imara-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 26px;
	margin-top: 30px;
	color: var(--imara-teal);
	font-size: 0.78rem;
	font-weight: 600;
}

.imara-hero-proof span::before {
	margin-right: 7px;
	color: var(--imara-gold-dark);
	content: "◇";
}

.imara-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(36px, 6vw, 80px);
}

.imara-photo {
	position: relative;
	min-height: 430px;
}

.imara-photo img {
	position: absolute;
	inset: 0;
	border-radius: 18px;
}

.imara-photo-overlay {
	position: absolute;
	z-index: 2;
	right: -18px;
	bottom: 22px;
	max-width: 250px;
	padding: 24px;
	border-radius: 16px;
	background: var(--imara-teal);
	color: #fff;
	box-shadow: var(--imara-shadow);
}

.imara-photo-overlay h3,
.imara-photo-overlay p {
	color: #fff;
}

/* Feature and process systems */
.imara-trust-band {
	padding: 26px 0;
	background: linear-gradient(120deg, #052b2a, #061f3b);
	color: #fff;
}

.imara-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.imara-trust-item {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 14px;
	padding: 0 26px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.imara-trust-item:last-child {
	border-right: 0;
}

.imara-trust-item b {
	display: block;
	font-size: 0.9rem;
}

.imara-trust-item small {
	display: block;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.72rem;
}

.imara-trust-item .imara-icon {
	width: 46px;
	height: 46px;
	margin: 0;
	font-size: 1.3rem;
}

.imara-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 40px;
}

.imara-process-six {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.imara-process-step {
	position: relative;
	padding: 0 18px;
	text-align: center;
}

.imara-process-step:not(:last-child)::after {
	position: absolute;
	top: 31px;
	right: -10px;
	color: var(--imara-gold-dark);
	content: "→";
}

.imara-process-step .imara-icon {
	margin-inline: auto;
}

.imara-step-number {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	margin: -8px auto 10px;
	border-radius: 50%;
	background: var(--imara-teal);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 700;
}

.imara-process-step h4 {
	font-family: var(--imara-ui);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.imara-process-step p {
	color: var(--imara-muted);
	font-size: 0.76rem;
	line-height: 1.55;
}

.imara-chip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.imara-chip {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 92px;
	padding: 18px;
	border: 1px solid var(--imara-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(13, 52, 50, 0.04);
	color: var(--imara-navy);
	font-size: 0.9rem;
	font-weight: 700;
}

.imara-chip .imara-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	margin: 0;
	font-size: 1.25rem;
}

.imara-condition-card {
	padding: 22px;
}

.imara-condition-card h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--imara-ui);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.imara-condition-card ul {
	margin: 14px 0 0;
	padding-left: 17px;
	color: var(--imara-muted);
	font-size: 0.78rem;
}

.imara-quote {
	display: grid;
	min-height: 280px;
	place-items: center;
	padding: 42px;
	border-radius: 20px;
	background: linear-gradient(135deg, #f8f3eb, #fff);
	text-align: center;
}

.imara-quote blockquote {
	margin: 0;
	color: var(--imara-navy);
	font-family: var(--imara-display);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-style: italic;
	line-height: 1.18;
}

.imara-quote blockquote::before {
	display: block;
	margin-bottom: 10px;
	color: var(--imara-gold-dark);
	content: "“";
	font-size: 4rem;
	line-height: 0.6;
}

.imara-values {
	padding: 34px;
	border-radius: 18px;
	background: linear-gradient(120deg, #073b39, #0d3432);
	color: #fff;
}

.imara-values h2,
.imara-values h3,
.imara-values h4 {
	color: #fff;
}

.imara-values .imara-grid > div {
	padding: 0 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.imara-values .imara-grid > div:last-child {
	border-right: 0;
}

.imara-values p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
}

.imara-orbit {
	position: relative;
	display: grid;
	width: min(100%, 520px);
	aspect-ratio: 1;
	margin-inline: auto;
	place-items: center;
}

.imara-orbit::before,
.imara-orbit::after {
	position: absolute;
	border: 1px dashed rgba(13, 52, 50, 0.22);
	border-radius: 50%;
	content: "";
	inset: 6%;
}

.imara-orbit::after {
	inset: 22%;
}

.imara-orbit-center {
	position: relative;
	z-index: 2;
	display: grid;
	width: 170px;
	aspect-ratio: 1;
	place-items: center;
	padding: 24px;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 30%, #0b4f4b, #062a29);
	color: #fff;
	text-align: center;
	box-shadow: 0 10px 30px rgba(13, 52, 50, 0.22);
}

.imara-orbit-center b {
	display: block;
	color: var(--imara-gold);
	font-family: var(--imara-display);
	font-size: 1.45rem;
	font-weight: 400;
}

.imara-orbit-node {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 98px;
	min-height: 82px;
	place-items: center;
	padding: 10px;
	border: 1px solid var(--imara-border);
	border-radius: 50%;
	background: #fff;
	color: var(--imara-navy);
	font-size: 0.7rem;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 6px 22px rgba(13, 52, 50, 0.06);
}

.imara-orbit-node:nth-child(2) { top: 0; left: 40%; }
.imara-orbit-node:nth-child(3) { top: 18%; right: 0; }
.imara-orbit-node:nth-child(4) { right: 2%; bottom: 16%; }
.imara-orbit-node:nth-child(5) { bottom: 0; left: 40%; }
.imara-orbit-node:nth-child(6) { bottom: 16%; left: 2%; }
.imara-orbit-node:nth-child(7) { top: 18%; left: 0; }

.imara-wheel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	width: min(100%, 500px);
	aspect-ratio: 1;
	margin-inline: auto;
	border: 18px solid #f6f1e8;
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--imara-shadow);
}

.imara-wheel > div {
	display: grid;
	place-items: center;
	padding: 34px;
	border: 1px solid #fff;
	color: var(--imara-teal);
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
}

.imara-wheel > div:nth-child(1) { background: #edf3ee; }
.imara-wheel > div:nth-child(2) { background: #f6ede3; }
.imara-wheel > div:nth-child(3) { background: #f1f0f7; }
.imara-wheel > div:nth-child(4) { background: #eef4f7; }

.imara-flow {
	display: flex;
	align-items: stretch;
	gap: 28px;
}

.imara-flow > div {
	position: relative;
	flex: 1;
}

.imara-flow > div:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -20px;
	color: var(--imara-gold-dark);
	content: "→";
	transform: translateY(-50%);
}

.imara-inline-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imara-inline-list li {
	position: relative;
	padding-left: 24px;
}

.imara-inline-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--imara-teal);
	content: "✓";
	font-weight: 700;
}

.imara-device {
	position: relative;
	min-height: 450px;
	padding: 28px 28px 66px;
	border: 12px solid #101517;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(6, 31, 59, 0.18);
}

.imara-device-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--imara-border);
	color: var(--imara-teal);
	font-weight: 700;
}

.imara-progress {
	overflow: hidden;
	height: 8px;
	margin: 22px 0;
	border-radius: 999px;
	background: #e9ece8;
}

.imara-progress > span {
	display: block;
	width: 23%;
	height: 100%;
	background: var(--imara-teal);
}

.imara-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.imara-metric {
	padding: 15px 8px;
	border: 1px solid var(--imara-border);
	border-radius: 10px;
	background: var(--imara-cream);
	text-align: center;
}

.imara-metric b {
	display: block;
	color: var(--imara-teal);
	font-size: 1.35rem;
}

.imara-report {
	padding: 28px;
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--imara-shadow);
}

.imara-report-row {
	display: grid;
	grid-template-columns: 1fr 1.2fr auto;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--imara-border);
	font-size: 0.8rem;
}

.imara-report-bar {
	height: 7px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--imara-teal) 70%, #e4e7e4 70%);
}

/* Resources */
.imara-resource-card {
	overflow: hidden;
	padding: 0;
}

.imara-resource-card-media {
	display: grid;
	height: 140px;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(13, 52, 50, 0.12), rgba(213, 161, 86, 0.25)),
		var(--imara-sand);
	color: var(--imara-teal);
	font-family: var(--imara-display);
	font-size: 2.2rem;
}

.imara-resource-card-body {
	padding: 22px;
}

.imara-resource-type {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 9px;
	border-radius: 99px;
	background: var(--imara-sand);
	color: var(--imara-gold-dark);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.imara-resource-card h3 {
	font-family: var(--imara-ui);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

.imara-search {
	display: flex;
	max-width: 520px;
	margin-top: 25px;
	padding: 6px;
	border: 1px solid var(--imara-border);
	border-radius: 999px;
	background: #fff;
}

.imara-search input {
	flex: 1;
	min-width: 0;
	padding: 11px 16px;
	border: 0;
	outline: 0;
	background: transparent;
}

.imara-search button {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--imara-gold-dark);
	color: #fff;
}

/* Forms and FAQ */
.imara-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.imara-form-field {
	display: grid;
	gap: 7px;
}

.imara-form-field-full {
	grid-column: 1 / -1;
}

.imara-form label {
	color: var(--imara-teal);
	font-size: 0.78rem;
	font-weight: 700;
}

.imara-form input,
.imara-form select,
.imara-form textarea {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid rgba(13, 52, 50, 0.18);
	border-radius: 10px;
	background: #fff;
	color: var(--imara-ink);
	font-size: 0.9rem;
}

.imara-form textarea {
	min-height: 130px;
	resize: vertical;
}

.imara-form input:focus,
.imara-form select:focus,
.imara-form textarea:focus {
	border-color: var(--imara-teal);
	box-shadow: 0 0 0 3px rgba(13, 52, 50, 0.08);
	outline: 0;
}

.imara-form-consent {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 10px;
}

.imara-form-consent input {
	width: auto;
	margin-top: 4px;
}

.imara-form-notice {
	grid-column: 1 / -1;
	padding: 13px 16px;
	border-radius: 10px;
	background: var(--imara-sage);
	color: var(--imara-teal);
	font-size: 0.8rem;
}

.imara-honeypot {
	position: absolute !important;
	left: -10000px !important;
}

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

.imara-faq button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 0;
	border: 0;
	background: transparent;
	color: var(--imara-teal);
	font-size: 0.9rem;
	font-weight: 700;
	text-align: left;
}

.imara-faq button::after {
	content: "+";
	font-size: 1.2rem;
}

.imara-faq-answer {
	display: none;
	padding: 0 0 18px;
	color: var(--imara-muted);
	font-size: 0.86rem;
}

.imara-faq.is-open button::after {
	content: "−";
}

.imara-faq.is-open .imara-faq-answer {
	display: block;
}

.imara-login-card {
	padding: clamp(28px, 5vw, 52px);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--imara-shadow);
}

.imara-login-field {
	margin-bottom: 16px;
}

.imara-login-field span {
	display: block;
	margin-bottom: 7px;
	color: var(--imara-teal);
	font-size: 0.78rem;
	font-weight: 700;
}

.imara-login-field div {
	padding: 15px;
	border: 1px solid var(--imara-border);
	border-radius: 9px;
	color: var(--imara-muted);
}

/* CTA and footer */
.imara-cta {
	padding: 42px 0;
	background:
		radial-gradient(circle at 96% 30%, rgba(213, 161, 86, 0.12), transparent 33%),
		linear-gradient(110deg, #052b2a, #061f3b);
	color: #fff;
}

.imara-cta-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
}

.imara-cta-mark,
.imara-footer-mark {
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	border: 2px solid var(--imara-gold);
	border-radius: 50%;
	color: var(--imara-gold);
	font-size: 2.6rem;
}

.imara-cta h2,
.imara-cta h3,
.imara-cta p {
	margin-bottom: 0;
	color: #fff;
}

.imara-cta h2,
.imara-cta h3 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.imara-site-footer {
	color: #fff;
	background: #061f3b;
}

.imara-footer-main {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 60px;
	width: min(calc(100% - 48px), var(--imara-shell));
	margin-inline: auto;
	padding: 64px 0 52px;
}

.imara-footer-brand {
	display: flex;
	align-items: center;
	gap: 26px;
}

.imara-footer-brand h2,
.imara-footer-brand p {
	margin: 0;
	color: #fff;
}

.imara-footer-brand h2 {
	font-size: 2.4rem;
}

.imara-footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 12px 30px;
}

.imara-footer-links a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
}

.imara-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 18px max(24px, calc((100% - var(--imara-shell)) / 2));
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: #fff;
	color: var(--imara-navy);
}

.imara-footer-bottom p {
	margin: 0;
	font-size: 0.8rem;
}

.imara-footer-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	color: var(--imara-teal);
	font-size: 0.75rem;
}

.imara-footer-trust span::before {
	margin-right: 7px;
	color: var(--imara-gold-dark);
	content: "◇";
}

@media (max-width: 1120px) {
	.imara-primary-navigation {
		gap: 18px;
	}

	.imara-nav-list {
		gap: 15px;
	}

	.imara-nav-list a {
		font-size: 0.78rem;
	}

	.imara-header-actions a {
		padding: 11px 13px;
		font-size: 0.72rem;
	}

	.imara-brand,
	.imara-brand img {
		width: 200px;
		flex-basis: 200px;
	}

	.imara-grid-5,
	.imara-grid-6 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.imara-menu-toggle {
		display: block;
	}

	.imara-primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		padding: 24px;
		border-top: 1px solid var(--imara-border);
		background: var(--imara-cream);
		box-shadow: 0 18px 30px rgba(13, 52, 50, 0.12);
	}

	.imara-site-header.is-open .imara-primary-navigation {
		display: block;
	}

	.imara-nav-list {
		display: grid;
		gap: 0;
	}

	.imara-nav-list li {
		border-bottom: 1px solid var(--imara-border);
	}

	.imara-nav-list a {
		display: block;
		padding: 13px 0;
		font-size: 0.9rem;
	}

	.imara-header-actions {
		margin-top: 20px;
	}

	.imara-hero-grid,
	.imara-split {
		grid-template-columns: 1fr;
	}

	.imara-hero-grid {
		min-height: 0;
	}

	.imara-hero-media {
		min-height: 470px;
	}

	.imara-hero-note {
		right: 18px;
	}

	.imara-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 0;
	}

	.imara-trust-item:nth-child(2) {
		border-right: 0;
	}

	.imara-process,
	.imara-process-six {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 0;
	}

	.imara-process-step:nth-child(3n)::after {
		display: none;
	}

	.imara-grid-4,
	.imara-chip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.imara-flow {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.imara-flow > div::after {
		display: none;
	}

	.imara-cta-inner {
		grid-template-columns: auto 1fr;
	}

	.imara-cta-inner .imara-actions {
		grid-column: 1 / -1;
		margin: 0;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.imara-shell,
	.elementor-section > .elementor-container,
	.e-con.imara-shell {
		width: min(calc(100% - 32px), var(--imara-shell));
	}

	.imara-header-inner {
		width: calc(100% - 28px);
		min-height: 72px;
	}

	.imara-brand,
	.imara-brand img {
		width: 170px;
		height: 50px;
		flex-basis: 170px;
	}

	.imara-header-actions {
		display: grid;
	}

	.imara-hero {
		padding-top: 52px;
	}

	.imara-hero-media,
	.imara-photo {
		min-height: 360px;
	}

	.imara-hero-note,
	.imara-photo-overlay {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		margin: 16px 0 0;
	}

	.imara-grid-2,
	.imara-grid-3,
	.imara-grid-4,
	.imara-grid-5,
	.imara-grid-6,
	.imara-chip-grid,
	.imara-flow {
		grid-template-columns: 1fr;
	}

	.imara-process,
	.imara-process-six {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.imara-process-step {
		display: grid;
		grid-template-columns: 64px 1fr;
		grid-template-rows: auto auto;
		column-gap: 18px;
		padding: 15px 0;
		text-align: left;
	}

	.imara-process-step .imara-icon {
		grid-row: 1 / 3;
		margin: 0;
	}

	.imara-process-step .imara-step-number {
		position: absolute;
		top: 4px;
		left: 43px;
	}

	.imara-process-step h4,
	.imara-process-step p {
		margin: 0;
	}

	.imara-process-step::after {
		display: none;
	}

	.imara-trust-grid {
		grid-template-columns: 1fr;
	}

	.imara-trust-item {
		border-right: 0;
	}

	.imara-values .imara-grid > div {
		padding: 14px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.imara-orbit {
		aspect-ratio: auto;
	}

	.imara-orbit::before,
	.imara-orbit::after {
		display: none;
	}

	.imara-orbit-center {
		width: 150px;
		margin: 0 auto 18px;
	}

	.imara-orbit-node {
		position: static;
		display: inline-grid;
		width: calc(50% - 8px);
		min-height: 86px;
		margin: 4px 2px;
		border-radius: 14px;
	}

	.imara-wheel {
		border-width: 10px;
	}

	.imara-wheel > div {
		padding: 16px 8px;
	}

	.imara-metric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.imara-form-field-full {
		grid-column: auto;
	}

	.imara-cta-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.imara-cta-mark {
		margin-inline: auto;
	}

	.imara-cta .imara-actions {
		justify-content: center;
	}

	.imara-footer-main {
		grid-template-columns: 1fr;
		width: calc(100% - 32px);
		gap: 38px;
	}

	.imara-footer-brand {
		align-items: flex-start;
	}

	.imara-footer-mark {
		width: 60px;
		height: 60px;
		flex: 0 0 60px;
		font-size: 2rem;
	}

	.imara-footer-brand h2 {
		font-size: 1.95rem;
	}

	.imara-footer-bottom {
		display: grid;
		padding: 20px 16px;
	}
}

