/**
 * Softgel manufacturing page styles.
 *
 * This page uses a softgel-specific visual sequence built around fill,
 * shell, encapsulation, drying and packaging decisions.
 */

.ahm-page-softgel-manufacturing {
	--softgel-navy: #0b1d3a;
	--softgel-navy-soft: #142b4d;
	--softgel-green: #34783b;
	--softgel-green-hover: #367d3e;
	--softgel-green-dark: #2f7338;
	--softgel-text: #43536a;
	--softgel-muted: #5d697c;
	--softgel-line: #dce6df;
	--softgel-light: #f5f8f6;
	--softgel-green-light: #eef7ef;
	--softgel-warm: #faf8f3;
	--softgel-white: #ffffff;
	color: var(--softgel-text);
	background: var(--softgel-white);
}

.ahm-page-softgel-manufacturing *,
.ahm-page-softgel-manufacturing *::before,
.ahm-page-softgel-manufacturing *::after {
	box-sizing: border-box;
}

.ahm-page-softgel-manufacturing img {
	display: block;
	max-width: 100%;
}

.ahm-softgel-section {
	padding: clamp(74px, 7vw, 112px) 0;
}

.ahm-softgel-heading {
	max-width: 870px;
	margin: 0 0 clamp(34px, 4vw, 56px);
}

.ahm-softgel-heading .eyebrow,
.ahm-softgel-feasibility-heading .eyebrow,
.ahm-softgel-standards-copy .eyebrow,
.ahm-softgel-packaging-copy .eyebrow,
.ahm-softgel-related-copy .eyebrow,
.ahm-softgel-final-cta-card .eyebrow,
.ahm-softgel-sampling-copy .eyebrow,
.ahm-softgel-specification-copy .eyebrow {
	margin: 0 0 12px;
	color: var(--softgel-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ahm-softgel-heading h2,
.ahm-softgel-feasibility-heading h2,
.ahm-softgel-standards-copy h2,
.ahm-softgel-packaging-copy h2,
.ahm-softgel-related-copy h2,
.ahm-softgel-final-cta-card h2,
.ahm-softgel-sampling-copy h2 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: clamp(34px, 3.4vw, 52px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ahm-softgel-heading > p:last-child,
.ahm-softgel-feasibility-heading > p:not(.eyebrow):not(.ahm-softgel-feasibility-keywords),
.ahm-softgel-standards-copy > p:not(.eyebrow),
.ahm-softgel-packaging-copy > p:not(.eyebrow),
.ahm-softgel-related-copy > p:not(.eyebrow),
.ahm-softgel-sampling-copy > p:not(.eyebrow) {
	max-width: 780px;
	margin: 20px 0 0;
	color: var(--softgel-text);
	font-size: 17px;
	line-height: 1.75;
}

.ahm-softgel-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--softgel-green-dark);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
	text-decoration: none;
}

.ahm-softgel-text-link span {
	transition: transform 180ms ease;
}

.ahm-softgel-text-link:hover,
.ahm-softgel-text-link:focus-visible {
	color: var(--softgel-green-hover);
}

.ahm-softgel-text-link:hover span,
.ahm-softgel-text-link:focus-visible span {
	transform: translateX(4px);
}

/* Hero */
.ahm-softgel-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 5vw, 74px) 0 clamp(70px, 7vw, 108px);
	background:
		radial-gradient(circle at 88% 22%, rgba(61, 145, 69, 0.12), transparent 29%),
		linear-gradient(120deg, #fbfcfa 0%, #f4f8f4 56%, #eef5ef 100%);
}

.ahm-softgel-hero::after {
	position: absolute;
	right: -180px;
	bottom: -240px;
	width: 540px;
	height: 540px;
	border: 1px solid rgba(61, 145, 69, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ahm-softgel-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.86fr);
	gap: clamp(48px, 6vw, 90px);
	align-items: center;
}

.ahm-softgel-hero-copy .breadcrumbs {
	margin: 0 0 34px;
}

.ahm-softgel-hero-copy > .eyebrow {
	margin: 0 0 15px;
	color: var(--softgel-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ahm-softgel-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--softgel-navy);
	font-size: clamp(46px, 5vw, 72px);
	font-weight: 760;
	letter-spacing: -0.052em;
	line-height: 0.99;
}

.ahm-softgel-hero h1 span {
	display: block;
}

.ahm-softgel-hero-intro {
	max-width: 720px;
	margin: 26px 0 0;
	color: var(--softgel-text);
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.72;
}

.ahm-softgel-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ahm-softgel-hero-tags li {
	padding: 10px 14px;
	border: 1px solid #d5e5d8;
	border-radius: 999px;
	color: var(--softgel-green-dark);
	background: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.ahm-softgel-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	align-items: center;
	margin-top: 34px;
}

.ahm-softgel-hero-media {
	position: relative;
	max-width: 610px;
	justify-self: end;
}

.ahm-softgel-hero-media::before {
	position: absolute;
	inset: 34px -26px -30px 42px;
	border-radius: 38% 62% 58% 42% / 46% 42% 58% 54%;
	background: rgba(61, 145, 69, 0.11);
	content: "";
}

.ahm-softgel-hero-image {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 28px 80px 28px 80px;
	object-fit: cover;
	box-shadow: 0 28px 64px rgba(11, 29, 58, 0.15);
}

/* Product architecture */
.ahm-softgel-architecture {
	background: var(--softgel-white);
}

.ahm-softgel-architecture-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ahm-softgel-architecture-heading > p:last-child {
	margin-left: auto;
	margin-right: auto;
}

.ahm-softgel-architecture-board {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.82fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	padding: clamp(26px, 3vw, 42px);
	border: 1px solid var(--softgel-line);
	border-radius: 26px;
	background: linear-gradient(135deg, #ffffff 0%, #fbfcfa 52%, #f2f7f2 100%);
	box-shadow: 0 22px 55px rgba(11, 29, 58, 0.07);
}

.ahm-softgel-architecture-side {
	display: flex;
	flex-direction: column;
	padding: clamp(22px, 2.4vw, 32px);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
}

.ahm-softgel-architecture-side--fill {
	border-left: 4px solid var(--softgel-green);
}

.ahm-softgel-architecture-side--shell {
	border-right: 4px solid var(--softgel-navy-soft);
}

.ahm-softgel-architecture-label {
	margin: 0 0 10px;
	color: var(--softgel-green-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.ahm-softgel-architecture-side h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 27px;
	font-weight: 750;
	line-height: 1.15;
}

.ahm-softgel-architecture-side > p:not(.ahm-softgel-architecture-label) {
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.ahm-softgel-architecture-side dl {
	margin: 24px 0 0;
}

.ahm-softgel-architecture-side dl > div {
	padding: 14px 0;
	border-top: 1px solid var(--softgel-line);
}

.ahm-softgel-architecture-side dt {
	margin: 0 0 4px;
	color: var(--softgel-navy);
	font-size: 14px;
	font-weight: 750;
}

.ahm-softgel-architecture-side dd {
	margin: 0;
	color: var(--softgel-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ahm-softgel-architecture-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 18px;
	border-radius: 50% 50% 22px 22px;
	background: linear-gradient(180deg, #eef7ef, #ffffff);
}

.ahm-softgel-architecture-visual img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 20px 45px rgba(11, 29, 58, 0.13);
}

.ahm-softgel-architecture-visual figcaption {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.ahm-softgel-architecture-visual figcaption span {
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--softgel-green-dark);
	background: var(--softgel-green-light);
	font-size: 12px;
	font-weight: 750;
}

.ahm-softgel-architecture-finished {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	margin-top: 2px;
	border-top: 1px solid var(--softgel-line);
	border-bottom: 1px solid var(--softgel-line);
}

.ahm-softgel-architecture-finished > p {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 20px 20px 20px 0;
}

.ahm-softgel-architecture-finished > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 20px;
	border-left: 1px solid var(--softgel-line);
}

.ahm-softgel-architecture-finished strong {
	color: var(--softgel-navy);
	font-size: 14px;
}

.ahm-softgel-architecture-finished span {
	color: var(--softgel-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ahm-softgel-specification-strip {
	margin-top: 30px;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid #d7e3d9;
	border-radius: 22px;
	background: var(--softgel-green-light);
}

.ahm-softgel-specification-copy {
	max-width: 760px;
}

.ahm-softgel-specification-copy > p:last-child {
	margin: 8px 0 0;
	color: var(--softgel-text);
	font-size: 16px;
	line-height: 1.7;
}

.ahm-softgel-specification-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 28px;
	border-top: 1px solid #ceddd1;
	border-bottom: 1px solid #ceddd1;
}

.ahm-softgel-specification-grid article {
	padding: 22px 20px;
	border-left: 1px solid #ceddd1;
}

.ahm-softgel-specification-grid article:first-child {
	border-left: 0;
	padding-left: 0;
}

.ahm-softgel-specification-grid h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
}

.ahm-softgel-specification-grid p {
	margin: 8px 0 0;
	color: var(--softgel-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ahm-softgel-specification-footer {
	padding-top: 24px;
}

/* Feasibility map */
.ahm-softgel-feasibility {
	position: relative;
	overflow: hidden;
	background: var(--softgel-navy);
}

.ahm-softgel-feasibility::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 46%, rgba(61, 145, 69, 0.18), transparent 26%),
		linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.025) 50%, transparent 100%);
	content: "";
	pointer-events: none;
}

.ahm-softgel-feasibility .container {
	position: relative;
	z-index: 1;
}

.ahm-softgel-feasibility-heading {
	max-width: 850px;
	margin: 0 auto clamp(38px, 5vw, 62px);
	text-align: center;
}

.ahm-softgel-feasibility-heading .eyebrow,
.ahm-softgel-feasibility-keywords {
	color: #72c77a;
}

.ahm-softgel-feasibility-heading h2 {
	color: var(--softgel-white);
}

.ahm-softgel-feasibility-heading > p:not(.eyebrow):not(.ahm-softgel-feasibility-keywords) {
	margin-left: auto;
	margin-right: auto;
	color: #c5cfdb;
}

.ahm-softgel-feasibility-keywords {
	margin: 22px 0 0;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0.025em;
	line-height: 1.7;
}

.ahm-softgel-feasibility-keywords span {
	padding: 0 7px;
	color: rgba(255, 255, 255, 0.3);
}

.ahm-softgel-feasibility-map {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) minmax(0, 1fr);
	grid-template-areas:
		"fill visual viscosity"
		"seam visual stability";
	gap: 22px 32px;
	align-items: stretch;
}

.ahm-softgel-feasibility-item {
	position: relative;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.055);
}

.ahm-softgel-feasibility-item::after {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 1px;
	background: rgba(114, 199, 122, 0.55);
	content: "";
}

.ahm-softgel-feasibility-item--fill-compatibility {
	grid-area: fill;
}

.ahm-softgel-feasibility-item--viscosity-behavior {
	grid-area: viscosity;
}

.ahm-softgel-feasibility-item--seam-integrity {
	grid-area: seam;
}

.ahm-softgel-feasibility-item--stability-protection {
	grid-area: stability;
}

.ahm-softgel-feasibility-item--fill-compatibility::after,
.ahm-softgel-feasibility-item--seam-integrity::after {
	right: -33px;
}

.ahm-softgel-feasibility-item--viscosity-behavior::after,
.ahm-softgel-feasibility-item--stability-protection::after {
	left: -33px;
}

.ahm-softgel-feasibility-item h3 {
	margin: 0;
	color: var(--softgel-white);
	font-size: 19px;
	font-weight: 730;
	line-height: 1.28;
}

.ahm-softgel-feasibility-item p {
	margin: 12px 0 0;
	color: #c3ceda;
	font-size: 14px;
	line-height: 1.72;
}

.ahm-softgel-feasibility-visual {
	grid-area: visual;
	align-self: center;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 0 0 20px rgba(61, 145, 69, 0.05);
}

.ahm-softgel-feasibility-visual img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.ahm-softgel-feasibility-visual figcaption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

/* Size and appearance */
.ahm-softgel-appearance {
	background: var(--softgel-white);
}

.ahm-softgel-appearance-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(30px, 4.5vw, 68px);
	align-items: stretch;
}

.ahm-softgel-appearance-media {
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--softgel-line);
	border-radius: 22px;
	background: var(--softgel-warm);
}

.ahm-softgel-appearance-media img {
	width: 100%;
	min-height: 420px;
	height: 100%;
	object-fit: cover;
}

.ahm-softgel-appearance-media figcaption {
	padding: 17px 20px;
	border-top: 1px solid var(--softgel-line);
	color: var(--softgel-muted);
	background: var(--softgel-white);
	font-size: 13px;
	line-height: 1.6;
}

.ahm-softgel-appearance-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--softgel-line);
	border-bottom: 1px solid var(--softgel-line);
}

.ahm-softgel-appearance-options article {
	padding: clamp(24px, 3vw, 34px);
	border-left: 1px solid var(--softgel-line);
	border-top: 1px solid var(--softgel-line);
}

.ahm-softgel-appearance-options article:nth-child(-n+2) {
	border-top: 0;
}

.ahm-softgel-appearance-options article:nth-child(odd) {
	border-left: 0;
}

.ahm-softgel-appearance-options h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 21px;
	line-height: 1.3;
}

.ahm-softgel-appearance-options p {
	margin: 11px 0 0;
	color: var(--softgel-muted);
	font-size: 14px;
	line-height: 1.7;
}

/* Formula directions */
.ahm-softgel-directions {
	background: var(--softgel-green-light);
}

.ahm-softgel-directions-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ahm-softgel-directions-heading > p:last-child {
	margin-left: auto;
	margin-right: auto;
}

.ahm-softgel-direction-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ahm-softgel-direction-card {
	position: relative;
	padding: clamp(27px, 3vw, 38px);
	border: 1px solid #d6e4d8;
	border-radius: 18px;
	background: var(--softgel-white);
}

.ahm-softgel-direction-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	border-radius: 18px 0 0 18px;
	background: linear-gradient(180deg, var(--softgel-green), #86c88c);
	content: "";
}

.ahm-softgel-direction-card h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 23px;
	line-height: 1.25;
}

.ahm-softgel-direction-card > p {
	margin: 13px 0 0;
	color: var(--softgel-text);
	font-size: 15px;
	line-height: 1.72;
}

.ahm-softgel-direction-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ahm-softgel-direction-card li {
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--softgel-green-dark);
	background: var(--softgel-green-light);
	font-size: 12px;
	font-weight: 700;
}

.ahm-softgel-products-link {
	margin-top: 30px;
}

/* Sample review */
.ahm-softgel-sampling {
	padding-top: clamp(62px, 6vw, 88px);
	padding-bottom: clamp(62px, 6vw, 88px);
	background: var(--softgel-white);
}

.ahm-softgel-sampling-panel {
	padding: clamp(34px, 4.5vw, 58px);
	border: 1px solid #d8e6db;
	border-top: 4px solid var(--softgel-green);
	border-radius: 24px;
	background: #f3f8f3;
}

.ahm-softgel-sampling-copy {
	max-width: 920px;
}

.ahm-softgel-sampling-labels {
	display: flex;
	gap: 12px 18px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.ahm-softgel-sampling-labels .eyebrow {
	margin-bottom: 0;
}

.ahm-softgel-approval-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 999px;
	color: var(--softgel-white);
	background: var(--softgel-green-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.ahm-softgel-sampling-copy h2 {
	max-width: 760px;
	font-size: clamp(31px, 3vw, 44px);
}

.ahm-softgel-sampling-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(28px, 3.4vw, 42px);
	border-top: 1px solid #ceddd1;
	border-bottom: 1px solid #ceddd1;
}

.ahm-softgel-sampling-points article {
	padding: 25px 22px;
	border-left: 1px solid #ceddd1;
}

.ahm-softgel-sampling-points article:first-child {
	border-left: 0;
	padding-left: 0;
}

.ahm-softgel-sampling-points h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 17px;
	line-height: 1.35;
}

.ahm-softgel-sampling-points p {
	margin: 10px 0 0;
	color: var(--softgel-muted);
	font-size: 13px;
	line-height: 1.65;
}

/* Production line */
.ahm-softgel-process {
	background: var(--softgel-white);
}

.ahm-softgel-process-track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.ahm-softgel-process-track::before {
	position: absolute;
	top: 164px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: #cfe0d2;
	content: "";
}

.ahm-softgel-process-step {
	position: relative;
	z-index: 1;
}

.ahm-softgel-process-media {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--softgel-line);
	border-radius: 14px;
	background: var(--softgel-light);
}

.ahm-softgel-process-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ahm-softgel-process-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: -2px 0 18px;
	border: 7px solid var(--softgel-white);
	border-radius: 50%;
	color: var(--softgel-white);
	background: var(--softgel-green-dark);
	font-size: 12px;
	font-weight: 800;
	box-sizing: content-box;
}

.ahm-softgel-process-step h3 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 19px;
	line-height: 1.28;
}

.ahm-softgel-process-step > p {
	margin: 11px 0 0;
	color: var(--softgel-muted);
	font-size: 14px;
	line-height: 1.65;
}

/* Production media */
.ahm-softgel-production-media {
	background: var(--softgel-light);
}

.ahm-softgel-production-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ahm-softgel-production-heading > p:last-child {
	margin-left: auto;
	margin-right: auto;
}

.ahm-softgel-video-wrap {
	max-width: 1080px;
	margin: 0 auto;
}

.ahm-softgel-video-card,
.ahm-softgel-video-frame {
	width: 100%;
}

.ahm-softgel-video-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 22px;
	background: var(--softgel-navy);
	box-shadow: 0 26px 58px rgba(11, 29, 58, 0.16);
}

.ahm-softgel-video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.ahm-softgel-video-poster {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: var(--softgel-navy);
}

.ahm-softgel-video-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ahm-softgel-video-poster::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 29, 58, 0.02), rgba(11, 29, 58, 0.18));
	content: "";
}

.ahm-softgel-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--softgel-white);
	box-shadow: 0 14px 34px rgba(11, 29, 58, 0.22);
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, background-color 180ms ease;
}

.ahm-softgel-video-play svg {
	width: 29px;
	height: 29px;
	margin-left: 4px;
	fill: var(--softgel-navy);
	transition: fill 180ms ease;
}

.ahm-softgel-video-poster:hover .ahm-softgel-video-play,
.ahm-softgel-video-poster:focus-visible .ahm-softgel-video-play {
	background: #f6fff7;
	transform: translate(-50%, -50%) scale(1.05);
}

.ahm-softgel-video-poster:hover .ahm-softgel-video-play svg,
.ahm-softgel-video-poster:focus-visible .ahm-softgel-video-play svg {
	fill: var(--softgel-green);
}

.ahm-softgel-production-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 1180px;
	margin: 26px auto 0;
}

.ahm-softgel-production-gallery figure {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--softgel-line);
	border-radius: 16px;
	background: var(--softgel-white);
}

.ahm-softgel-production-gallery figure > div {
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.ahm-softgel-production-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.ahm-softgel-production-gallery figure:hover img {
	transform: scale(1.025);
}

.ahm-softgel-production-gallery figcaption {
	padding: 15px 17px 16px;
	color: var(--softgel-navy);
	font-size: 15px;
	font-weight: 730;
	line-height: 1.35;
}

/* Critical controls */
.ahm-softgel-controls {
	background: var(--softgel-green-light);
}

.ahm-softgel-control-table {
	overflow: hidden;
	border: 1px solid #ceded0;
	border-radius: 20px;
	background: var(--softgel-white);
	box-shadow: 0 20px 46px rgba(11, 29, 58, 0.055);
}

.ahm-softgel-control-row {
	display: grid;
	grid-template-columns: 0.72fr 1.12fr 1.16fr;
	align-items: stretch;
	border-top: 1px solid #dce7de;
}

.ahm-softgel-control-row:first-child {
	border-top: 0;
}

.ahm-softgel-control-row > div {
	padding: 20px 24px;
	border-left: 1px solid #dce7de;
	font-size: 14px;
	line-height: 1.65;
}

.ahm-softgel-control-row > div:first-child {
	border-left: 0;
}

.ahm-softgel-control-row strong {
	color: var(--softgel-navy);
}

.ahm-softgel-control-row--head {
	color: var(--softgel-white);
	background: var(--softgel-navy);
}

.ahm-softgel-control-row--head > div {
	border-left-color: rgba(255, 255, 255, 0.14);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.03em;
}

.ahm-softgel-controls-link {
	margin-top: 26px;
}

/* Standards */
.ahm-softgel-standards {
	padding-top: clamp(62px, 6vw, 88px);
	padding-bottom: clamp(62px, 6vw, 88px);
	background: var(--softgel-white);
}

.ahm-softgel-standards-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: center;
	padding: clamp(32px, 4vw, 54px);
	border: 1px solid var(--softgel-line);
	border-radius: 24px;
	background: #fbfcfb;
}

.ahm-softgel-standards-copy h2 {
	font-size: clamp(31px, 3vw, 44px);
}

.ahm-softgel-standards-copy .ahm-softgel-text-link {
	margin-top: 24px;
}

.ahm-softgel-standard-logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.ahm-softgel-standard-logos > div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 124px;
	padding: 18px;
	border: 1px solid var(--softgel-line);
	border-radius: 14px;
	background: var(--softgel-white);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ahm-softgel-standard-logos > div:hover {
	border-color: #b9d2bd;
	box-shadow: 0 12px 26px rgba(11, 29, 58, 0.08);
	transform: scale(1.02);
}

.ahm-softgel-standard-logos img {
	width: auto;
	max-width: 100%;
	max-height: 78px;
	object-fit: contain;
}

/* Testimonials */
.ahm-softgel-testimonials {
	background: var(--softgel-warm);
}

.ahm-softgel-testimonial-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ahm-softgel-testimonial-heading > p:last-child {
	margin-left: auto;
	margin-right: auto;
}

.ahm-softgel-testimonial-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 22px;
	max-width: 1180px;
	margin: 0 auto;
}

.ahm-softgel-testimonial-stack {
	display: grid;
	gap: 22px;
}

.ahm-softgel-testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0;
	padding: clamp(28px, 3vw, 38px);
	border: 1px solid #e1e2db;
	border-radius: 20px;
	background: var(--softgel-white);
	box-shadow: 0 15px 36px rgba(11, 29, 58, 0.055);
}

.ahm-softgel-testimonial-card--featured {
	min-height: 100%;
	padding: clamp(34px, 4vw, 52px);
	background: linear-gradient(145deg, #ffffff, #f1f8f2);
}

.ahm-softgel-quote-mark {
	display: block;
	margin-bottom: 8px;
	color: var(--softgel-green);
	font-family: Georgia, serif;
	font-size: 64px;
	line-height: 0.8;
}

.ahm-softgel-testimonial-card blockquote {
	margin: 0;
}

.ahm-softgel-testimonial-card blockquote p {
	margin: 0;
	color: var(--softgel-navy);
	font-size: 17px;
	line-height: 1.72;
}

.ahm-softgel-testimonial-card--featured blockquote p {
	font-size: clamp(20px, 2vw, 27px);
	line-height: 1.55;
}

.ahm-softgel-testimonial-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--softgel-line);
}

.ahm-softgel-testimonial-meta strong {
	color: var(--softgel-navy);
	font-size: 14px;
}

.ahm-softgel-testimonial-meta span {
	color: var(--softgel-muted);
	font-size: 13px;
}

/* Packaging comparison */
.ahm-softgel-packaging {
	background: var(--softgel-white);
}

.ahm-softgel-packaging-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
	gap: clamp(38px, 5vw, 74px);
	align-items: center;
	margin-bottom: 42px;
}

.ahm-softgel-packaging-copy h2 {
	font-size: clamp(34px, 3.4vw, 50px);
}

.ahm-softgel-packaging-media {
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 20px 46px rgba(11, 29, 58, 0.1);
}

.ahm-softgel-packaging-media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ahm-softgel-packaging-table {
	overflow: hidden;
	border: 1px solid var(--softgel-line);
	border-radius: 20px;
	background: var(--softgel-white);
}

.ahm-softgel-packaging-row {
	display: grid;
	grid-template-columns: 0.78fr repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--softgel-line);
}

.ahm-softgel-packaging-row:first-child {
	border-top: 0;
}

.ahm-softgel-packaging-row > div {
	padding: 19px 22px;
	border-left: 1px solid var(--softgel-line);
	font-size: 14px;
	line-height: 1.6;
}

.ahm-softgel-packaging-row > div:first-child {
	border-left: 0;
	color: var(--softgel-navy);
	font-weight: 750;
	background: #f7faf8;
}

.ahm-softgel-packaging-row--head {
	color: var(--softgel-white);
	background: var(--softgel-navy);
}

.ahm-softgel-packaging-row--head > div {
	border-left-color: rgba(255, 255, 255, 0.14);
	color: var(--softgel-white);
	font-size: 13px;
	font-weight: 750;
	background: transparent;
}

.ahm-softgel-packaging-link {
	margin-top: 26px;
}

/* Related dosage forms */
.ahm-softgel-related-section {
	padding: clamp(64px, 6vw, 88px) 0;
	background: var(--softgel-navy);
}

.ahm-softgel-related-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(36px, 5vw, 76px);
	align-items: center;
}

.ahm-softgel-related-copy .eyebrow {
	color: #72c77a;
}

.ahm-softgel-related-copy h2 {
	color: var(--softgel-white);
	font-size: clamp(31px, 3vw, 44px);
}

.ahm-softgel-related-copy > p:not(.eyebrow) {
	color: #bdc9d6;
}

.ahm-softgel-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ahm-softgel-related-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 14px 17px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	color: var(--softgel-white);
	background: rgba(255, 255, 255, 0.045);
	font-size: 14px;
	font-weight: 690;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.ahm-softgel-related-grid a span {
	color: #72c77a;
	font-size: 19px;
	transition: transform 180ms ease;
}

.ahm-softgel-related-grid a:hover,
.ahm-softgel-related-grid a:focus-visible {
	border-color: rgba(114, 199, 122, 0.55);
	background: rgba(255, 255, 255, 0.09);
}

.ahm-softgel-related-grid a:hover span,
.ahm-softgel-related-grid a:focus-visible span {
	transform: translateX(4px);
}

/* Insights */
.ahm-softgel-insights {
	background: var(--softgel-light);
}

.ahm-softgel-insights-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ahm-softgel-insights-heading > p:last-child {
	margin-left: auto;
	margin-right: auto;
}

.ahm-softgel-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ahm-softgel-insight-card {
	overflow: hidden;
	border: 1px solid var(--softgel-line);
	border-radius: 18px;
	background: var(--softgel-white);
}

.ahm-softgel-insight-media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.ahm-softgel-insight-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.ahm-softgel-insight-card:hover .ahm-softgel-insight-image {
	transform: scale(1.025);
}

.ahm-softgel-insight-body {
	padding: 24px;
}

.ahm-softgel-insight-body time {
	color: var(--softgel-green-dark);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.04em;
}

.ahm-softgel-insight-body h3 {
	margin: 10px 0 0;
	font-size: 21px;
	line-height: 1.35;
}

.ahm-softgel-insight-body h3 a {
	color: var(--softgel-navy);
	text-decoration: none;
}

.ahm-softgel-insight-body h3 a:hover,
.ahm-softgel-insight-body h3 a:focus-visible {
	color: var(--softgel-green-hover);
}

.ahm-softgel-insight-body > p {
	margin: 12px 0 18px;
	color: var(--softgel-muted);
	font-size: 14px;
	line-height: 1.68;
}

.ahm-softgel-insights-all {
	margin-top: 30px;
}

/* FAQ */
.ahm-softgel-faq {
	background: var(--softgel-white);
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(42px, 6vw, 92px);
	align-items: start;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-heading {
	position: sticky;
	top: 128px;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-heading .eyebrow {
	margin: 0 0 12px;
	color: var(--softgel-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-heading h2 {
	margin: 0;
	color: var(--softgel-navy);
	font-size: clamp(34px, 3.4vw, 48px);
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-heading > p:last-child {
	margin: 18px 0 0;
	color: var(--softgel-text);
	font-size: 16px;
	line-height: 1.72;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-list summary {
	position: relative;
	padding: 24px 50px 24px 0;
	color: var(--softgel-navy);
	font-size: 17px;
	font-weight: 720;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.ahm-page-softgel-manufacturing .ahm-coded-faq-list summary::-webkit-details-marker {
	display: none;
}


.ahm-page-softgel-manufacturing .ahm-coded-faq-list details > p {
	max-width: 800px;
	margin: -4px 0 0;
	padding: 0 54px 25px 0;
	color: var(--softgel-muted);
	font-size: 15px;
	line-height: 1.75;
}

/* Final CTA */
.ahm-softgel-final-cta {
	padding: 0 0 clamp(78px, 8vw, 120px);
	background: var(--softgel-white);
}

.ahm-softgel-final-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) auto;
	gap: 36px;
	align-items: center;
	padding: clamp(38px, 5vw, 64px);
	border-radius: 24px;
	background: var(--softgel-navy);
	box-shadow: 0 28px 60px rgba(11, 29, 58, 0.17);
}

.ahm-softgel-final-cta-card .eyebrow {
	color: #72c77a;
}

.ahm-softgel-final-cta-card h2 {
	max-width: 850px;
	color: var(--softgel-white);
	font-size: clamp(33px, 3.2vw, 48px);
}

.ahm-softgel-final-cta-card > div > p:last-child {
	max-width: 850px;
	margin: 18px 0 0;
	color: #c0ccd8;
	font-size: 16px;
	line-height: 1.72;
}

.ahm-softgel-final-cta-card .button {
	white-space: nowrap;
}

/* Extra editor content */
.ahm-page-softgel-manufacturing .ahm-coded-extra-content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px 80px;
}

@media (max-width: 1180px) {
	.ahm-softgel-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
		gap: 48px;
	}

	.ahm-softgel-architecture-board {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr) minmax(0, 1fr);
		gap: 18px;
	}

	.ahm-softgel-architecture-finished {
		grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
	}

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

	.ahm-softgel-specification-grid article:nth-child(4),
	.ahm-softgel-specification-grid article:nth-child(5) {
		border-top: 1px solid #ceddd1;
	}

	.ahm-softgel-specification-grid article:nth-child(4) {
		border-left: 0;
		padding-left: 0;
	}

	.ahm-softgel-feasibility-map {
		grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
		gap: 18px 26px;
	}

	.ahm-softgel-process-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 38px;
	}

	.ahm-softgel-process-track::before {
		display: none;
	}

	.ahm-softgel-sampling-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ahm-softgel-sampling-points article:nth-child(3) {
		padding-left: 0;
		border-top: 1px solid #ceddd1;
		border-left: 0;
	}

	.ahm-softgel-sampling-points article:nth-child(4) {
		border-top: 1px solid #ceddd1;
	}

	.ahm-softgel-standard-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.ahm-softgel-section {
		padding: 72px 0;
	}

	.ahm-softgel-hero-grid,
	.ahm-softgel-packaging-intro,
	.ahm-softgel-related-panel,
	.ahm-softgel-standards-panel,
	.ahm-softgel-final-cta-card,
	.ahm-page-softgel-manufacturing .ahm-coded-faq-layout {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-hero-media {
		width: min(100%, 680px);
		max-width: none;
		justify-self: start;
	}

	.ahm-softgel-architecture-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ahm-softgel-architecture-visual {
		grid-column: 1 / -1;
		grid-row: 1;
		width: min(100%, 410px);
		justify-self: center;
	}

	.ahm-softgel-architecture-side--fill {
		grid-column: 1;
		grid-row: 2;
	}

	.ahm-softgel-architecture-side--shell {
		grid-column: 2;
		grid-row: 2;
	}

	.ahm-softgel-architecture-finished {
		grid-template-columns: 1fr 1fr;
	}

	.ahm-softgel-architecture-finished > p {
		grid-column: 1 / -1;
		padding: 18px 0 12px;
	}

	.ahm-softgel-architecture-finished > div:nth-of-type(3) {
		grid-column: 1 / -1;
	}

	.ahm-softgel-feasibility-map {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"visual visual"
			"fill viscosity"
			"seam stability";
	}

	.ahm-softgel-feasibility-visual {
		width: min(100%, 330px);
		justify-self: center;
	}

	.ahm-softgel-feasibility-item::after {
		display: none;
	}

	.ahm-softgel-appearance-layout,
	.ahm-softgel-testimonial-layout {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-testimonial-card--featured {
		min-height: auto;
	}

	.ahm-softgel-production-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ahm-softgel-control-row {
		grid-template-columns: 0.72fr 1fr 1fr;
	}

	.ahm-softgel-packaging-table {
		overflow-x: auto;
	}

	.ahm-softgel-packaging-row {
		min-width: 820px;
	}

	.ahm-page-softgel-manufacturing .ahm-coded-faq-heading {
		position: static;
		max-width: 720px;
	}

	.ahm-softgel-final-cta-card .button {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.ahm-softgel-section {
		padding: 62px 0;
	}

	.ahm-softgel-heading h2,
	.ahm-softgel-feasibility-heading h2,
	.ahm-softgel-standards-copy h2,
	.ahm-softgel-packaging-copy h2,
	.ahm-softgel-related-copy h2,
	.ahm-softgel-final-cta-card h2,
	.ahm-softgel-sampling-copy h2 {
		font-size: clamp(30px, 9vw, 40px);
	}

	.ahm-softgel-hero {
		padding-top: 34px;
	}

	.ahm-softgel-hero h1 {
		font-size: clamp(41px, 12vw, 56px);
	}

	.ahm-softgel-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ahm-softgel-hero-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.ahm-softgel-architecture-board,
	.ahm-softgel-direction-grid,
	.ahm-softgel-sampling-points,
	.ahm-softgel-process-track,
	.ahm-softgel-production-gallery,
	.ahm-softgel-feasibility-map {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-architecture-board {
		padding: 20px;
	}

	.ahm-softgel-architecture-visual,
	.ahm-softgel-architecture-side--fill,
	.ahm-softgel-architecture-side--shell {
		grid-column: 1;
		grid-row: auto;
	}

	.ahm-softgel-architecture-finished {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-architecture-finished > div,
	.ahm-softgel-architecture-finished > div:nth-of-type(3) {
		grid-column: 1;
		border-left: 0;
		border-top: 1px solid var(--softgel-line);
		padding-left: 0;
	}

	.ahm-softgel-specification-grid {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-specification-grid article,
	.ahm-softgel-specification-grid article:first-child,
	.ahm-softgel-specification-grid article:nth-child(4) {
		padding: 17px 0;
		border-top: 1px solid #ceddd1;
		border-left: 0;
	}

	.ahm-softgel-specification-grid article:first-child {
		border-top: 0;
	}

	.ahm-softgel-feasibility-map {
		grid-template-areas:
			"visual"
			"fill"
			"viscosity"
			"seam"
			"stability";
	}

	.ahm-softgel-appearance-options {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-appearance-options article,
	.ahm-softgel-appearance-options article:nth-child(-n+2),
	.ahm-softgel-appearance-options article:nth-child(odd) {
		border-top: 1px solid var(--softgel-line);
		border-left: 0;
	}

	.ahm-softgel-appearance-options article:first-child {
		border-top: 0;
	}

	.ahm-softgel-sampling-panel {
		padding: 28px 22px;
		border-radius: 18px;
	}

	.ahm-softgel-sampling-labels {
		align-items: flex-start;
		flex-direction: column;
	}

	.ahm-softgel-sampling-points {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-sampling-points article,
	.ahm-softgel-sampling-points article:first-child,
	.ahm-softgel-sampling-points article:nth-child(3),
	.ahm-softgel-sampling-points article:nth-child(4) {
		padding: 19px 0;
		border-top: 1px solid #ceddd1;
		border-left: 0;
	}

	.ahm-softgel-sampling-points article:first-child {
		border-top: 0;
	}

	.ahm-softgel-process-step {
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr);
		column-gap: 16px;
	}

	.ahm-softgel-process-media {
		grid-column: 1 / -1;
	}

	.ahm-softgel-process-number {
		grid-column: 1;
		grid-row: 2 / span 2;
		margin: -2px 0 0;
	}

	.ahm-softgel-process-step h3 {
		grid-column: 2;
		margin-top: 12px;
	}

	.ahm-softgel-process-step > p {
		grid-column: 2;
	}

	.ahm-softgel-video-play {
		width: 64px;
		height: 64px;
	}

	.ahm-softgel-control-row--head {
		display: none;
	}

	.ahm-softgel-control-row {
		display: block;
		padding: 18px 20px;
	}

	.ahm-softgel-control-row > div {
		display: grid;
		grid-template-columns: 125px minmax(0, 1fr);
		gap: 16px;
		padding: 9px 0;
		border-left: 0;
	}

	.ahm-softgel-control-row > div::before {
		color: var(--softgel-green-dark);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		content: attr(data-label);
	}

	.ahm-softgel-standards-panel {
		padding: 28px 22px;
	}

	.ahm-softgel-testimonial-card,
	.ahm-softgel-testimonial-card--featured {
		padding: 28px;
	}

	.ahm-softgel-related-grid,
	.ahm-softgel-insight-grid {
		grid-template-columns: 1fr;
	}

	.ahm-softgel-final-cta-card {
		padding: 34px 24px;
	}

	.ahm-softgel-final-cta-card .button {
		width: 100%;
		white-space: normal;
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 520px) {
	.ahm-softgel-hero-tags {
		gap: 8px;
	}

	.ahm-softgel-hero-tags li {
		width: 100%;
		border-radius: 10px;
		text-align: center;
	}

	.ahm-softgel-architecture-side,
	.ahm-softgel-appearance-options article,
	.ahm-softgel-direction-card {
		padding: 24px 20px;
	}

	.ahm-softgel-standard-logos {
		grid-template-columns: 1fr 1fr;
	}

	.ahm-softgel-standard-logos > div {
		min-height: 104px;
		padding: 14px;
	}

	.ahm-softgel-control-row > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.ahm-page-softgel-manufacturing .ahm-coded-faq-list summary {
		padding: 21px 42px 21px 0;
		font-size: 16px;
	}

	.ahm-page-softgel-manufacturing .ahm-coded-faq-list details > p {
		padding-right: 0;
	}
}
