/* Sabteto main — Trust & Authority + locked brand tokens
   ui-ux-pro-max: Lead Magnet + Form · impeccable craft floor · motion via CSS */

/* Self-hosted Vazirmatn (essential weights) */
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazir/Vazirmatn-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazir/Vazirmatn-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazir/Vazirmatn-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazir/Vazirmatn-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazir/Vazirmatn-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-primary: #0a0a0a;
	--color-on-primary: #ffffff;
	--color-secondary: #5c5c5c;
	--color-accent: #f5c518;
	--color-yellow: #f5c518;
	--color-yellow-deep: #d4a60a;
	--color-background: #f3f1ea;
	--color-surface: #ffffff;
	--color-foreground: #121212;
	--color-muted: #5c5c5c;
	--color-border: rgba(10, 10, 10, 0.12);
	--color-destructive: #dc2626;
	--color-ring: #f5c518;

	--font-body: "Vazirmatn", system-ui, sans-serif;
	--radius: 4px;
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.14);

	--space-xs: 0.25rem;
	--space-sm: 0.5rem;
	--space-md: 1rem;
	--space-lg: 1.5rem;
	--space-xl: 2rem;
	--space-2xl: 3rem;
	--space-3xl: 4rem;

	--header-h: 4.25rem;
	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--max: 72rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--color-foreground);
	background: var(--color-background);
	-webkit-font-smoothing: antialiased;
	direction: rtl;
	text-align: right;
}

html {
	scroll-behavior: smooth;
	direction: rtl;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--color-secondary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	transition: color 0.2s var(--ease-out);
}

a:hover {
	color: var(--color-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--color-ring);
	outline-offset: 3px;
}

.sabteto-container,
.u-container {
	width: min(100% - 2rem, var(--max));
	margin-inline: auto;
}

.u-section {
	padding: var(--space-3xl) 0;
}

.u-section--surface {
	background: var(--color-surface);
}

.u-text-center {
	text-align: center;
}

/* Buttons — global reusable */
.sabteto-btn,
.u-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.85rem 1.4rem;
	border-radius: 999px;
	border: 0;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), background 0.2s var(--ease-out), color 0.2s var(--ease-out);
}

.sabteto-btn--primary,
.u-btn--primary {
	background: var(--color-yellow);
	color: var(--color-primary);
	box-shadow: var(--shadow-md);
	font-weight: 800;
}

.sabteto-btn--primary:hover,
.u-btn--primary:hover {
	transform: translateY(-2px);
	background: var(--color-yellow-deep);
	color: var(--color-primary);
	text-decoration: none;
	box-shadow: var(--shadow-lg);
}

.sabteto-btn--ghost,
.u-btn--ghost {
	background: transparent;
	color: var(--color-on-primary);
	border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.sabteto-btn--ghost:hover,
.u-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
}

.sabteto-btn--outline,
.u-btn--outline {
	background: var(--color-surface);
	color: var(--color-primary);
	border: 1.5px solid var(--color-border);
}

.sabteto-btn--outline:hover,
.u-btn--outline:hover {
	border-color: var(--color-accent);
	color: var(--color-accent);
	text-decoration: none;
}

/* Header */
.sabteto-header {
	position: sticky;
	top: 0;
	z-index: 50;
	height: auto;
	min-height: var(--header-h);
	background: rgba(245, 247, 250, 0.88);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(216, 222, 230, 0.8);
}

.sabteto-header--dual {
	--header-top-h: 3.65rem;
	--header-services-h: 2.85rem;
	--header-h: calc(var(--header-top-h) + var(--header-services-h));
}

@media (max-width: 899px) {
	.sabteto-header--dual {
		--header-h: var(--header-top-h);
	}
}

.sabteto-header.is-mega-open,
.sabteto-header.is-nav-open {
	z-index: 60;
}

.sabteto-header__top {
	position: relative;
	z-index: 3;
	height: var(--header-top-h, 3.65rem);
	border-bottom: 1px solid rgba(216, 222, 230, 0.55);
}

.sabteto-header__top-inner,
.sabteto-header__inner {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	height: 100%;
	position: relative;
	z-index: 2;
}

.sabteto-header__services {
	position: relative;
	z-index: 2;
	display: none;
	min-height: var(--header-services-h, 2.85rem);
	background: rgba(255, 255, 255, 0.55);
}

.sabteto-header__services-inner {
	display: flex;
	align-items: center;
	min-height: var(--header-services-h, 2.85rem);
}

.sabteto-header__brand {
	flex-shrink: 0;
}

.sabteto-logo {
	font-weight: 800;
	font-size: 1.35rem;
	color: var(--color-primary);
	text-decoration: none;
	letter-spacing: -0.02em;
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.sabteto-logo span {
	color: var(--color-accent);
}

.sabteto-logo--img img,
.sabteto-logo img {
	display: block;
	height: 2.35rem;
	width: auto;
	max-width: 10.5rem;
	object-fit: contain;
}

.sabteto-nav {
	display: none;
	align-items: center;
	flex: 1;
	justify-content: flex-start;
	min-width: 0;
}

.sabteto-nav--site {
	gap: 0.15rem;
	flex-wrap: wrap;
}

.sabteto-nav--services {
	width: 100%;
	justify-content: center;
}

.sabteto-nav--services .sabteto-nav__list {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 0.15rem;
}

.sabteto-nav__list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.sabteto-nav__item {
	position: relative;
	flex-shrink: 0;
}

.sabteto-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	margin: 0;
	padding: 0.4rem 0.55rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--color-foreground);
	font: inherit;
	font-weight: 650;
	font-size: 0.8rem;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}

.sabteto-nav__link:hover,
.sabteto-nav__item.is-open > .sabteto-nav__link {
	color: var(--color-accent);
	background: rgba(18, 53, 82, 0.06);
}

.sabteto-nav__chevron {
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	border-inline-end: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	translate: 0 -0.08rem;
	transition: transform 0.2s ease;
}

.sabteto-nav__item.is-open .sabteto-nav__chevron {
	transform: rotate(225deg);
	translate: 0 0.06rem;
}

.sabteto-dd {
	position: absolute;
	top: calc(100% + 0.55rem);
	inset-inline-start: 0;
	z-index: 40;
	min-width: 16rem;
	max-width: min(92vw, 36rem);
	padding: 0.85rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(18, 53, 82, 0.12);
	box-shadow: 0 18px 40px rgba(11, 34, 56, 0.14);
}

.sabteto-dd[hidden] {
	display: none;
}

.sabteto-dd--wide {
	inset-inline-start: 0;
	min-width: min(92vw, 52rem);
	max-width: min(96vw, 58rem);
	padding: 1rem 1.1rem;
}

.sabteto-dd--compact {
	min-width: 12rem;
}

.sabteto-dd__inner {
	display: grid;
	gap: 0.85rem 1.25rem;
}

.sabteto-dd__inner--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sabteto-dd__inner--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sabteto-dd__heading {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.03em;
	color: rgba(18, 53, 82, 0.55);
}

.sabteto-dd__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.2rem;
}

.sabteto-dd__link {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.45rem 0.55rem;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}

.sabteto-dd__link:hover {
	background: rgba(255, 170, 1, 0.1);
}

.sabteto-dd__label {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--color-primary);
}

.sabteto-dd__blurb {
	font-size: 0.74rem;
	line-height: 1.4;
	color: rgba(18, 53, 82, 0.62);
}

.sabteto-menu {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sabteto-menu a {
	color: var(--color-foreground);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
}

.sabteto-menu a:hover {
	color: var(--color-accent);
}

.sabteto-header__actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-inline-start: auto;
	flex-shrink: 0;
}

.sabteto-header__phone {
	display: none;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.05rem;
	text-decoration: none;
	line-height: 1.15;
	color: inherit;
}

.sabteto-header__phone-label {
	font-size: 0.68rem;
	font-weight: 650;
	opacity: 0.65;
}

.sabteto-header__phone-num {
	font-size: 0.9rem;
	font-weight: 750;
	direction: ltr;
	font-variant-numeric: tabular-nums;
}

.sabteto-mobile-nav__phone {
	display: block;
	margin-top: 0.75rem;
	font-weight: 750;
	direction: ltr;
}

.sabteto-mobile-nav__cta {
	display: inline-flex;
	margin-top: 0.85rem;
	margin-bottom: 0.25rem;
}

.sabteto-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	background: var(--color-surface);
	cursor: pointer;
}

.sabteto-nav-toggle span {
	display: block;
	width: 1.1rem;
	height: 2px;
	background: var(--color-primary);
	position: relative;
}

.sabteto-nav-toggle span::before,
.sabteto-nav-toggle span::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	height: 2px;
	background: inherit;
}

.sabteto-nav-toggle span::before {
	top: -6px;
}

.sabteto-nav-toggle span::after {
	top: 6px;
}

.sabteto-mobile-nav {
	display: none;
	border-bottom: 1px solid var(--color-border);
	background: var(--color-surface);
	padding: 1rem 0 1.25rem;
	max-height: min(78vh, 40rem);
	overflow: auto;
}

.sabteto-mobile-nav.is-open {
	display: block;
}

.sabteto-mobile-nav__strategic > a {
	display: block;
	padding: 0.65rem 0;
	color: var(--color-foreground);
	text-decoration: none;
	font-weight: 600;
}

.sabteto-mnav {
	display: grid;
	gap: 0.15rem;
	margin-bottom: 0.5rem;
}

.sabteto-mnav__link,
.sabteto-mnav__item > summary {
	display: block;
	padding: 0.7rem 0;
	font-weight: 750;
	color: var(--color-foreground);
	text-decoration: none;
	cursor: pointer;
	list-style: none;
	border-bottom: 1px solid rgba(18, 53, 82, 0.1);
}

.sabteto-mnav__item > summary::-webkit-details-marker {
	display: none;
}

.sabteto-mnav__body {
	padding: 0.35rem 0 0.85rem;
}

.sabteto-mnav__hub {
	display: inline-block;
	margin-bottom: 0.55rem;
	font-size: 0.86rem;
	font-weight: 750;
	color: var(--color-primary);
}

.sabteto-mnav__heading {
	margin: 0.65rem 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 750;
	color: rgba(18, 53, 82, 0.55);
}

.sabteto-mnav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.3rem;
}

.sabteto-mnav__list a {
	display: block;
	padding: 0.45rem 0.55rem;
	border-radius: 8px;
	background: rgba(18, 53, 82, 0.04);
	text-decoration: none;
	color: inherit;
}

.sabteto-mnav__label {
	display: block;
	font-weight: 700;
	font-size: 0.9rem;
}

.sabteto-mnav__blurb {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.75rem;
	opacity: 0.68;
	line-height: 1.4;
}

.sabteto-mobile-nav__label {
	margin: 0.85rem 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.03em;
	color: rgba(18, 53, 82, 0.55);
}

.sabteto-mobile-nav__label:first-child {
	margin-top: 0;
}

@media (min-width: 900px) {
	.sabteto-nav {
		display: flex;
	}

	.sabteto-header__services {
		display: block;
	}

	.sabteto-nav-toggle {
		display: none;
	}

	.sabteto-mobile-nav {
		display: none !important;
	}
}

@media (min-width: 1100px) {
	.sabteto-header__phone {
		display: flex;
	}

	.sabteto-nav__link {
		padding: 0.42rem 0.62rem;
		font-size: 0.84rem;
	}
}

@media (min-width: 1280px) {
	.sabteto-nav__link {
		font-size: 0.88rem;
		padding: 0.45rem 0.7rem;
	}
}

/* Hero — poster-scale, brand-first */
.sabteto-hero {
	position: relative;
	isolation: isolate;
	min-height: min(92vh, 52rem);
	display: grid;
	align-items: end;
	color: #fff;
	overflow: hidden;
	background: #0a0a0a;
}

.sabteto-hero__media {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(ellipse 50% 40% at 88% 12%, rgba(245, 197, 24, 0.35), transparent 58%),
		linear-gradient(125deg, #000 0%, #121212 48%, #1a1a1a 78%, #2a2308 100%);
	transform: scale(1.05);
	animation: sabteto-hero-pan 22s var(--ease-out) infinite alternate;
}

.sabteto-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(
			-22deg,
			transparent 0 28px,
			rgba(255, 255, 255, 0.028) 28px 29px
		);
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.sabteto-hero__media::after {
	content: "";
	position: absolute;
	inset-inline-end: -8%;
	top: 12%;
	width: min(42vw, 28rem);
	aspect-ratio: 1;
	border: 2px solid rgba(245, 197, 24, 0.35);
	border-radius: 50%;
	transform: rotate(12deg);
	pointer-events: none;
}

.sabteto-hero__inner {
	position: relative;
	padding: 8.5rem 0 5.5rem;
	z-index: 1;
}

.sabteto-hero__brand {
	display: block;
	font-weight: 900;
	font-size: clamp(3rem, 11vw, 7.5rem);
	letter-spacing: -0.055em;
	line-height: 0.92;
	margin: 0 0 1.35rem;
	text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.sabteto-hero__brand::after {
	content: "";
	display: block;
	width: min(100%, 11rem);
	height: 0.55rem;
	margin-top: 1rem;
	border-radius: 999px;
	background: var(--color-yellow);
}

.sabteto-hero h1 {
	margin: 0 0 1.1rem;
	font-size: clamp(1.35rem, 3.2vw, 2.15rem);
	line-height: 1.45;
	font-weight: 700;
	max-width: 22ch;
	text-wrap: balance;
	color: rgba(255, 255, 255, 0.96);
}

.sabteto-hero p {
	margin: 0 0 1.85rem;
	max-width: 34ch;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.82);
}

.sabteto-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.sabteto-hero.is-ready .sabteto-hero__brand,
.sabteto-hero.is-ready h1,
.sabteto-hero.is-ready p,
.sabteto-hero.is-ready .sabteto-hero__cta {
	animation: sabteto-rise 0.85s var(--ease-out) both;
}

.sabteto-hero.is-ready h1 {
	animation-delay: 0.1s;
}

.sabteto-hero.is-ready p {
	animation-delay: 0.18s;
}

.sabteto-hero.is-ready .sabteto-hero__cta {
	animation-delay: 0.28s;
}

@keyframes sabteto-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
		filter: blur(6px);
	}
	to {
		opacity: 1;
		transform: none;
		filter: none;
	}
}

@keyframes sabteto-hero-pan {
	from {
		transform: scale(1.04) translate3d(0, 0, 0);
	}
	to {
		transform: scale(1.08) translate3d(-1.5%, -1%, 0);
	}
}

/* Sections */
.sabteto-section {
	padding: var(--space-3xl) 0;
}

.sabteto-section--surface {
	background: var(--color-surface);
}

/* Legacy homepage leftovers removed — home lives in home.css under #page-home */

.sabteto-section__head {
	max-width: 40rem;
	margin-bottom: var(--space-xl);
}

.sabteto-section__head h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.3;
	color: var(--color-primary);
}

.sabteto-section__head p {
	margin: 0;
	color: var(--color-muted);
}

.sabteto-underline {
	display: inline-block;
	position: relative;
}

.sabteto-underline::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: -0.2em;
	width: 100%;
	height: 0.28em;
	background: linear-gradient(90deg, var(--color-yellow), transparent);
	border-radius: 999px;
	opacity: 0.85;
	z-index: -1;
}

/* Service list — not card soup; editorial rows */
.sabteto-service-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--color-border);
}

.sabteto-service-list a {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem 0.25rem;
	border-bottom: 1px solid var(--color-border);
	text-decoration: none;
	color: inherit;
	transition: background 0.2s var(--ease-out), padding 0.2s var(--ease-out);
}

.sabteto-service-list a:hover {
	background: rgba(245, 197, 24, 0.12);
	padding-inline: 0.75rem;
}

.sabteto-service-list strong {
	display: block;
	font-size: 1.1rem;
	color: var(--color-primary);
}

.sabteto-service-list span {
	color: var(--color-muted);
	font-size: 0.95rem;
}

.sabteto-service-list em {
	font-style: normal;
	font-weight: 700;
	color: var(--color-accent);
}

/* Lead panel */
.sabteto-lead-panel {
	display: grid;
	gap: var(--space-xl);
	align-items: start;
}

@media (min-width: 900px) {
	.sabteto-lead-panel {
		grid-template-columns: 1.1fr 0.9fr;
	}
}

.sabteto-lead-card {
	background: var(--color-primary);
	color: #fff;
	border-radius: calc(var(--radius) + 4px);
	padding: clamp(1.4rem, 3vw, 2rem);
	box-shadow: var(--shadow-lg);
	position: relative;
	overflow: hidden;
}

.sabteto-lead-card::before {
	content: "";
	position: absolute;
	inset-inline-end: -20%;
	top: -30%;
	width: 60%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 197, 24, 0.35), transparent 70%);
	pointer-events: none;
}

.sabteto-lead-card h2,
.sabteto-lead-card h3 {
	margin: 0 0 0.5rem;
	position: relative;
}

.sabteto-lead-card p {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.85);
	position: relative;
}

.sabteto-form {
	display: grid;
	gap: 0.85rem;
	position: relative;
}

.sabteto-form label {
	display: grid;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.92rem;
}

.sabteto-form input,
.sabteto-form textarea,
.sabteto-form select {
	width: 100%;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 10px;
	padding: 0.8rem 0.95rem;
	font: inherit;
	transition: border-color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.sabteto-form input[type="tel"] {
	direction: rtl;
	text-align: right;
}

.sabteto-form input::placeholder,
.sabteto-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.sabteto-form input:focus,
.sabteto-form textarea:focus,
.sabteto-form select:focus {
	border-color: var(--color-yellow);
	background: rgba(255, 255, 255, 0.14);
}

.sabteto-form--light input,
.sabteto-form--light textarea,
.sabteto-form--light select {
	background: var(--color-surface);
	color: var(--color-foreground);
	border-color: var(--color-border);
}

.sabteto-form--light input::placeholder,
.sabteto-form--light textarea::placeholder {
	color: rgba(11, 34, 56, 0.55);
	opacity: 1;
}

.sabteto-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.sabteto-alert {
	padding: 0.85rem 1rem;
	border-radius: 10px;
	margin-bottom: 1rem;
	font-weight: 600;
}

.sabteto-alert--ok {
	background: rgba(245, 197, 24, 0.2);
	color: #1a1208;
}

.sabteto-alert--err {
	background: rgba(220, 38, 38, 0.12);
	color: #7f1d1d;
}

.sabteto-form.is-success {
	animation: sabteto-pulse 0.5s var(--ease-out);
}

@keyframes sabteto-pulse {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.01);
	}
	100% {
		transform: scale(1);
	}
}

/* Content */
.sabteto-prose {
	max-width: 70ch;
}

.sabteto-prose > *:first-child {
	margin-top: 0;
}

.sabteto-prose h2,
.sabteto-prose h3 {
	color: var(--color-primary);
	line-height: 1.35;
	margin-top: 2rem;
}

.sabteto-page-hero {
	padding: var(--space-2xl) 0 var(--space-xl);
	background:
		linear-gradient(180deg, rgba(12, 45, 72, 0.06), transparent),
		var(--color-background);
	border-bottom: 1px solid var(--color-border);
}

.sabteto-page-hero h1 {
	margin: 0.4rem 0 0.75rem;
	font-size: clamp(1.7rem, 3.5vw, 2.5rem);
	color: var(--color-primary);
	line-height: 1.25;
	max-width: 18ch;
}

.sabteto-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	font-size: 0.88rem;
	color: var(--color-muted);
}

.sabteto-breadcrumb a {
	color: var(--color-secondary);
	text-decoration: none;
}

.sabteto-layout-split {
	display: grid;
	gap: var(--space-xl);
}

@media (min-width: 960px) {
	.sabteto-layout-split {
		grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.75fr);
		align-items: start;
	}

	.sabteto-sticky {
		position: sticky;
		top: calc(var(--header-h) + 1rem);
	}
}

/* Trust strip */
.sabteto-trust {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.sabteto-trust__item {
	padding: 1rem 0;
}

.sabteto-trust__item strong {
	display: block;
	color: var(--color-primary);
	font-size: 1.05rem;
	margin-bottom: 0.25rem;
}

.sabteto-trust__item span {
	color: var(--color-muted);
	font-size: 0.95rem;
}

/* Floating CTA styles moved to floating-widget.css */

/* Footer — two-tier
   No top margin: dark pre-footer CTAs (article/blog/faq/…) must sit flush.
   Gold seam marks the join and keeps brand contrast vs mid-blue CTA bands. */
.sabteto-footer {
	position: relative;
	background: #0b2238;
	color: rgba(255, 255, 255, 0.78);
	margin-top: 0;
	padding: 0;
}

.sabteto-footer::before {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		#e69500 12%,
		#ffaa01 50%,
		#ffe08a 50%,
		#ffaa01 88%,
		transparent 100%
	);
	pointer-events: none;
}

.sabteto-footer a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
}

.sabteto-footer a:hover {
	color: #ffaa01;
	text-decoration: none;
}

.sabteto-footer__main {
	padding: clamp(2.75rem, 6vw, 4.25rem) 0 clamp(2.25rem, 5vw, 3.25rem);
	border-top: 0;
}

.sabteto-footer__grid {
	display: grid;
	gap: 2rem 1.5rem;
}

@media (min-width: 700px) {
	.sabteto-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1000px) {
	.sabteto-footer__grid {
		grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
		gap: 2rem 1.75rem;
	}
}

.sabteto-footer__brand {
	font-size: clamp(1.55rem, 3vw, 1.9rem);
	font-weight: 900;
	color: #fff;
	margin: 0 0 0.85rem;
	letter-spacing: -0.03em;
}

.sabteto-footer__brand.sabteto-logo--img,
a.sabteto-footer__brand {
	display: inline-flex;
	margin: 0 0 0.85rem;
}

.sabteto-footer__brand img {
	display: block;
	height: 2.65rem;
	width: auto;
	max-width: 11.5rem;
	object-fit: contain;
}

.sabteto-footer__brand span {
	color: #ffaa01;
}

.sabteto-footer__tagline {
	margin: 0 0 1.35rem;
	line-height: 1.8;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
	max-width: 34ch;
}

.sabteto-footer__contact {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.sabteto-footer__contact li {
	display: grid;
	grid-template-columns: 1.15rem 1fr;
	column-gap: 0.55rem;
	row-gap: 0.15rem;
	align-items: start;
}

.sabteto-footer__contact-body > span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.45);
}

.sabteto-footer__contact a,
.sabteto-footer__contact em {
	font-style: normal;
	font-weight: 650;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.55;
}

.sabteto-footer__contact a {
	direction: ltr;
	text-align: right;
	display: block;
}

.sabteto-footer__contact-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.sabteto-footer__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.sabteto-footer__cta .sabteto-btn--primary {
	background: #ffaa01;
	color: #0b2238;
	border-radius: 999px;
	font-weight: 750;
	padding: 0.7rem 1.15rem;
}

.sabteto-footer__wa {
	padding: 0.65rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.88rem;
	color: #fff;
}

.sabteto-footer__wa:hover {
	border-color: #ffaa01;
	color: #ffaa01;
}

.sabteto-footer h3 {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	font-weight: 800;
	color: #ffaa01;
	letter-spacing: 0.01em;
}

.sabteto-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.sabteto-footer__grid > div:not(.sabteto-footer__brand-col) ul a {
	font-size: 0.9rem;
	font-weight: 550;
	opacity: 0.88;
	line-height: 1.45;
}

.sabteto-footer__grid > div:not(.sabteto-footer__brand-col) ul a:hover {
	opacity: 1;
}

.sabteto-footer__bar {
	background: rgba(0, 0, 0, 0.28);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1rem 0;
}

.sabteto-footer__bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem 1.25rem;
}

.sabteto-footer__copy {
	margin: 0;
	font-size: 0.84rem;
	color: rgba(255, 255, 255, 0.58);
}

.sabteto-footer__copy span {
	opacity: 0.45;
	margin-inline: 0.25rem;
}

.sabteto-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
}

.sabteto-footer__legal a {
	font-size: 0.84rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
}

.sabteto-footer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
}

.sabteto-footer__meta span {
	font-size: 0.75rem;
	font-weight: 650;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.04);
}

/* Reveal on scroll */
.sabteto-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}

.sabteto-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.sabteto-hero__media,
	.sabteto-hero.is-ready .sabteto-hero__brand,
	.sabteto-hero.is-ready h1,
	.sabteto-hero.is-ready p,
	.sabteto-hero.is-ready .sabteto-hero__cta,
	.sabteto-reveal {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
	}
}

/* Contact / channel icons */
.sabteto-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 1.05em;
	height: 1.05em;
	vertical-align: -0.15em;
}

.sh-btn--icon,
.sabteto-btn--icon,
.sa-share__btn,
.sa-bottom-cta__secondary,
.sabteto-footer__wa,
.sabteto-footer__link-icon,
.sabteto-header__phone,
.sabteto-mobile-nav__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.sabteto-header__phone {
	flex-direction: row;
	align-items: center;
	gap: 0.55rem;
}

.sabteto-header__phone-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.05rem;
	line-height: 1.15;
}

.sabteto-header__phone .sabteto-icon {
	width: 1.15rem;
	height: 1.15rem;
	opacity: 0.85;
}

.sabteto-footer__contact li {
	display: grid;
	grid-template-columns: 1.15rem 1fr;
	column-gap: 0.55rem;
	align-items: start;
}

.sabteto-footer__contact .sabteto-icon {
	margin-top: 0.15rem;
	opacity: 0.75;
	color: #ffaa01;
}

.sabteto-footer__contact-body {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.sabteto-footer__wa .sabteto-icon,
.sabteto-footer__link-icon .sabteto-icon {
	width: 1rem;
	height: 1rem;
}
