/* ============================================================
   ABOUT PAGE — Hosn
   Self-contained styles. Depends on theme variables defined in style.css
   ============================================================ */

:root {
	--ab-gold: #f3ce34;
	--ab-gold-2: #f4d03f;
	--ab-gold-soft: rgba(243, 206, 52, 0.1);
	--ab-border-gold: rgba(243, 206, 52, 0.3);
	--ab-bg: #0d0d0d;
	--ab-bg-2: #141414;
	--ab-ink: #f4f4f4;
	--ab-ink-dim: #a8a8a8;
	--ab-line: rgba(255, 255, 255, 0.08);
}

.about-page {
	background: var(--ab-bg);
	color: var(--ab-ink);
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	color: #fff;
}

.about-page .gold {
	color: var(--ab-gold);
	font-weight: 600;
}

/* Shared elements ---------------------------------------- */
.about-page .section-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border: 1px solid var(--ab-border-gold);
	border-radius: 100px;
	background: var(--ab-gold-soft);
	color: var(--ab-gold);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.about-page .top-left-image,
.about-page .top-right-ai-image {
	position: absolute;
	pointer-events: none;
	opacity: 0.6;
	z-index: 1;
}
.about-page .top-left-image {
	top: 0;
	left: 0;
	width: 320px;
}
.about-page .top-right-ai-image {
	top: 60px;
	right: 0;
	width: 320px;
}
.about-page .top-left-image img,
.about-page .top-right-ai-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Buttons ------------------------------------------------- */
.about-page .btn-primary,
.about-page .btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 40px;
	border-radius: 25px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}
.about-page .btn-primary {
	background: var(--ab-gold);
	color: #0d0d0d;
	border: 1px solid var(--ab-gold);
	box-shadow: 0 8px 24px -8px rgba(243, 206, 52, 0.5);
}
.about-page .btn-primary:hover {
	transform: translateY(-3px);
	background: var(--ab-gold-2);
	box-shadow: 0 14px 30px -10px rgba(243, 206, 52, 0.7);
}
.about-page .btn-outline {
	background: transparent;
	color: var(--ab-ink);
	border: 0.5px solid #6d6d6d;
}
.about-page .btn-outline:hover {
	transform: translateY(-3px);
	border-color: var(--ab-gold);
	color: var(--ab-gold);
	background: var(--ab-gold-soft);
}
.about-page .btn-primary .material-symbols-outlined,
.about-page .btn-outline .material-symbols-outlined {
	font-size: 18px;
}

/* Pill ---------------------------------------------------- */
.ab-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 25px;
	border: 1px solid var(--ab-gold);
	border-radius: 35px;
	background: transparent;
	color: var(--ab-gold);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}
.ab-pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ab-gold);
	box-shadow: 0 0 8px var(--ab-gold);
	animation: abPillPulse 2s ease-in-out infinite;
}
@keyframes abPillPulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%      { opacity: 0.6; transform: scale(0.85); }
}

/* ============================================================
   HERO — split layout: content left, animated visual right
   ============================================================ */
.ab-hero {
	position: relative;
	padding: 130px 100px 100px;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.ab-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 60px;
	max-width: 1280px;
	margin: 0 auto;
	align-items: center;
	min-height: 540px;
}

/* LEFT — text content */
.ab-hero-left {
	display: flex;
	flex-direction: column;
	gap: 26px;
	align-items: flex-start;
}
.ab-hero h1 {
	font-size: 83px;
	font-weight: 400;
	line-height: 96px;
	letter-spacing: -0.005em;
	margin: 0;
	font-family: 'Outfit', sans-serif;
	color: #fff;
	max-width: 778px;
}
.ab-hero h1 .gold { font-weight: 700; }
.ab-hero-desc {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	opacity: 0.9;
	max-width: 539px;
	margin: 0;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}
.ab-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 4px;
}

/* RIGHT — animated visual canvas */
.ab-hero-right {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab-hero-visual {
	position: relative;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}

/* Background gradient orbs (inside the visual frame) */
.ab-fx-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	pointer-events: none;
	z-index: 0;
}
.ab-fx-orb-1 {
	width: 70%;
	height: 70%;
	top: 8%;
	left: 12%;
	background: radial-gradient(circle, rgba(243, 206, 52, 0.5), transparent 70%);
	animation: abOrbFloat 10s ease-in-out infinite;
}
.ab-fx-orb-2 {
	width: 55%;
	height: 55%;
	bottom: 6%;
	right: 4%;
	background: radial-gradient(circle, rgba(244, 208, 63, 0.4), transparent 70%);
	animation: abOrbFloat 12s ease-in-out 2s infinite reverse;
}
@keyframes abOrbFloat {
	0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
	50%      { transform: translate(20px, -24px) scale(1.1); opacity: 1; }
}

/* Rotating dashed rings */
.ab-fx-ring {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}
.ab-fx-ring-1 {
	width: 88%;
	height: 88%;
	margin: -44% 0 0 -44%;
	border: 1.5px dashed rgba(243, 206, 52, 0.35);
	animation: abRingSpin 36s linear infinite;
}
.ab-fx-ring-2 {
	width: 56%;
	height: 56%;
	margin: -28% 0 0 -28%;
	border: 1px solid rgba(243, 206, 52, 0.18);
	animation: abRingSpin 28s linear infinite reverse;
}
@keyframes abRingSpin {
	to { transform: rotate(360deg); }
}

/* Central HOSN core */
.ab-core {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140px;
	height: 140px;
	margin: -70px 0 0 -70px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #ffe066, var(--ab-gold) 55%, #c79b14 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
	box-shadow:
		0 0 0 6px rgba(243, 206, 52, 0.12),
		0 0 0 14px rgba(243, 206, 52, 0.06),
		0 20px 50px -10px rgba(243, 206, 52, 0.55);
}
.ab-core-pulse {
	position: absolute;
	inset: -16px;
	border-radius: 50%;
	border: 2px solid rgba(243, 206, 52, 0.5);
	animation: abCorePulse 2.6s ease-out infinite;
	pointer-events: none;
}
@keyframes abCorePulse {
	0%   { transform: scale(0.85); opacity: 0.85; }
	100% { transform: scale(1.6);  opacity: 0;    }
}
.ab-core-letters {
	font-family: "Outfit", sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #1a1a1a;
}

/* Floating service chips — positioned around the core */
.ab-chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px 9px 12px;
	border-radius: 100px;
	border: 1px solid rgba(243, 206, 52, 0.35);
	background: linear-gradient(160deg, rgba(28, 28, 30, 0.95), rgba(20, 20, 22, 0.9));
	backdrop-filter: blur(10px);
	color: var(--ab-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	z-index: 3;
	box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(243, 206, 52, 0.06) inset;
	will-change: transform;
}
.ab-chip .material-symbols-outlined {
	font-size: 18px;
	color: var(--ab-gold);
}

/* Position each chip + assign a float animation */
.ab-chip-code   { top: 4%;   left: 50%;  margin-left: -55px; animation: abChipBob 5s ease-in-out infinite; }
.ab-chip-design { top: 30%;  right: 0;   animation: abChipBob 6s ease-in-out -1.5s infinite; }
.ab-chip-ai     { bottom: 20%; right: 4%; animation: abChipBob 5.4s ease-in-out -2.2s infinite; }
.ab-chip-growth { bottom: 4%;  left: 50%; margin-left: -60px; animation: abChipBob 6.4s ease-in-out -1s infinite; }
.ab-chip-search { top: 38%;  left: -2%;  animation: abChipBob 5.8s ease-in-out -3s infinite; }

@keyframes abChipBob {
	0%, 100% { transform: translateY(0) scale(1); }
	50%      { transform: translateY(-10px) scale(1.04); }
}

/* Glowing dots */
.ab-fx-dot {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 2;
	will-change: transform, opacity;
}
.ab-fx-dot-1 {
	width: 10px; height: 10px;
	top: 18%; left: 12%;
	background: var(--ab-gold);
	box-shadow: 0 0 16px rgba(243, 206, 52, 0.85);
	animation: abDotPulse 3.4s ease-in-out infinite;
}
.ab-fx-dot-2 {
	width: 7px; height: 7px;
	top: 70%; left: 8%;
	background: #f4d03f;
	box-shadow: 0 0 12px rgba(244, 208, 63, 0.75);
	animation: abDotPulse 4.2s ease-in-out -1.5s infinite;
}
.ab-fx-dot-3 {
	width: 6px; height: 6px;
	top: 14%; right: 12%;
	background: #ffe066;
	box-shadow: 0 0 12px rgba(255, 224, 102, 0.7);
	animation: abDotPulse 5s ease-in-out -2.5s infinite;
}
@keyframes abDotPulse {
	0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
	50%      { transform: translateY(-8px) scale(1.3); opacity: 1; }
}

/* ============================================================
   STORY — split layout
   ============================================================ */
.ab-story {
	position: relative;
	padding: 100px 100px;
	max-width: 1440px;
	margin: 0 auto;
}
.ab-story-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 80px;
	max-width: 1280px;
	margin: 0 auto;
	align-items: start;
}
/* Left column: aligned to top of grid (no sticky, no offset) */
.ab-story-left {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ab-story-left .section-badge {
	margin-bottom: 18px;
}
.ab-story-left h2 {
	font-size: 64px;
	line-height: 1.15;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-story-left h2 .gold { font-weight: 700; }
.ab-story-right p {
	font-size: 20px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 24px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}
.ab-story-right p:last-child {
	margin-bottom: 0;
}

/* ============================================================
   STATS — credibility band
   ============================================================ */
.ab-stats {
	position: relative;
	padding: 60px 100px;
	max-width: 1440px;
	margin: 0 auto;
	border-top: 1px solid var(--ab-line);
	border-bottom: 1px solid var(--ab-line);
}
.ab-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ab-stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-left: 2px solid var(--ab-border-gold);
	padding-left: 22px;
}
.ab-stat-num {
	font-size: 56px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-stat-num .gold {
	color: var(--ab-gold);
	font-weight: 700;
}
.ab-stat-lbl {
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}

/* ============================================================
   WHAT WE DO — capability cards
   ============================================================ */
.ab-do {
	position: relative;
	padding: 100px 100px;
	max-width: 1440px;
	margin: 0 auto;
}
.ab-do-head {
	max-width: 780px;
	margin: 0 auto 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
}
.ab-do-head h2 {
	font-size: 60px;
	line-height: 1.15;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-do-head h2 .gold { font-weight: 600; }
.ab-do-head p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
	max-width: 600px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}
.ab-do-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 1280px;
	margin: 0 auto;
}
.ab-cap-inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 32px 28px;
	border: 1px solid var(--ab-line);
	border-radius: 18px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005));
	text-decoration: none;
	color: inherit;
	height: 100%;
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
	position: relative;
}
.ab-cap-inner:hover {
	transform: translateY(-6px);
	border-color: rgba(243, 206, 52, 0.4);
	background: linear-gradient(160deg, rgba(243, 206, 52, 0.06), rgba(255, 255, 255, 0.01));
	box-shadow: 0 18px 40px -16px rgba(243, 206, 52, 0.3);
}
.ab-cap-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--ab-gold-soft);
	border: 1px solid var(--ab-border-gold);
	color: var(--ab-gold);
	transition: background 0.35s ease, transform 0.35s ease;
}
.ab-cap-icon .material-symbols-outlined {
	font-size: 26px;
}
.ab-cap-inner:hover .ab-cap-icon {
	background: var(--ab-gold);
	color: #0d0d0d;
	transform: rotate(-6deg) scale(1.05);
}
.ab-cap h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin: 6px 0 0;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-cap p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	flex: 1;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.ab-cap-arrow {
	align-self: flex-end;
	color: var(--ab-ink-dim);
	transition: color 0.3s ease, transform 0.3s ease;
}
.ab-cap-arrow .material-symbols-outlined {
	font-size: 20px;
}
.ab-cap-inner:hover .ab-cap-arrow {
	color: var(--ab-gold);
	transform: translate(4px, -4px);
}

/* ============================================================
   VALUES — split intro + numbered cards (zigzag)
   ============================================================ */
.ab-values {
	position: relative;
	padding: 100px 100px;
	max-width: 1440px;
	margin: 0 auto;
}
.ab-values-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 80px;
	max-width: 1280px;
	margin: 0 auto;
	align-items: start;
}
.ab-values-intro {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ab-values-intro .section-badge {
	margin-bottom: 18px;
}
.ab-values-intro h2 {
	font-size: 64px;
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 24px;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-values-intro h2 .gold { font-weight: 700; }
.ab-values-intro p {
	font-size: 20px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	max-width: 540px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}
.ab-values-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ab-value {
	position: relative;
	padding: 32px 26px 28px;
	border: 1px solid var(--ab-border-gold);
	border-radius: 18px;
	background: linear-gradient(160deg, rgba(243, 206, 52, 0.07), rgba(243, 206, 52, 0.015));
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
	overflow: hidden;
}
.ab-value:hover {
	transform: translateY(-6px);
	border-color: rgba(243, 206, 52, 0.5);
	background: linear-gradient(160deg, rgba(243, 206, 52, 0.16), rgba(243, 206, 52, 0.03));
	box-shadow: 0 18px 40px -16px rgba(243, 206, 52, 0.4);
}
.ab-value--offset {
	margin-top: 36px;
}
.ab-value-num {
	display: inline-block;
	font-family: "Arimo", "JetBrains Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	color: var(--ab-gold);
	letter-spacing: 0.18em;
	margin-bottom: 14px;
}
.ab-value-icon {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--ab-gold-soft);
	border: 1px solid var(--ab-border-gold);
	color: var(--ab-gold);
	margin: 4px 0 18px;
	transition: background 0.35s ease, transform 0.35s ease;
}
.ab-value-icon .material-symbols-outlined {
	font-size: 26px;
}
.ab-value:hover .ab-value-icon {
	background: var(--ab-gold);
	color: #0d0d0d;
	transform: rotate(-6deg) scale(1.06);
}
.ab-value h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 12px;
	color: #fff;
	font-family: 'Outfit', sans-serif;
}
.ab-value p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}

/* ============================================================
   FINAL CTA — gold background (mirrors solutions/seo CTA)
   ============================================================ */
.ab-cta-section {
	background: var(--ab-gold);
	padding: 80px 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.ab-cta-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(255, 255, 255, 0.18), transparent 60%);
	pointer-events: none;
	animation: abCtaPulse 6s ease-in-out infinite;
}
@keyframes abCtaPulse {
	0%, 100% { opacity: 0.6; transform: scale(1); }
	50%      { opacity: 1; transform: scale(1.05); }
}

/* Decorative dots in corners */
.ab-cta-section::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1a1a1a;
	top: 60px;
	left: 12%;
	opacity: 0.3;
	animation: abCtaDot 3s ease-in-out infinite;
}
.ab-cta-section::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #1a1a1a;
	bottom: 80px;
	right: 14%;
	opacity: 0.25;
	animation: abCtaDot 3.6s ease-in-out -1.4s infinite;
}
@keyframes abCtaDot {
	0%, 100% { transform: scale(1);   opacity: 0.3; }
	50%      { transform: scale(1.2); opacity: 0.5; }
}

.ab-cta-inner {
	position: relative;
	z-index: 2;
	max-width: 880px;
	margin: 0 auto;
}

/* Higher specificity to beat the global `.about-page h2 { color:#fff }` rule */
.ab-cta-section .ab-cta-title {
	font-family: 'Outfit', sans-serif;
	font-size: 64px;
	line-height: 1.15;
	font-weight: 500;
	color: #151515;
	margin: 0 0 20px;
	letter-spacing: 0;
}

.ab-cta-section .ab-cta-sub {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	color: #151515;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 auto 40px;
	max-width: 539px;
}

.ab-cta-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

/* Dark filled pill — fully rounded, matches UI/UX page "Book a Call" */
.ab-btn-dark {
	background: #151515;
	color: #fff;
	border: 1px solid #151515;
	border-radius: 999px;
	padding: 18px 32px;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.ab-btn-dark:hover {
	background: #2a2a2a;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.5);
}
.ab-btn-dark .material-symbols-outlined { font-size: 18px; }

/* Soft-tinted pill — fully rounded, matches UI/UX page "Chat Now" override */
.ab-btn-outline-chat {
	background: rgba(21, 21, 21, 0.1);
	border: 1px solid rgba(21, 21, 21, 0.18);
	color: #151515;
	border-radius: 999px;
	padding: 18px 32px;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s, transform 0.3s, border-color 0.3s;
}
.ab-btn-outline-chat:hover {
	background: rgba(21, 21, 21, 0.18);
	border-color: rgba(21, 21, 21, 0.4);
	transform: translateY(-2px);
}
.ab-btn-outline-chat .material-symbols-outlined { font-size: 18px; }

/* Trust indicators row — green dot + bullet-separated */
.ab-cta-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
	flex-wrap: wrap;
	color: #151515;
	font-size: 14px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
.ab-status-item {
	display: inline-flex;
	align-items: center;
}
.ab-status-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1f7a34;
	margin-right: 8px;
	vertical-align: middle;
	box-shadow: 0 0 0 3px rgba(31, 122, 52, 0.2);
	animation: abStatusDotPulse 2s ease-in-out infinite;
}
@keyframes abStatusDotPulse {
	0%, 100% { box-shadow: 0 0 0 3px rgba(31, 122, 52, 0.2); }
	50%      { box-shadow: 0 0 0 6px rgba(31, 122, 52, 0.05); }
}
.ab-status-sep {
	opacity: 0.5;
	user-select: none;
}

/* ============================================================
   REVEAL ANIMATIONS — base state, JS adds .is-visible
   ============================================================ */
.about-page [data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
	            transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-page [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
	.about-page [data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.ab-fx-orb,
	.ab-cta-orb,
	.ab-pill-dot {
		animation: none !important;
	}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
	.ab-hero { padding: 110px 40px 80px; }
	.ab-story,
	.ab-do,
	.ab-values { padding: 80px 40px; }
	.ab-cta-section { padding: 80px 40px; }
	.ab-stats { padding: 50px 40px; }

	.ab-hero h1 { font-size: 60px; line-height: 70px; }
	.ab-story-left h2,
	.ab-do-head h2,
	.ab-values-intro h2 { font-size: 48px; }
	.ab-cta-title { font-size: 48px; }

	.ab-hero-grid {
		grid-template-columns: 1fr;
		gap: 50px;
		min-height: auto;
	}
	.ab-hero-right { min-height: 460px; }
	.ab-hero-visual { max-width: 460px; }

	.ab-story-grid,
	.ab-values-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.ab-story-left,
	.ab-values-intro {
		position: static;
	}
	.ab-do-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ab-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.ab-hero h1 { font-size: 50px; line-height: 60px; }
	.ab-story-left h2,
	.ab-do-head h2,
	.ab-values-intro h2 { font-size: 40px; }
	.ab-cta-title { font-size: 40px; }
}

@media (max-width: 640px) {
	.ab-hero { padding: 90px 20px 60px; }
	.ab-story,
	.ab-do,
	.ab-values,
	.ab-cta-section { padding: 60px 20px; }
	.ab-stats { padding: 40px 20px; }

	.ab-hero h1 { font-size: 40px; line-height: 48px; }
	.ab-hero-desc { font-size: 16px; }
	.ab-story-left h2,
	.ab-do-head h2,
	.ab-values-intro h2 { font-size: 32px; }
	.ab-story-right p,
	.ab-do-head p,
	.ab-values-intro p { font-size: 16px; }
	.ab-hero-actions { width: 100%; }
	.ab-hero-actions > a { flex: 1 1 auto; justify-content: center; }

	.ab-cta-title { font-size: 32px; }
	.ab-cta-sub { font-size: 16px; }
	/* Stack CTA buttons vertically on mobile, like .gd-cta-btns */
	.ab-cta-actions { flex-direction: column; align-items: center; }
	.ab-cta-actions > a { width: 100%; max-width: 300px; justify-content: center; padding: 14px 32px; }

	.ab-hero-right { min-height: 360px; }
	.ab-hero-visual { max-width: 320px; }
	.ab-core { width: 100px; height: 100px; margin: -50px 0 0 -50px; }
	.ab-core-letters { font-size: 22px; }
	.ab-chip { font-size: 11px; padding: 7px 12px 7px 10px; }
	.ab-chip .material-symbols-outlined { font-size: 16px; }
	.ab-chip-code   { margin-left: -42px; }
	.ab-chip-growth { margin-left: -46px; }
	.ab-fx-orb { filter: blur(40px); }

	.ab-stats-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.ab-stat-num { font-size: 40px; }
	.ab-do-grid {
		grid-template-columns: 1fr;
	}
	.ab-values-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.ab-value--offset { margin-top: 0; }
	.ab-value h3 { font-size: 20px; line-height: 28px; }
	.ab-cap h3 { font-size: 20px; line-height: 28px; }

	.about-page .top-left-image,
	.about-page .top-right-ai-image { width: 180px; }
}

.separator2{
    height:10vh;
    background:#010101;
}
