.star-page-pattern-shell {
	width: 100%;
	margin: 0;
	padding: clamp(20px, 3vw, 44px) 0 clamp(48px, 6vw, 88px);
}

/* Reusable offer modules rendered from the central STAR Firma catalogue. */
.star-advertising-example-offers {
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid rgba(0, 122, 51, .16);
	border-radius: 24px;
	background: radial-gradient(circle at 96% 4%, rgba(0, 122, 51, .09), transparent 32%), linear-gradient(145deg, #f9fbf9 0%, #eef5f0 100%);
	box-shadow: 0 18px 45px rgba(17, 48, 32, .07);
}
.star-advertising-example-offers .star-block-section-header { max-width: 880px; margin-bottom: 28px; }
.star-advertising-example-offers .star-block-section-header > p:last-child { max-width: 760px; color: #4e5b53; }
.star-advertising-example-offers .star-block-offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.star-advertising-example-offers .star-block-offer-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: 26px;
	border: 1px solid #d3dfd6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(17, 48, 32, .055);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
@media (hover: hover) {
	.star-advertising-example-offers .star-block-offer-card:hover { border-color: #8ab59a; box-shadow: 0 16px 34px rgba(17, 48, 32, .1); transform: translateY(-2px); }
}
.star-advertising-example-offers .star-block-offer-card__top { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.star-advertising-example-offers .star-block-offer-card__icon { display: inline-grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border: 1px solid rgba(0, 122, 51, .14); border-radius: 14px; background: #e8f4ec; color: #007a33; }
.star-advertising-example-offers .star-block-offer-card__icon svg { width: 25px; height: 25px; }
.star-advertising-example-offers .star-block-offer-card__type,
.star-advertising-example-offers .star-advertising-service__badge { margin: 0; font-size: .75rem; font-weight: 800; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.star-advertising-example-offers .star-block-offer-card__type { color: #007a33; }
.star-advertising-example-offers .star-advertising-service__badge { display: inline-block; margin-top: 5px; padding: 4px 8px; border-radius: 999px; background: #f5ead0; color: #654d12; letter-spacing: .04em; }
.star-advertising-example-offers .star-block-offer-card h4 { margin: 0 0 9px; color: #14251b; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.15; }
.star-advertising-example-offers .star-block-offer-card__summary { margin: 0 0 16px; color: #46534b; line-height: 1.55; }
.star-advertising-example-offers .star-advertising-service__meta { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin: 0 0 17px; padding: 7px 10px; border-radius: 9px; background: #f1f4f2; color: #34463a; font-size: .9rem; font-weight: 700; }
.star-advertising-example-offers .star-block-offer-card__features { display: grid; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.star-advertising-example-offers .star-block-offer-card__features li { position: relative; margin: 0; padding-left: 25px; color: #2f3d34; line-height: 1.45; }
.star-advertising-example-offers .star-block-offer-card__features li::before { content: "\2713"; position: absolute; top: 0; left: 0; color: #007a33; font-weight: 900; }
.star-advertising-example-offers .star-block-offer-card__footer { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid #e1e8e3; }
.star-advertising-example-offers .star-advertising-service__price { display: grid; gap: 2px; margin: 0; color: #14251b; }
.star-advertising-example-offers .star-advertising-service__price small { color: #667168; font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.star-advertising-example-offers .star-advertising-service__price strong { font-size: 1.08rem; line-height: 1.25; }
.star-advertising-example-offers .star-block-offer-card__footer > a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; border: 2px solid #007a33; border-radius: 10px; background: #007a33; color: #fff; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; }
.star-advertising-example-offers .star-block-offer-card__footer > a:hover,
.star-advertising-example-offers .star-block-offer-card__footer > a:focus-visible { border-color: #005b26; background: #005b26; color: #fff; }
.star-advertising-example-offers .star-block-offer-card__footer > a:focus-visible { outline: 3px solid #f1c75b; outline-offset: 3px; }
@media (max-width: 800px) {
	.star-advertising-example-offers .star-block-offer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.star-advertising-example-offers { padding: 24px 16px; border-right: 0; border-left: 0; border-radius: 0; }
	.star-advertising-example-offers .star-block-offer-card { padding: 21px 18px; }
	.star-advertising-example-offers .star-block-offer-card__footer { align-items: stretch; flex-direction: column; }
	.star-advertising-example-offers .star-block-offer-card__footer > a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.star-advertising-example-offers .star-block-offer-card { transition: none; }
	.star-advertising-example-offers .star-block-offer-card:hover { transform: none; }
}

.star-page-pattern-shell__inner {
	width: min(100% - 32px, 1240px);
	margin-inline: auto;
}

.star-page-breadcrumbs {
	margin: 0 0 24px;
	font-size: .9375rem;
}

.star-page-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-page-breadcrumbs li + li::before {
	content: "/";
	margin-right: 8px;
	color: #68726c;
}

.star-page-breadcrumbs a {
	color: #006b2d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.star-page-breadcrumbs a:focus-visible,
.star-page-pattern a:focus-visible,
.star-page-pattern button:focus-visible,
.star-page-pattern input:focus-visible,
.star-page-pattern select:focus-visible,
.star-page-pattern textarea:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

.star-page-pattern__content > * {
	max-width: 76rem;
	margin-inline: auto;
}

.star-page-pattern__content > .alignwide {
	max-width: 90rem;
}

.star-page-pattern__content > .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.star-page-intro,
.star-page-section,
.star-page-note,
.star-page-cta {
	margin-block: 0 clamp(32px, 5vw, 64px);
}

.star-page-intro {
	padding: clamp(28px, 5vw, 64px);
	border: 1px solid #d6dfd8;
	border-radius: 20px;
	background: linear-gradient(135deg, #f7faf8, #fff);
}

.star-page-intro__eyebrow {
	margin: 0 0 10px;
	color: #006b2d;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.star-page-intro h1 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.05;
}

.star-page-intro__lead {
	max-width: 68ch;
	margin: 20px 0 0;
	font-size: clamp(1.0625rem, 2vw, 1.3rem);
	line-height: 1.65;
}

/* Reusable editorial trust/brand page. */
.star-brand-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	background:
		radial-gradient(circle at 88% 15%, rgba(0, 107, 45, .12), transparent 32%),
		linear-gradient(135deg, #f7faf8, #fff);
}

.star-brand-hero__copy {
	min-width: 0;
}

.star-brand-hero__mark {
	display: grid;
	gap: 18px;
	align-content: center;
	justify-items: center;
	min-height: 220px;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid #d6dfd8;
	border-radius: 18px;
	background: rgba(255, 255, 255, .86);
}

.star-brand-hero__mark img {
	display: block;
	width: min(100%, 360px);
	height: auto;
}

.star-brand-hero__mark p {
	margin: 0;
	color: #4f5c54;
	font-size: .875rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.star-brand-facts {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #cdd8d0;
	border-radius: 14px;
	background: #cdd8d0;
}

.star-brand-facts > div {
	min-width: 0;
	padding: 18px 20px;
	background: #fff;
}

.star-brand-facts dt {
	margin: 0 0 6px;
	color: #556159;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-brand-facts dd {
	margin: 0;
	color: #172019;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.star-brand-section {
	display: grid;
	gap: 22px;
}

.star-brand-section__intro {
	max-width: 70ch;
}

.star-brand-section__intro p:last-child {
	margin-bottom: 0;
}

.star-brand-timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-brand-timeline li {
	position: relative;
	padding: 24px 22px 22px;
	border-top: 4px solid #006b2d;
	border-radius: 0 0 14px 14px;
	background: #f5f7f5;
}

.star-brand-timeline time {
	display: block;
	margin-bottom: 8px;
	color: #006b2d;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-brand-timeline h3,
.star-brand-timeline p {
	margin: 0;
}

.star-brand-timeline h3 {
	margin-bottom: 8px;
	font-size: 1.2rem;
}

.star-brand-principles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.star-brand-principles article,
.star-brand-person,
.star-brand-archive,
.star-brand-service-grid a {
	border: 1px solid #d6dfd8;
	border-radius: 14px;
	background: #fff;
}

.star-brand-principles article {
	padding: clamp(22px, 3vw, 30px);
}

.star-brand-principles article h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
}

.star-brand-principles article p:last-child {
	margin-bottom: 0;
}

.star-brand-person {
	display: grid;
	grid-template-columns: 168px minmax(0, 1fr);
	gap: clamp(22px, 4vw, 38px);
	align-items: center;
	padding: clamp(22px, 4vw, 38px);
}

.star-brand-person img {
	display: block;
	width: 168px;
	height: 168px;
	object-fit: cover;
	border: 3px solid #006b2d;
	border-radius: 18px;
}

.star-brand-person__role {
	margin: 0 0 6px;
	color: #006b2d;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-brand-person h3 {
	margin: 0 0 10px;
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.star-brand-person p:last-child {
	margin-bottom: 0;
}

.star-brand-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #005f29;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.star-brand-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.star-brand-service-grid a {
	display: grid;
	gap: 5px;
	min-height: 112px;
	padding: 20px;
	color: #172019;
	text-decoration: none;
}

.star-brand-service-grid a:hover,
.star-brand-service-grid a:focus-visible {
	border-color: #006b2d;
	background: #f3f8f4;
}

.star-brand-service-grid strong {
	font-size: 1.05rem;
}

.star-brand-service-grid span {
	color: #526057;
	font-size: .9375rem;
	line-height: 1.5;
}

.star-brand-archive {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: clamp(22px, 4vw, 36px);
}

.star-brand-archive h2,
.star-brand-archive p {
	margin: 0;
}

.star-brand-archive h2 {
	margin-bottom: 8px;
}

.star-brand-related {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-brand-related a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #005f29;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Professional editorial-author profile. */
.star-editorial-profile {
	display: grid;
	gap: clamp(40px, 6vw, 72px);
}

.star-editorial-profile__hero {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: center;
	padding: clamp(26px, 5vw, 58px);
	border: 1px solid #d6dfd8;
	border-radius: 22px;
	background:
		radial-gradient(circle at 10% 18%, rgba(0, 107, 45, .12), transparent 34%),
		linear-gradient(135deg, #f7faf8, #fff);
}

.star-editorial-profile__portrait {
	max-width: 410px;
}

.star-editorial-profile__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
	border: 1px solid #cbd7ce;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(16, 33, 45, .13);
}

.star-editorial-profile__image.star-team-avatar--universal {
	background: #eef5ef;
	padding: clamp(18px, 4vw, 36px);
	object-fit: contain;
}

.star-editorial-profile__hero-copy {
	min-width: 0;
}

.star-editorial-profile__hero h1 {
	max-width: 16ch;
	margin: 0;
	color: #0d192b;
	font-size: clamp(2.15rem, 5.4vw, 4.6rem);
	line-height: 1.02;
	letter-spacing: -.035em;
}

.star-editorial-profile__verified-role {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 20px 0 0;
	color: #005f29;
	font-weight: 800;
}

.star-editorial-profile__verified-role span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e4f3e8;
}

.star-editorial-profile__lead {
	max-width: 62ch;
	margin: 20px 0 0;
	color: #36453c;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.65;
}

.star-editorial-profile__overview {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: clamp(24px, 5vw, 54px);
	align-items: start;
}

.star-editorial-profile__overview h2,
.star-editorial-profile__specialties h2,
.star-editorial-profile__standards h2,
.star-editorial-profile__publications h2,
.star-editorial-profile__publisher h2 {
	margin: 0 0 14px;
	color: #0d192b;
	font-size: clamp(1.55rem, 3vw, 2.3rem);
	line-height: 1.15;
}

.star-editorial-profile__summary {
	color: #22342a;
	font-size: 1.18rem;
	font-weight: 750;
	line-height: 1.6;
}

.star-editorial-profile__responsibilities {
	padding: clamp(22px, 4vw, 32px);
	border-left: 4px solid #006b2d;
	border-radius: 0 14px 14px 0;
	background: #f5f8f5;
}

.star-editorial-profile__responsibilities h2 {
	font-size: 1.35rem;
}

.star-editorial-profile__responsibilities ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 22px;
}

.star-editorial-profile__specialties ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-editorial-profile__specialties li {
	padding: 10px 16px;
	border: 1px solid #cbd7ce;
	border-radius: 999px;
	background: #fff;
	color: #213229;
	font-weight: 700;
}

.star-editorial-profile__standards,
.star-editorial-profile__publisher {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #d6dfd8;
	border-radius: 16px;
	background: #f7faf8;
}

.star-editorial-profile__standards p:last-child,
.star-editorial-profile__publisher p:last-child {
	margin-bottom: 0;
}

.star-editorial-profile__section-heading {
	display: flex;
	gap: 22px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.star-editorial-profile__publication-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.star-editorial-profile__publication-card {
	overflow: hidden;
	border: 1px solid #d6dfd8;
	border-radius: 14px;
	background: #fff;
}

.star-editorial-profile__publication-image {
	display: block;
	min-height: 180px;
	background: #eef3ef;
}

.star-editorial-profile__publication-image img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.star-editorial-profile__publication-copy {
	padding: 20px;
}

.star-editorial-profile__publication-copy time {
	color: #5c685f;
	font-size: .86rem;
}

.star-editorial-profile__publication-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
	color: #005f29;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.star-editorial-profile__publication-meta strong {
	color: #5f3b00;
}

.star-editorial-profile__publication-copy h3 {
	margin: 8px 0 0;
	font-size: 1.16rem;
	line-height: 1.3;
}

.star-editorial-profile__publication-copy h3 a {
	color: #111d16;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
}

.star-editorial-profile__publication-copy h3 a:hover,
.star-editorial-profile__publication-copy h3 a:focus-visible {
	color: #005f29;
	text-decoration-color: currentColor;
}

.star-editorial-profile__publication-excerpt {
	margin: 12px 0 0;
	color: #46534a;
	font-size: .94rem;
	line-height: 1.55;
}

.star-editorial-profile__pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 32px;
	padding: 16px 18px;
	border: 1px solid #d6dfd8;
	border-radius: 16px;
	background: #f7faf8;
}

.star-editorial-profile__pagination-copy {
	display: grid;
	gap: 2px;
	min-width: max-content;
}

.star-editorial-profile__pagination-eyebrow {
	color: #006b2d;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-editorial-profile__pagination-summary {
	color: #46534a;
	font-size: .9rem;
	font-weight: 650;
}

.star-editorial-profile__pagination > ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-editorial-profile__pagination > ul.page-numbers > li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-editorial-profile__pagination > ul.page-numbers > li > .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 48px;
	min-height: 48px;
	padding: 9px 14px;
	border: 1px solid #bdcbc1;
	border-radius: 12px;
	background: #fff;
	color: #005f29;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.star-editorial-profile__pagination > ul.page-numbers > li > a.page-numbers:hover {
	border-color: #006b2d;
	background: #e8f4ec;
}

.star-editorial-profile__pagination > ul.page-numbers > li > a.page-numbers:focus-visible {
	outline: 3px solid #111d16;
	outline-offset: 3px;
	border-color: #006b2d;
}

.star-editorial-profile__pagination > ul.page-numbers > li > .current {
	border-color: #006b2d;
	background: #006b2d;
	color: #fff;
}

.star-editorial-profile__pagination > ul.page-numbers > li > .prev,
.star-editorial-profile__pagination > ul.page-numbers > li > .next {
	gap: 8px;
	min-width: auto;
	padding-inline: 16px;
}

.star-editorial-profile__pagination > ul.page-numbers > li > .dots {
	border-color: transparent;
	background: transparent;
	color: #5c685f;
}

.star-page-section > h2,
.star-page-note > h2,
.star-page-cta > h2 {
	margin: 0 0 16px;
	font-size: clamp(1.65rem, 3.5vw, 2.5rem);
	line-height: 1.15;
}

.star-task-grid,
.star-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.star-task-grid {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.star-task-grid li,
.star-feature-grid article {
	padding: 20px;
	border: 1px solid #d6dfd8;
	border-radius: 14px;
	background: #fff;
}

.star-feature-grid article h3 {
	margin-top: 0;
}

.star-game-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	padding: 0 !important;
}

.star-game-card__media {
	display: block;
	aspect-ratio: 10 / 7;
	overflow: hidden;
	background: #edf2ee;
}

.star-game-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.star-game-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 20px;
}

.star-game-card__body h2,
.star-game-card__body h3,
.star-game-card__body p {
	margin: 0;
}

.star-game-stage {
	margin-block: 0 clamp(32px, 5vw, 64px);
}

.star-game-stage__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid #cbd6cd;
	border-radius: 16px;
	background: #111;
	box-shadow: 0 18px 40px rgba(21, 39, 27, .12);
}

.star-game-stage__frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.star-game-stage__help {
	max-width: 70ch;
	margin: 14px 0 0;
	color: #4f5c54;
}

.star-check-list {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding-left: 1.4em;
}

.star-page-note,
.star-page-cta {
	padding: clamp(24px, 4vw, 40px);
	border-left: 4px solid #006b2d;
	background: #f2f6f3;
}

.star-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

a.star-page-button,
.star-page-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 20px;
	border: 2px solid #006b2d;
	border-radius: 8px;
	background: #006b2d;
	color: #fff !important;
	font-weight: 750;
	text-decoration: none;
}

a.star-page-button--secondary,
.star-page-button--secondary {
	background: #fff;
	color: #006b2d !important;
}

.star-page-faq details {
	padding: 16px 0;
	border-bottom: 1px solid #d6dfd8;
}

.star-page-faq summary {
	cursor: pointer;
	font-weight: 750;
}

.star-page-faq summary::marker {
	color: #006b2d;
}

.star-legal-page__header {
	position: relative;
}

.star-legal-page__updated {
	margin: 20px 0 0;
	color: #4f5c54;
}

.star-legal-page__updated time {
	font-weight: 750;
}

.star-legal-page__print {
	margin-top: 20px;
}

.star-legal-page__layout {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
	max-width: 76rem;
	margin: 0 auto clamp(40px, 6vw, 72px);
}

.star-legal-page__toc {
	position: sticky;
	top: calc(var(--star-portal-sticky-offset, 0px) + 24px);
	padding: 20px;
	border: 1px solid #d6dfd8;
	border-radius: 14px;
	background: #f7faf8;
}

.star-legal-page__toc h2 {
	margin: 0 0 12px;
	font-size: 1.125rem;
}

.star-legal-page__toc ol,
.star-legal-page__related ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-legal-page__toc a,
.star-legal-page__related a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #005f29;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.star-legal-page__toc-level-3 {
	padding-left: 16px;
}

.star-legal-page__body {
	min-width: 0;
	max-width: 76ch;
	font-size: 1.0625rem;
	line-height: 1.75;
}

.star-legal-page__body h2 {
	margin: 2.25em 0 .65em;
	font-size: clamp(1.4rem, 2.7vw, 2rem);
	line-height: 1.25;
	scroll-margin-top: calc(var(--star-portal-sticky-offset, 0px) + 32px);
}

.star-legal-page__body h2:first-child {
	margin-top: 0;
}

.star-legal-page__body h3 {
	margin: 1.75em 0 .55em;
	font-size: 1.25rem;
}

.star-legal-page__body p,
.star-legal-page__body li {
	max-width: 76ch;
}

.star-legal-page__related {
	max-width: 76rem;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 36px);
	border-top: 3px solid #006b2d;
	background: #f7faf8;
}

.star-legal-page__related h2 {
	margin: 0 0 14px;
	font-size: 1.35rem;
}

.star-legal-page__related ul {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.star-legal-page__related a[aria-current="page"] {
	color: #172019;
	text-decoration-thickness: 3px;
}

/* Contact task router: calm editorial hierarchy with one clear next action. */
.star-contact-page {
	display: grid;
	gap: clamp(28px, 5vw, 56px);
	color: #142019;
}

.star-contact-page__hero {
	max-width: 58rem;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid #d5dfd7;
	border-radius: 22px;
	background: linear-gradient(135deg, #fff 10%, #eef6f0 100%);
}

.star-contact-page__hero h1 {
	margin: 8px 0 14px;
	font-size: clamp(2.35rem, 6vw, 4.75rem);
	line-height: .98;
	letter-spacing: -.045em;
}

.star-contact-page__lead,
.star-contact-page__section-heading > p,
.star-contact-page__direct p,
.star-contact-page__form-intro > p,
.star-contact-page__publisher > div:first-child > p:last-child {
	max-width: 68ch;
	margin: 0;
	color: #4e5d53;
	font-size: 1.0625rem;
	line-height: 1.7;
}

.star-contact-page__router,
.star-contact-page__form,
.star-contact-page__publisher {
	display: grid;
	gap: 24px;
}

.star-contact-page__section-heading {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr);
	gap: 24px;
	align-items: end;
}

.star-contact-page__section-heading h2,
.star-contact-page__direct h2,
.star-contact-page__form h2,
.star-contact-page__publisher h2 {
	margin: 5px 0 0;
	font-size: clamp(1.65rem, 3.5vw, 2.5rem);
	line-height: 1.1;
}

.star-contact-page__task-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.star-contact-page__task {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid #d7ded8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 40, 25, .045);
}

.star-contact-page__task-icon {
	display: inline-grid;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	place-items: center;
	border-radius: 50%;
	background: #eaf4ed;
	color: #006b2d;
}

.star-contact-page__task h3 {
	margin: 0 0 8px;
	font-size: 1.25rem;
	line-height: 1.25;
}

.star-contact-page__task p {
	margin: 0 0 12px;
	color: #526057;
	line-height: 1.6;
}

.star-contact-page__task .star-contact-page__task-note {
	padding-top: 12px;
	border-top: 1px solid #e2e8e3;
	font-size: .925rem;
}

.star-contact-page__task-link,
.star-contact-page__reveal,
.star-contact-page__publisher-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: auto;
	color: #005f29;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.star-contact-page__direct {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: clamp(24px, 4vw, 38px);
	border-radius: 18px;
	background: #14251a;
	color: #fff;
}

.star-contact-page__direct .star-page-eyebrow,
.star-contact-page__direct p {
	color: #dbe9df;
}

.star-page-pattern-renderer .star-contact-page__direct h2 {
	color: #fff !important;
}

.star-contact-page__direct-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.star-contact-page__reveal,
.star-contact-page__direct-link,
.star-contact-page__reveal:link,
.star-contact-page__reveal:visited,
.star-contact-page__direct-link:link,
.star-contact-page__direct-link:visited {
	min-width: 190px;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid #b9d6c1;
	border-radius: 999px;
	background: #fff;
	color: #124021 !important;
	text-decoration: none;
}

.star-contact-page__direct-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.star-contact-page__emergency {
	padding: 18px 22px;
	border: 1px solid #d8ded9;
	border-left: 4px solid #47534a;
	border-radius: 12px;
	background: #f5f6f5;
}

.star-contact-page__emergency p {
	max-width: 76ch;
	margin: 5px 0 0;
	color: #4e5d53;
	line-height: 1.6;
}

.star-contact-page__form {
	grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid #d5dfd7;
	border-radius: 20px;
	background: #f6f9f7;
}

.star-contact-page__response-note {
	margin-top: 18px !important;
	padding: 14px 16px;
	border-left: 3px solid #007a33;
	background: #e7f2ea;
	font-size: .95rem !important;
}

.star-contact-page__form-shell {
	min-width: 0;
	padding: clamp(18px, 3vw, 30px);
	border: 1px solid #d6ded8;
	border-radius: 14px;
	background: #fff;
}

.star-contact-page__publisher {
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	padding: clamp(24px, 4vw, 38px);
	border-top: 3px solid #006b2d;
	background: #f8faf8;
}

.star-contact-page__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 0;
}

.star-contact-page__facts > div {
	padding: 12px 0;
	border-bottom: 1px solid #d9e0da;
}

.star-contact-page__facts dt {
	color: #5a675d;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.star-contact-page__facts dd {
	margin: 4px 0 0;
	font-weight: 650;
	line-height: 1.5;
}

.star-contact-page__publisher-links {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 10px 24px;
}

/*
 * The migrated page owns the complete public shell, including the inherited
 * Astra header and STAR footer. Keep every real pointer target at the WCAG
 * 2.2 minimum without changing the layout of non-migrated Elementor pages.
 */
.star-page-pattern-renderer .dropdown-menu-toggle[tabindex] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.star-page-pattern-renderer .star-portal-quickbar__future,
.star-page-pattern-renderer [data-role="contact-phone"],
.star-page-pattern-renderer [data-role="contact-email"],
.star-page-pattern-renderer .jm-site-footer__stack a,
.star-page-pattern-renderer .jm-site-footer__location-links a,
.star-page-pattern-renderer .jm-site-footer__bottom a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.star-page-pattern-renderer .jm-site-footer__menu a {
	min-height: 44px;
	align-items: center;
}

.star-page-pattern-renderer .sfb-checkbox,
.star-page-pattern-renderer .sfb-radio {
	align-items: center;
	min-height: 44px;
	cursor: pointer;
}

.star-page-pattern-renderer .sfb-checkbox input,
.star-page-pattern-renderer .sfb-radio input {
	width: 24px;
	height: 24px;
	min-height: 24px;
	margin-top: 0;
	flex: 0 0 24px;
}

@media (max-width: 820px) {
	.star-task-grid,
	.star-feature-grid,
	.star-brand-timeline,
	.star-brand-service-grid,
	.star-legal-page__related ul {
		grid-template-columns: 1fr;
	}

	.star-brand-hero,
	.star-brand-principles,
	.star-brand-person,
	.star-brand-archive {
		grid-template-columns: 1fr;
	}

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

	.star-brand-person img {
		width: 140px;
		height: 140px;
	}

	.star-legal-page__layout {
		grid-template-columns: 1fr;
	}

	.star-legal-page__toc {
		position: static;
	}

	.star-editorial-profile__hero,
	.star-editorial-profile__overview,
	.star-editorial-profile__standards,
	.star-editorial-profile__publisher {
		grid-template-columns: 1fr;
	}

	.star-editorial-profile__portrait {
		max-width: 320px;
	}

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

	.star-contact-page__section-heading,
	.star-contact-page__direct,
	.star-contact-page__form,
	.star-contact-page__publisher {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.star-page-pattern-shell__inner {
		width: min(100% - 24px, 1240px);
	}

	.star-page-intro {
		padding: 24px 18px;
	}

	.star-page-actions,
	.star-page-button {
		width: 100%;
	}

	.star-brand-facts {
		grid-template-columns: 1fr;
	}

	.star-brand-hero__mark {
		min-height: 160px;
	}

	.star-editorial-profile__hero {
		padding: 22px 18px;
	}

	.star-editorial-profile__hero h1 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.star-editorial-profile__publication-grid {
		grid-template-columns: 1fr;
	}

	.star-editorial-profile__section-heading {
		align-items: start;
		flex-direction: column;
	}

	.star-editorial-profile__pagination {
		align-items: stretch;
		flex-direction: column;
		padding: 14px;
	}

	.star-editorial-profile__pagination-copy {
		min-width: 0;
	}

	.star-editorial-profile__pagination > ul.page-numbers {
		justify-content: flex-start;
	}

	.star-contact-page__task-grid,
	.star-contact-page__facts {
		grid-template-columns: 1fr;
	}

	.star-contact-page__direct-actions,
	.star-contact-page__reveal,
	.star-contact-page__direct-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.star-page-pattern *,
	.star-page-pattern *::before,
	.star-page-pattern *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media print {
	.star-page-pattern-renderer header.site-header,
	.star-page-pattern-renderer footer,
	.star-page-pattern-renderer .star-page-breadcrumbs,
	.star-legal-page__print,
	.star-legal-page__toc,
	.star-legal-page__related {
		display: none !important;
	}

	.star-page-pattern-shell,
	.star-page-pattern-shell__inner,
	.star-page-intro,
	.star-legal-page__layout,
	.star-legal-page__body {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: #fff !important;
		box-shadow: none !important;
		color: #000 !important;
	}
}

/* Contact brand asset: a reusable, central-logo download card. */
.star-contact-page__brand {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: stretch;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #cfe0d3;
	border-radius: 20px;
	background: linear-gradient(135deg, #f7fbf8 0%, #e9f5ed 100%);
}

.star-contact-page__brand-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

.star-contact-page__brand h2 {
	margin: 5px 0 12px;
	color: #075d2e;
	font-size: clamp(1.65rem, 3.5vw, 2.45rem);
	line-height: 1.08;
}

.star-contact-page__brand-copy > p:not(.star-page-eyebrow) {
	max-width: 58ch;
	margin: 0;
	color: #46584b;
	font-size: 1.05rem;
	line-height: 1.65;
}

.star-contact-page__brand-list {
	display: grid;
	gap: 8px;
	margin: 20px 0 24px;
	padding: 0;
	color: #294635;
	font-size: .95rem;
	line-height: 1.45;
	list-style: none;
}

.star-contact-page__brand-list li {
	display: flex;
	gap: 9px;
	align-items: flex-start;
}

.star-contact-page__brand-list li::before {
	content: '✓';
	color: #00813a;
	font-weight: 800;
}

.star-contact-page__brand-download {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: 10px;
	background: #007a35;
	color: #fff !important;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.star-contact-page__brand-download:hover,
.star-contact-page__brand-download:focus-visible {
	background: #005e29;
	color: #fff !important;
}

.star-contact-page__brand-download:focus-visible {
	outline: 3px solid #f0b93c;
	outline-offset: 3px;
}

.star-contact-page__brand-preview {
	display: grid;
	min-height: 194px;
	place-items: center;
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: linear-gradient(135deg, #0a3020 0%, #075c31 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 30px rgba(9, 49, 28, .14);
}

.star-contact-page__brand-preview img {
	display: block;
	width: min(100%, 340px);
	height: auto;
	max-height: 120px;
}

@media (max-width: 820px) {
	.star-contact-page__brand { grid-template-columns: 1fr; }
	.star-contact-page__brand-preview { min-height: 164px; }
}

@media (max-width: 480px) {
	.star-contact-page__brand { padding: 22px 18px; }
	.star-contact-page__brand-download { width: 100%; justify-content: center; }
}
