/* =========================================================================
   AU LIT case study — "India's First Customisable Credit Card"
   Built from Figma "Additional Case studies" (Ilz2…, 72:62).
   Static/bespoke; heavy illustrations are exported images in assets/img/au-lit/.
   Prefix: al-
   ========================================================================= */

:root {
	--al-teal: #2ad9c4;
	--al-ink: #111;
	--al-ink-70: rgba(17, 17, 17, 0.7);
	--al-ink-55: rgba(17, 17, 17, 0.55);
	--al-dark: #0e0e0e;
	--al-eyebrow-bg: #d5f2ec;
}

/* Figma insets every section's content 160px from the frame rails (the hero
   already gets this via home-v2). Align the whole page to 160 like Figma. */
@media (min-width: 1024px) {
	.al main > section > .hv-shell {
		padding-inline: 160px;
	}
}

/* Never let a stray wide child (e.g. the scrolling table) scroll the page. */
.al {
	overflow-x: clip;
}

/* home-v2 draws continuous vertical frame rails on every section, but they
   default to white (for dark pages). The light AU LIT sections need dark rails
   so the left/right border lines are visible; the dark hero/CTA keep white. */
.al main > section.al-sec::before,
.al main > section.al-sec::after {
	background: rgba(0, 0, 0, 0.12);
}

/* ---- shared bits -------------------------------------------------------- */
.al-eyebrow {
	position: relative;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	background: rgba(42, 217, 196, 0.2);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #1d403c;
	white-space: nowrap;
}
.al-eyebrow__dot {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 1px;
	background: rgba(29, 64, 60, 0.2);
}
.al-eyebrow__dot--tl { top: 0; left: 0; }
.al-eyebrow__dot--tr { top: 0; right: 0; }
.al-eyebrow__dot--br { bottom: 0; right: 0; }
.al-eyebrow__dot--bl { bottom: 0; left: 0; }

.al-sechead {
	margin: 0;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: -0.72px;
	color: var(--al-ink);
}
.al-sectext {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: var(--al-ink-70);
}

/* light body sections share the pale background + generous vertical rhythm */
.al-sec {
	background: #f6f6f6;
	padding-block: 100px;
}

/* ============================== HERO ==================================== */
.al-hero {
	background: var(--al-dark);
	color: #fff;
}
.al-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 713px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	padding-block: clamp(56px, 6vw, 100px);
}
.al-hero__text {
	display: flex;
	flex-direction: column;
	gap: 48px;
	min-width: 0;
}
.al-hero__head {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.al-badge {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: #fff;
	white-space: nowrap;
}
.al-badge__dot {
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: var(--al-teal);
}
.al-hero__title {
	margin: 0;
	font-weight: 500;
	font-size: 64px;
	line-height: 1.4;
	letter-spacing: -1.28px;
	text-transform: uppercase;
	color: #fff;
}
.al-hero__sub {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.48px;
	color: rgba(255, 255, 255, 0.7);
}
.al-hero__visual {
	display: flex;
	justify-content: center;
	min-width: 0;
}
.al-hero__visual img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 660px;
}

/* ============================ STAT ROW ================================== */
.al-stats {
	padding-block: 64px 100px;
}
.al-stats__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}
.al-stat {
	position: relative;
	width: 251px;
	height: 195px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border: 1px solid rgba(29, 64, 60, 0.1);
}
.al-stat__icon {
	width: 45px;
	height: 45px;
	object-fit: contain;
}
.al-stat__label {
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.48px;
	color: var(--al-ink);
}
.al-stat__dot {
	position: absolute;
	width: 10.6px;
	height: 10.6px;
	border-radius: 1px;
	background: var(--al-teal);
}
.al-stat__dot--tl { top: -1px; left: -1px; }
.al-stat__dot--tr { top: -1px; right: -1px; }
.al-stat__dot--br { bottom: -1px; right: -1px; }
.al-stat__dot--bl { bottom: -1px; left: -1px; }

/* ========================= THE OPPORTUNITY ============================= */
.al-oppo__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
}
.al-oppo__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.al-oppo__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 560px;
}
.al-oppo__body p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--al-ink-70);
}
.al-oppo__art {
	min-width: 0;
}
.al-oppo__art img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 640px;
	margin-inline: auto;
}

/* ==================== DESIGNED AROUND CUSTOMERS ======================== */
.al-doc__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.al-doc__sub {
	max-width: min(1002px, 100%);
}
.al-doc__stage {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.al-doc__card {
	position: relative;
	z-index: 2;
	flex: none;
	width: 360px;
	max-width: 42vw;
}
.al-doc__card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: -5px 17px 33px rgba(42, 42, 43, 0.25);
}
.al-doc__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	z-index: 1;
}
.al-doc__col--left {
	align-items: flex-end;
	margin-right: -28px;
}
.al-doc__col--right {
	align-items: flex-start;
	margin-left: -28px;
}
.al-benefit {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 400px;
	max-width: 100%;
	padding: 16px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.al-benefit__icon {
	flex: none;
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.al-benefit__body {
	min-width: 0;
}
.al-benefit__title {
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.44px;
	color: var(--al-ink);
}
.al-benefit__desc {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: var(--al-ink);
}

/* =================== PERSONAS + COMPARISON ============================= */
.al-personas .hv-shell {
	display: flex;
	flex-direction: column;
	gap: 140px;
}
.al-personas__flow {
	display: flex;
	align-items: center;
}
.al-connector {
	flex: 1 1 auto;
	min-width: 24px;
	border-top: 2px dashed #cbd5e1;
}
/* persona card */
.al-pcard {
	flex: 0 1 460px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 32px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 2px;
	box-shadow: 0 16px 21px rgba(9, 30, 66, 0.06);
}
.al-pcard__head {
	display: flex;
	gap: 24px;
	align-items: center;
}
.al-pcard__avatar {
	flex: none;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
}
.al-pcard__id {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.al-pcard__name {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--al-teal);
}
.al-pcard__role {
	margin: 0;
	font-weight: 600;
	font-size: 17px;
	color: #0f172a;
}
.al-pcard__desc {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #475569;
}
.al-pcard__rule {
	height: 1px;
	background: #e2e8f0;
}
.al-pcard__benefits {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.al-pcard__label {
	margin: 0;
	font-weight: 600;
	font-size: 19px;
	color: #0f172a;
}
.al-pcard__rows {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.al-brow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	background: #fff;
	border: 1px solid #eef2f6;
	border-radius: 14px;
}
.al-brow__left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.al-brow__ic {
	flex: none;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: #e6f3f2;
	border-radius: 10px;
}
.al-brow__ic img {
	width: 24px;
	height: 24px;
}
.al-brow__name {
	font-weight: 600;
	font-size: 16px;
	color: #0f172a;
}
.al-brow__check {
	flex: none;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	background: var(--al-teal);
	border-radius: 50%;
}
.al-brow__check img {
	width: 13px;
	height: 13px;
}
.al-pcard__more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	border: 1px dashed #e2e8f0;
	border-radius: 14px;
	font-weight: 600;
	font-size: 16px;
	color: #475569;
}
.al-pcard__more img {
	width: 18px;
	height: 18px;
}
/* engine hub */
.al-engine {
	flex: 0 1 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	padding: 42px 32px;
	text-align: center;
	background: #fff;
	border: 2px solid #e6f3f2;
	border-radius: 2px;
	box-shadow: 0 21px 26px rgba(0, 130, 117, 0.04);
}
.al-engine__logo {
	width: 176px;
	height: 176px;
}
.al-engine__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.al-engine__title {
	margin: 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}
.al-engine__desc {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.36px;
	color: var(--al-ink-70);
}
/* democratize + comparison */
.al-democratize {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.al-compare {
	display: flex;
	align-items: stretch;
	gap: 32px;
	padding: 40px 44px;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 2px;
	box-shadow: 0 14px 19px rgba(0, 0, 0, 0.02);
}
.al-compare__col {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 32px;
}
.al-compare__badge {
	flex: none;
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
}
.al-compare__badge img {
	width: 32px;
	height: 32px;
}
.al-compare__badge--trad { background: #f0f4f8; }
.al-compare__badge--cust { background: #eaf7f6; }
.al-compare__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}
.al-compare__title {
	margin: 0;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: -0.52px;
	color: var(--al-ink);
}
.al-compare__bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.al-compare__bullets li {
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.45;
	color: var(--al-ink-70);
}
.al-compare__bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	background: #94a3b8;
	border-radius: 1px;
}
.al-compare__vs {
	position: relative;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
}
.al-compare__vsline {
	width: 1px;
	height: 145px;
	background: #eceff2;
}
.al-compare__vsbadge {
	position: absolute;
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #f1f3f5;
	border: 2px solid #e2e8f0;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #475569;
}

/* ======================= UNDER THE HOOD =============================== */
.al-hood .hv-shell {
	display: flex;
	flex-direction: column;
}
.al-hood__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.al-hood__sub {
	max-width: min(1600px, 100%);
}
.al-hood__diagram {
	width: 100%;
	max-width: min(980px, 100%);
	margin: 64px auto 0;
}
.al-hood__diagram img {
	display: block;
	width: 100%;
	height: auto;
}
.al-hood__intro {
	margin: 64px 0 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--al-ink-70);
}
.al-hood__table {
	min-width: 0;
	border: 1px solid #e6e6e6;
	overflow-x: auto;
}
.al-hood__thead,
.al-hood__tr {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.al-hood__thead {
	background: #f2f2f2;
}
.al-hood__thead span {
	padding: 20px 24px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}
.al-hood__tr {
	border-top: 1px solid #ececec;
}
.al-hood__benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 24px;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	color: var(--al-ink);
}
.al-hood__cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 22px 24px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.45;
	color: var(--al-ink-70);
}

/* ======================== THE EXPERIENCE ============================== */
.al-exp .hv-shell {
	display: flex;
	flex-direction: column;
	gap: 88px;
}
.al-exp__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.al-exp__sub {
	max-width: min(1600px, 100%);
}
.al-exp__group {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.al-exp__gtitle {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: -0.52px;
	color: var(--al-ink);
}
.al-exp__phones {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 100px;
}
.al-phone {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.al-phone img {
	display: block;
	height: 460px;
	width: auto;
}
.al-phone figcaption {
	width: 240px;
	max-width: 100%;
	padding: 14px 20px;
	background: #f0f0f0;
	border: 1px solid #bab5b5;
	border-radius: 2px;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: -0.34px;
	color: var(--al-ink-70);
}
.al-exp__mgmt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px 60px;
}
.al-exp__mgmttext {
	flex: 0 1 340px;
	align-self: center;
	margin: 0;
	padding: 15px 20px;
	background: #f0f0f0;
	border: 1px solid #bab5b5;
	border-radius: 2px;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: -0.38px;
	color: var(--al-ink-70);
}
.al-quote {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 56px;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 2px;
	box-shadow: 0 14px 19px rgba(0, 0, 0, 0.02);
}
.al-quote__mark {
	color: var(--al-teal);
}
.al-quote__text {
	margin: 0;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6;
	color: var(--al-ink);
}
.al-quote__cite {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-end;
	text-align: right;
}
.al-quote__cite strong {
	font-weight: 600;
	font-size: 18px;
	color: var(--al-ink);
}
.al-quote__cite span {
	font-size: 16px;
	color: var(--al-ink-70);
}

/* ============================== CTA =================================== */
.al-cta {
	background: var(--al-dark);
	padding-block: 120px;
}
.al-cta__panel {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 560px;
	padding: 64px;
	overflow: hidden;
	border-radius: 32px;
	background: #131313;
}
.al-cta__texture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: overlay;
	opacity: 0.5;
	pointer-events: none;
}
.al-cta__swirl {
	position: absolute;
	width: 58%;
	max-width: min(860px, 100%);
	pointer-events: none;
}
.al-cta__swirl--tl {
	top: 0;
	left: 0;
	transform: translate(-34%, -32%) rotate(180deg);
}
.al-cta__swirl--br {
	bottom: 0;
	right: 0;
	transform: translate(20%, 16%);
}
.al-cta__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 52px;
	text-align: center;
}
.al-cta__title {
	margin: 0;
	max-width: min(1040px, 100%);
	font-weight: 500;
	font-size: clamp(30px, 4.4vw, 60px);
	line-height: 1.35;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.6);
}
.al-cta__title span {
	color: var(--al-teal);
}
.al-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background: #fff;
	color: #111;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.32px;
	text-decoration: none;
}

/* ============================ RESPONSIVE ============================== */
@media (max-width: 1024px) {
	.al-sec { padding-block: 72px; }

	/* hero → stack, text first then visual */
	.al-hero__inner { grid-template-columns: 1fr; gap: 40px; }
	.al-hero__text { order: 1; }
	.al-hero__visual { order: 2; }
	.al-hero__title { font-size: 44px; letter-spacing: -0.88px; }
	.al-hero__sub { font-size: 20px; }

	/* opportunity → stack */
	.al-oppo__inner { grid-template-columns: 1fr; gap: 40px; }
	.al-oppo__art { order: 2; }

	/* designed → stack card + benefit columns */
	.al-doc__stage { flex-direction: column; gap: 20px; margin-top: 48px; }
	.al-doc__card { order: -1; width: 280px; max-width: 78%; }
	.al-doc__col { width: 100%; max-width: 460px; margin: 0; align-items: stretch; }
	.al-benefit { width: 100%; }

	/* personas → stack, drop the connectors */
	.al-personas .hv-shell { gap: 88px; }
	.al-personas__flow { flex-direction: column; align-items: center; gap: 32px; }
	.al-connector { display: none; }
	.al-pcard,
	.al-engine { flex: 0 1 auto; width: 100%; max-width: 480px; }

	/* comparison → stack columns (icon on top of each), VS turns horizontal */
	.al-compare { flex-direction: column; gap: 24px; padding: 28px; }
	.al-compare__col,
	.al-compare__col--cust {
		flex: 0 0 auto;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.al-compare__vs { width: 100%; height: 88px; }
	.al-compare__vsline { width: 100%; height: 1px; }

	/* under the hood → let the table scroll sideways */
	.al-hood__table { overflow-x: auto; }
	.al-hood__thead,
	.al-hood__tr { min-width: 760px; }

	/* experience */
	.al-phone img { height: 400px; }
	.al-exp__mgmt { flex-direction: column; }
	.al-exp__mgmttext {
		flex: 0 0 auto;
		width: 100%;
		max-width: 300px;
		text-align: center;
	}

	/* cta */
	.al-cta { padding-block: 72px; }
	.al-cta__panel { padding: 40px 24px; min-height: 460px; }
	.al-cta__swirl { width: 70%; }
}

@media (max-width: 600px) {
	.al-sec { padding-block: 56px; }
	.al-eyebrow { font-size: 15px; }
	.al-sechead { font-size: 28px; letter-spacing: -0.56px; }

	.al-hero__inner { padding-block: 40px; }
	.al-hero__title { font-size: 34px; letter-spacing: -0.68px; }
	.al-hero__sub { font-size: 18px; }
	.al-badge { font-size: 14px; }

	/* stats → single column */
	.al-stat { width: 100%; max-width: 340px; }

	.al-doc__card { width: 240px; }

	.al-brow__name { font-size: 15px; }
	.al-engine__title { font-size: 26px; }

	.al-exp__gtitle { font-size: 22px; }
	.al-phone img { height: 340px; }
	.al-phone figcaption { font-size: 17px; }
	.al-quote { padding: 32px 24px; }
	.al-quote__text { font-size: 17px; }
}
