/* Personal brand homepage */

.personal-brand-page {
  --pb-ink: #14201e;
  --pb-ink-soft: #30413d;
  --pb-green: #0b7167;
  --pb-green-dark: #092f2a;
  --pb-green-deep: #071b19;
  --pb-gold: #d4a33f;
  --pb-gold-light: #f3ddaa;
  --pb-paper: #ffffff;
  --pb-mist: #f2f5f4;
  --pb-line: #dbe3e0;
  --pb-muted: #65736f;
  --pb-shadow: 0 18px 48px rgba(20, 32, 30, 0.09);
  background: var(--pb-paper);
  color: var(--pb-ink);
}

.personal-brand-page #mouse-glow {
  display: none !important;
}

.personal-brand-page main {
  background: var(--pb-paper);
}

#services,
#approach,
#projects,
#experience,
#faq,
#contact {
  scroll-margin-top: 86px;
}

.personal-brand-page .container {
  max-width: 1220px;
}

.personal-brand-page .header {
  position: fixed;
  top: 0;
  height: 76px;
  min-height: 76px;
  background: rgba(7, 27, 25, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.personal-brand-page .header::after {
  display: none;
}

.personal-brand-page .header.scrolled,
.personal-brand-page.mobile-menu-open .header {
  height: 68px;
  min-height: 68px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--pb-line);
  box-shadow: 0 10px 28px rgba(20, 32, 30, 0.08);
}

.personal-brand-page .header-inner {
  gap: 22px;
}

.personal-brand-page .header .logo {
  color: #fff;
}

.personal-brand-page .header .logo-mark {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: #fff;
  color: var(--pb-green-dark);
  box-shadow: none;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}

.personal-brand-page .header .logo:hover .logo-mark {
  border-color: var(--pb-gold);
  box-shadow: none;
  transform: none;
}

.personal-brand-page .header .logo-name {
  color: #fff;
  font-family: var(--font-arabic);
  font-size: 15px;
  line-height: 1.15;
}

.personal-brand-page .header .logo-sub {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  opacity: 1;
}

.personal-brand-page .header.scrolled .logo,
.personal-brand-page.mobile-menu-open .header .logo {
  color: var(--pb-ink);
}

.personal-brand-page .header.scrolled .logo-mark,
.personal-brand-page.mobile-menu-open .header .logo-mark {
  width: 36px;
  height: 36px;
  border-color: var(--pb-green);
  background: var(--pb-green);
  color: #fff;
}

.personal-brand-page .header.scrolled .logo-name,
.personal-brand-page.mobile-menu-open .header .logo-name {
  color: var(--pb-ink);
}

.personal-brand-page .header.scrolled .logo-sub,
.personal-brand-page.mobile-menu-open .header .logo-sub {
  color: var(--pb-green);
}

.personal-brand-page .nav-links {
  gap: 2px;
}

.personal-brand-page .nav-links a {
  color: rgba(255, 255, 255, 0.78);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}

.personal-brand-page .nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.personal-brand-page .header.scrolled .nav-links a {
  color: var(--pb-ink-soft);
}

.personal-brand-page .header.scrolled .nav-links a:hover {
  color: var(--pb-green);
  background: #eaf3f1;
}

.personal-brand-page .header-actions .btn-primary {
  min-height: 38px;
  border: 1px solid var(--pb-gold);
  border-radius: 5px;
  background: var(--pb-gold);
  color: #18201e;
  box-shadow: none;
}

.personal-brand-page .header-actions .btn-primary::after {
  display: none;
}

.personal-brand-page .header-actions .btn-primary:hover {
  border-color: #e5b957;
  background: #e5b957;
  color: #18201e;
  box-shadow: none;
  transform: none;
}

.personal-brand-page .header.scrolled .header-actions .btn-primary {
  border-color: var(--pb-green);
  background: var(--pb-green);
  color: #fff;
}

.personal-brand-page .mobile-toggle {
  border-radius: 5px;
}

.personal-brand-page .mobile-toggle span {
  background: #fff;
}

.personal-brand-page.mobile-menu-open .mobile-toggle span {
  background: var(--pb-ink);
}

.brand-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 82px));
  overflow: hidden;
  background: var(--pb-green-deep);
  color: #fff;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 61%;
  height: 100%;
  object-fit: cover;
  object-position: center 27%;
  filter: saturate(0.9) contrast(1.02);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 25, 0.03) 0%, rgba(7, 27, 25, 0.28) 38%, rgba(7, 27, 25, 0.92) 67%, #071b19 82%),
    linear-gradient(180deg, rgba(7, 27, 25, 0.08) 0%, rgba(7, 27, 25, 0.18) 72%, rgba(7, 27, 25, 0.72) 100%);
}

.brand-hero-inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 108px;
  padding-bottom: 42px;
}

.brand-hero-copy {
  width: 58%;
  max-width: 720px;
  margin-left: auto;
}

.brand-kicker,
.brand-section-label {
  margin: 0 0 16px;
  color: var(--pb-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.brand-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--pb-gold-light);
}

.brand-kicker-line {
  width: 36px;
  height: 2px;
  background: var(--pb-gold);
}

.brand-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: var(--font-arabic);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.brand-role {
  margin: 16px 0 0;
  color: var(--pb-gold-light);
  font-family: Manrope, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  text-align: right;
}

.brand-hero-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(245, 250, 248, 0.83);
  font-size: 18px;
  line-height: 1.95;
}

.brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: var(--font-arabic);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.brand-btn:hover {
  transform: translateY(-2px);
}

.brand-btn-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.brand-btn-primary {
  border-color: var(--pb-gold);
  background: var(--pb-gold);
  color: #17201e;
}

.brand-btn-primary:hover {
  border-color: #e5b957;
  background: #e5b957;
  color: #17201e;
}

.brand-btn-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.brand-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.brand-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.brand-hero-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.brand-hero-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 3px;
  background: var(--pb-gold);
  transform: translateY(-50%);
}

.brand-hero-links a:hover {
  color: #fff;
}

.brand-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-proof > div {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.brand-proof > div:first-child {
  padding-right: 0;
}

.brand-proof > div:last-child {
  border-left: 0;
}

.brand-proof dt {
  margin-bottom: 3px;
  color: #fff;
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.brand-proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  line-height: 1.65;
}

.brand-summary {
  padding: 58px 0;
  background: #fff;
  border-bottom: 1px solid var(--pb-line);
}

.brand-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.brand-summary h2,
.brand-section-head h2,
.brand-process-head h2,
.brand-experience-intro h2,
.brand-capabilities-head h2,
.brand-faq-layout h2,
.brand-contact h2 {
  margin: 0;
  color: var(--pb-ink);
  font-family: var(--font-arabic);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
}

.brand-summary-copy > p {
  margin: 2px 0 0;
  color: var(--pb-ink-soft);
  font-size: 17px;
  line-height: 2;
}

.brand-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.brand-inline-list li {
  padding: 7px 10px;
  border: 1px solid var(--pb-line);
  border-radius: 4px;
  color: var(--pb-green-dark);
  background: var(--pb-mist);
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.brand-section {
  padding: 92px 0;
}

.brand-section-light {
  background: var(--pb-mist);
}

.brand-section-white {
  background: #fff;
}

.brand-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}

.brand-section-head > p {
  margin: 0 0 4px;
  color: var(--pb-muted);
  font-size: 15px;
  line-height: 1.9;
}

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

.brand-service {
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--pb-line);
  border-top: 3px solid var(--pb-green);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 32, 30, 0.05);
}

.brand-service:nth-child(even) {
  border-top-color: var(--pb-gold);
}

.brand-service-number {
  display: block;
  margin-bottom: 42px;
  color: var(--pb-green);
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.brand-service:nth-child(even) .brand-service-number {
  color: #9a6b11;
}

.brand-service h3 {
  margin: 0 0 12px;
  color: var(--pb-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

.brand-service > p {
  min-height: 94px;
  margin: 0 0 22px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.85;
}

.brand-service ul {
  display: grid;
  gap: 10px;
  padding-top: 19px;
  border-top: 1px solid var(--pb-line);
}

.brand-service li {
  position: relative;
  padding-right: 17px;
  color: var(--pb-ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.brand-service li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 7px;
  height: 2px;
  background: var(--pb-gold);
}

.brand-process {
  padding: 84px 0;
  background: var(--pb-green-dark);
  color: #fff;
}

.brand-process-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
  gap: 70px;
  align-items: end;
}

.brand-process-head .brand-section-label {
  color: var(--pb-gold-light);
}

.brand-process-head h2 {
  color: #fff;
}

.brand-process-head > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.9;
}

.brand-process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-process-list li {
  min-height: 230px;
  padding: 24px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-process-list li:last-child {
  border-left: 0;
}

.brand-process-list span {
  display: block;
  color: var(--pb-gold);
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.brand-process-list strong {
  display: block;
  margin-top: 48px;
  color: #fff;
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.brand-process-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 1.75;
}

.brand-cases {
  border-top: 1px solid var(--pb-ink);
}

.brand-case {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 46px;
  padding: 42px 0;
  border-bottom: 1px solid var(--pb-line);
}

.brand-case-index span {
  color: var(--pb-green);
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.brand-case-index p {
  margin: 8px 0 0;
  color: var(--pb-muted);
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.brand-case-main h3 {
  margin: 0;
  color: var(--pb-ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.45;
}

.brand-case-main > p {
  max-width: 800px;
  margin: 12px 0 0;
  color: var(--pb-ink-soft);
  font-size: 15px;
  line-height: 1.95;
}

.brand-case-main dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pb-line);
}

.brand-case-main dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.brand-case-main dt {
  color: var(--pb-muted);
  font-size: 11px;
  font-weight: 700;
}

.brand-case-main dd {
  margin: 0;
  color: var(--pb-ink);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.brand-experience-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 78px;
  align-items: start;
}

.brand-experience-intro {
  position: sticky;
  top: 110px;
}

.brand-experience-intro > p:not(.brand-section-label) {
  margin: 18px 0 0;
  color: var(--pb-muted);
  font-size: 15px;
  line-height: 1.95;
}

.brand-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--pb-green);
  font-size: 14px;
  font-weight: 800;
}

.brand-text-link svg {
  width: 18px;
  height: 18px;
}

.brand-text-link:hover {
  color: var(--pb-green-dark);
}

.brand-timeline {
  border-top: 1px solid var(--pb-ink);
}

.brand-timeline article {
  position: relative;
  padding: 34px 0 36px 42px;
  border-bottom: 1px solid var(--pb-line);
}

.brand-timeline article::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--pb-green);
  border-radius: 50%;
  background: var(--pb-mist);
}

.brand-timeline-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  margin-bottom: 9px;
}

.brand-timeline-meta time {
  color: var(--pb-green);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.brand-timeline-meta span {
  padding: 4px 8px;
  border: 1px solid var(--pb-line);
  border-radius: 4px;
  color: var(--pb-muted);
  background: #fff;
  font-size: 10px;
  font-weight: 700;
}

.brand-timeline h3 {
  margin: 0;
  color: var(--pb-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
}

.brand-company {
  margin: 5px 0 0;
  color: #93670f;
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.brand-timeline article > p:last-child {
  margin: 14px 0 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.9;
}

.brand-results {
  padding: 72px 0;
  background: #fff;
  border-top: 1px solid var(--pb-line);
  border-bottom: 1px solid var(--pb-line);
}

.brand-results-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 32px;
}

.brand-results-head h2 {
  margin: 0;
  color: var(--pb-ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.35;
}

.brand-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pb-ink);
  border-bottom: 1px solid var(--pb-line);
}

.brand-results-grid article {
  min-height: 176px;
  padding: 28px 30px 30px;
  border-left: 1px solid var(--pb-line);
}

.brand-results-grid article:last-child {
  border-left: 0;
}

.brand-results-grid strong {
  display: block;
  color: var(--pb-green-dark);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.brand-results-grid p {
  margin: 16px 0 0;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.85;
}

.brand-capabilities-head > p {
  margin: 0;
  max-width: 660px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.9;
}

.brand-capabilities {
  padding: 84px 0;
  background: #e8efed;
}

.brand-capabilities-head {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 36px;
}

.brand-capability-list {
  border-top: 1px solid var(--pb-ink);
}

.brand-capability-list > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 40px;
  padding: 19px 0;
  border-bottom: 1px solid #cfdad7;
}

.brand-capability-list dt {
  color: var(--pb-green-dark);
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.brand-capability-list dd {
  margin: 0;
  color: var(--pb-ink-soft);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

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

.brand-credentials article {
  min-height: 218px;
  padding: 23px;
  border: 1px solid var(--pb-line);
  border-radius: 6px;
  background: #fff;
}

.brand-credentials span {
  color: var(--pb-green);
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.brand-credentials h3 {
  margin: 44px 0 8px;
  color: var(--pb-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.brand-credentials p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.8;
}

.brand-cv-downloads {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid var(--pb-ink);
}

.brand-cv-downloads-intro h3 {
  margin: 0;
  color: var(--pb-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.brand-cv-downloads-intro > p:last-child {
  margin: 10px 0 0;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.8;
}

.brand-file-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--pb-line);
}

.brand-file-link {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--pb-line);
  color: var(--pb-ink);
  transition: color 0.2s ease, background 0.2s ease;
}

.brand-file-link:nth-child(odd) {
  border-left: 1px solid var(--pb-line);
}

.brand-file-link span {
  display: grid;
  gap: 3px;
}

.brand-file-link strong {
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.brand-file-link small {
  color: var(--pb-muted);
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.brand-file-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: var(--pb-green);
}

.brand-file-link:hover {
  background: var(--pb-mist);
  color: var(--pb-green-dark);
}

.brand-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 80px;
  align-items: start;
}

.brand-faq-intro {
  margin: 18px 0 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.9;
}

.brand-faq-list {
  border-top: 1px solid var(--pb-ink);
}

.brand-faq-list details {
  border-bottom: 1px solid var(--pb-line);
}

.brand-faq-list summary {
  position: relative;
  padding: 23px 38px 23px 0;
  color: var(--pb-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

.brand-faq-list summary::-webkit-details-marker {
  display: none;
}

.brand-faq-list summary::before,
.brand-faq-list summary::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 1px;
  width: 17px;
  height: 2px;
  background: var(--pb-green);
  transition: transform 0.2s ease;
}

.brand-faq-list summary::after {
  transform: rotate(90deg);
}

.brand-faq-list details[open] summary::after {
  transform: rotate(0);
}

.brand-faq-list details p {
  max-width: 740px;
  margin: -5px 38px 22px 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.9;
}

.brand-contact {
  padding: 84px 0;
  background: var(--pb-green-deep);
  color: #fff;
}

.brand-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: 90px;
  align-items: center;
}

.brand-contact .brand-section-label {
  color: var(--pb-gold-light);
}

.brand-contact h2 {
  max-width: 720px;
  color: #fff;
  font-size: 44px;
}

.brand-contact-grid > div:first-child > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.95;
}

.brand-contact-actions {
  display: grid;
  gap: 13px;
}

.brand-contact-actions .brand-btn {
  justify-self: start;
  min-width: 205px;
  margin-bottom: 8px;
}

.brand-contact-link {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  font-family: Manrope, var(--font-arabic), sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.brand-contact-link span {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-arabic);
  font-size: 10px;
  font-weight: 700;
}

.brand-contact-link:hover {
  color: var(--pb-gold-light);
}

.brand-contact-meta {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.7;
}

.personal-brand-page .footer {
  background: #0d1514;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.personal-brand-page .footer::before {
  background: var(--pb-gold);
}

.personal-brand-page .footer .logo-name,
.personal-brand-page .footer .footer-col h4 {
  color: #fff;
}

.personal-brand-page .footer .logo-mark {
  border-radius: 6px;
  background: var(--pb-green);
  color: #fff;
  box-shadow: none;
}

.personal-brand-page .footer .logo-sub {
  color: var(--pb-gold-light);
  opacity: 0.8;
}

.personal-brand-page .footer-brand p,
.personal-brand-page .footer-col a {
  color: #9caaa6;
}

.personal-brand-page .footer-col a:hover {
  color: var(--pb-gold-light);
}

.personal-brand-page .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: #74817e;
}

.personal-brand-page .floating-wa {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(15, 90, 52, 0.28);
}

.personal-brand-page .back-to-top {
  right: 24px;
  left: auto;
  border-radius: 50%;
  background: var(--pb-green);
  color: #fff;
  box-shadow: 0 8px 22px rgba(20, 32, 30, 0.2);
}

.personal-brand-page a:focus-visible,
.personal-brand-page button:focus-visible,
.personal-brand-page summary:focus-visible {
  outline: 3px solid var(--pb-gold);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .brand-hero {
    min-height: min(740px, calc(100svh - 70px));
  }

  .hero-media img {
    width: 58%;
  }

  .brand-hero-copy {
    width: 62%;
  }

  .brand-hero h1 {
    font-size: 50px;
  }

  .brand-summary-grid,
  .brand-section-head,
  .brand-process-head,
  .brand-contact-grid {
    gap: 42px;
  }

  .brand-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-process-list li {
    min-height: 190px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .brand-process-list li:nth-child(3) {
    border-left: 0;
  }

  .brand-process-list li:nth-child(n + 4) {
    border-bottom: 0;
  }

  .brand-process-list strong {
    margin-top: 28px;
  }

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

@media (max-width: 900px) {
  .personal-brand-page .header {
    position: fixed;
    height: 68px;
    min-height: 68px;
    background: rgba(7, 27, 25, 0.42);
    border-bottom-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .personal-brand-page .header.scrolled {
    background: rgba(255, 255, 255, 0.97);
  }

  .personal-brand-page .mobile-toggle {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.24);
  }

  .personal-brand-page .header.scrolled .mobile-toggle,
  .personal-brand-page.mobile-menu-open .mobile-toggle {
    background: var(--pb-mist);
    border-color: var(--pb-line);
  }

  .personal-brand-page .header.scrolled .mobile-toggle span {
    background: var(--pb-ink);
  }

  .personal-brand-page .mobile-menu {
    top: 68px;
    background: #fff;
    border-top: 1px solid var(--pb-line);
  }

  .personal-brand-page .mobile-menu a {
    max-width: 440px;
    border-radius: 5px;
    color: var(--pb-ink-soft);
    font-size: 16px;
  }

  .personal-brand-page .mobile-menu a:hover,
  .personal-brand-page .mobile-menu a.active {
    color: var(--pb-green);
    background: var(--pb-mist);
  }

  .personal-brand-page .mobile-menu .btn {
    border-radius: 5px;
    background: var(--pb-green);
    color: #fff;
  }

  .brand-hero {
    min-height: 720px;
  }

  .hero-media img {
    width: 68%;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(7, 27, 25, 0.02) 0%, rgba(7, 27, 25, 0.38) 36%, rgba(7, 27, 25, 0.93) 68%, #071b19 86%),
      linear-gradient(180deg, rgba(7, 27, 25, 0.1) 0%, rgba(7, 27, 25, 0.2) 64%, rgba(7, 27, 25, 0.78) 100%);
  }

  .brand-hero-copy {
    width: 68%;
  }

  .brand-summary-grid,
  .brand-section-head,
  .brand-process-head,
  .brand-experience-layout,
  .brand-capabilities-head,
  .brand-faq-layout,
  .brand-contact-grid {
    grid-template-columns: 1fr;
  }

  .brand-summary-grid,
  .brand-section-head,
  .brand-process-head,
  .brand-experience-layout,
  .brand-capabilities-head,
  .brand-faq-layout,
  .brand-contact-grid {
    gap: 30px;
  }

  .brand-section-head {
    align-items: start;
  }

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

  .brand-service {
    min-height: 0;
  }

  .brand-service > p {
    min-height: 0;
  }

  .brand-service-number {
    margin-bottom: 22px;
  }

  .brand-case {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px;
  }

  .brand-experience-intro {
    position: static;
  }

  .brand-capability-list > div {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .brand-contact h2 {
    font-size: 38px;
  }

  .brand-contact-actions {
    max-width: 540px;
  }
}

@media (max-width: 680px) {
  .personal-brand-page .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .personal-brand-page .header .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .personal-brand-page .header .logo-name {
    max-width: 210px;
    font-size: 13px;
  }

  .brand-hero {
    min-height: 680px;
  }

  .hero-media {
    height: 345px;
  }

  .hero-media img {
    width: 100%;
    height: 345px;
    object-position: center 24%;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(7, 27, 25, 0.02) 0%, rgba(7, 27, 25, 0.18) 40%, rgba(7, 27, 25, 0.88) 82%, #071b19 100%),
      linear-gradient(90deg, rgba(7, 27, 25, 0.2), rgba(7, 27, 25, 0.05));
  }

  .brand-hero-inner {
    align-items: flex-start;
    padding-top: 300px;
    padding-bottom: 34px;
  }

  .brand-hero-copy {
    width: 100%;
    max-width: none;
  }

  .brand-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .brand-kicker-line {
    width: 24px;
  }

  .brand-hero h1 {
    max-width: 360px;
    font-size: 36px;
    line-height: 1.3;
  }

  .brand-role {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.55;
  }

  .brand-hero-lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .brand-hero-actions {
    margin-top: 18px;
  }

  .brand-btn {
    min-height: 47px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .brand-hero-actions .brand-btn {
    flex: 1 1 170px;
  }

  .brand-hero-links {
    display: none;
  }

  .brand-proof {
    margin-top: 20px;
    padding-top: 16px;
  }

  .brand-proof > div {
    padding: 0 10px;
  }

  .brand-proof dt {
    font-size: 12px;
  }

  .brand-proof dd {
    font-size: 9px;
    line-height: 1.5;
  }

  .brand-summary {
    padding: 46px 0;
  }

  .brand-summary-grid {
    gap: 18px;
  }

  .brand-summary h2,
  .brand-section-head h2,
  .brand-process-head h2,
  .brand-experience-intro h2,
  .brand-capabilities-head h2,
  .brand-faq-layout h2,
  .brand-contact h2 {
    font-size: 29px;
    line-height: 1.45;
  }

  .brand-summary-copy > p {
    font-size: 15px;
    line-height: 1.9;
  }

  .brand-inline-list {
    gap: 6px;
  }

  .brand-section,
  .brand-process,
  .brand-capabilities,
  .brand-contact {
    padding: 62px 0;
  }

  .brand-section-head {
    gap: 16px;
    margin-bottom: 30px;
  }

  .brand-section-head > p,
  .brand-process-head > p {
    font-size: 14px;
  }

  .brand-service {
    padding: 22px;
  }

  .brand-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .brand-process-list li,
  .brand-process-list li:nth-child(3),
  .brand-process-list li:nth-child(n + 4) {
    min-height: 170px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .brand-process-list li:nth-child(2n) {
    border-left: 0;
  }

  .brand-process-list li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .brand-process-list strong {
    margin-top: 20px;
    font-size: 13px;
  }

  .brand-case {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 32px 0;
  }

  .brand-case-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .brand-case-index p {
    margin: 0;
    text-align: left;
  }

  .brand-case-main h3 {
    font-size: 22px;
  }

  .brand-case-main > p {
    font-size: 14px;
  }

  .brand-case-main dl {
    grid-template-columns: 1fr;
  }

  .brand-timeline article {
    padding: 28px 0 30px 28px;
  }

  .brand-timeline article::before {
    left: 3px;
  }

  .brand-timeline-meta {
    display: grid;
    justify-content: start;
  }

  .brand-timeline-meta span {
    justify-self: start;
  }

  .brand-timeline h3 {
    font-size: 18px;
  }

  .brand-capability-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 17px 0;
  }

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

  .brand-credentials article {
    min-height: 180px;
  }

  .brand-credentials h3 {
    margin-top: 28px;
  }

  .brand-faq-list summary {
    padding-left: 4px;
    font-size: 14px;
  }

  .brand-faq-list details p {
    margin-right: 38px;
    font-size: 13px;
  }

  .brand-contact h2 {
    font-size: 31px;
  }

  .brand-contact-grid > div:first-child > p:last-child {
    font-size: 14px;
  }

  .personal-brand-page .floating-wa {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .personal-brand-page .back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 900px) {
  .brand-results-head,
  .brand-cv-downloads {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-results-head {
    margin-bottom: 26px;
  }
}

@media (max-width: 680px) {
  .brand-results {
    padding: 56px 0;
  }

  .brand-results-head h2 {
    font-size: 29px;
    line-height: 1.45;
  }

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

  .brand-results-grid article {
    min-height: auto;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--pb-line);
  }

  .brand-results-grid article:last-child {
    border-bottom: 0;
  }

  .brand-cv-downloads {
    gap: 22px;
    margin-top: 36px;
    padding-top: 28px;
  }

  .brand-file-links {
    grid-template-columns: 1fr;
  }

  .brand-file-link,
  .brand-file-link:nth-child(odd) {
    border-left: 0;
  }

  .personal-brand-page .back-to-top {
    display: none;
  }
}

@media (max-width: 420px) {
  .personal-brand-page .header .logo-name {
    max-width: 180px;
  }

  .brand-hero {
    min-height: 700px;
  }

  .brand-hero-actions .brand-btn {
    flex-basis: 100%;
  }

  .brand-proof > div {
    padding: 0 7px;
  }

  .brand-proof dt {
    font-size: 11px;
  }

  .brand-proof dd {
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-btn,
  .brand-faq-list summary::after {
    transition: none;
  }

  .brand-btn:hover {
    transform: none;
  }
}

@media print {
  .brand-hero {
    min-height: auto;
    padding: 40px 0;
  }

  .hero-media,
  .brand-hero-actions,
  .brand-hero-links,
  .brand-contact {
    display: none;
  }

  .brand-hero-copy {
    width: 100%;
    max-width: none;
  }

  .brand-hero h1,
  .brand-role,
  .brand-hero-lead,
  .brand-proof dt,
  .brand-proof dd {
    color: #000;
  }
}
